edu.washington.cs.supple.example
Class NewFeaturesExample

java.lang.Object
  extended byedu.washington.cs.supple.application.AbstractSuppleApplication
      extended byedu.washington.cs.supple.application.SimpleApplication
          extended byedu.washington.cs.supple.example.NewFeaturesExample
All Implemented Interfaces:
SuppleApplication

public class NewFeaturesExample
extends SimpleApplication

This is a grab bag of new ui features.

Author:
kgajos

Field Summary
protected  java.lang.String[] labels
           
protected  java.lang.String[] urls
           
 
Constructor Summary
NewFeaturesExample()
           
 
Method Summary
protected  StateVar createImageVar(java.lang.String url, java.lang.String desc)
           
 UiObject createUi()
          Create the UI.
 
Methods inherited from class edu.washington.cs.supple.application.SimpleApplication
createSession, shutdown, start
 
Methods inherited from class edu.washington.cs.supple.application.AbstractSuppleApplication
getDisplayName, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urls

protected java.lang.String[] urls

labels

protected java.lang.String[] labels
Constructor Detail

NewFeaturesExample

public NewFeaturesExample()
Method Detail

createUi

public UiObject createUi()
Description copied from class: SimpleApplication
Create the UI.

Specified by:
createUi in class SimpleApplication
Returns:
the UI for a single session.

createImageVar

protected StateVar createImageVar(java.lang.String url,
                                  java.lang.String desc)