Class PALplate.lib.appFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PALplate.lib.appFrame

java.lang.Object
   |
   +----sub_arctic.lib.min_interactor
           |
           +----sub_arctic.lib.base_interactor
                   |
                   +----sub_arctic.lib.base_parent_interactor
                           |
                           +----PALplate.lib.appFrame

public class appFrame
extends base_parent_interactor
implements MudComm

Variable Index

 o buttons

Constructor Index

 o appFrame()

Method Index

 o mudResponse(String, String)
Deals with location changes ...

Variables

 o buttons
  protected ToolBar buttons

Constructors

 o appFrame
  public appFrame()

Methods

 o mudResponse
  public void mudResponse(String tag,
                          String args)
Deals with location changes ... and loads apps for the toolbar
Parameters:
tag - expected tag is getApps (unless I change MainScreen to do other mud stuff)
args - expected values is a list of apps in the format expected by ToolBar.
See Also:
mudResponse

All Packages  Class Hierarchy  This Package  Previous  Next  Index