edu.washington.cs.supple.example
Class NewFeaturesExample
java.lang.Object
edu.washington.cs.supple.application.AbstractSuppleApplication
edu.washington.cs.supple.application.SimpleApplication
edu.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
urls
protected java.lang.String[] urls
labels
protected java.lang.String[] labels
NewFeaturesExample
public NewFeaturesExample()
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)