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
-
buttons
-
-
appFrame()
-
-
mudResponse(String, String)
- Deals with location changes ...
buttons
protected ToolBar buttons
appFrame
public appFrame()
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