edu.washington.cs.supple.net.server
Class Index

java.lang.Object
  extended byedu.washington.cs.supple.application.AbstractSuppleApplication
      extended byedu.washington.cs.supple.application.SimpleApplication
          extended byedu.washington.cs.supple.net.server.ServerApplication
              extended byedu.washington.cs.supple.net.server.Index
All Implemented Interfaces:
SuppleApplication

public final class Index
extends ServerApplication

"Index" app - Supple-enabled application index.

Author:
dbc1

Field Summary
 
Fields inherited from class edu.washington.cs.supple.net.server.ServerApplication
server
 
Constructor Summary
Index(Server server)
          Constructor
 
Method Summary
 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
 

Constructor Detail

Index

public Index(Server server)
Constructor

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.