Class PALplate.lib.roomFrame
All Packages Class Hierarchy This Package Previous Next Index
Class PALplate.lib.roomFrame
java.lang.Object
|
+----sub_arctic.lib.min_interactor
|
+----sub_arctic.lib.base_interactor
|
+----sub_arctic.lib.base_parent_interactor
|
+----PALplate.lib.roomFrame
- public class roomFrame
- extends base_parent_interactor
- implements MudComm, clickable
-
Running
-
-
roomFrame()
-
-
addApp(String, String, String, Object)
-
-
addApp(Vector)
-
-
click(event, Object)
-
-
mudResponse(String, String)
- Deals with location changes ...
-
switch_frame_contents(interactor, interactor, interactor)
- Switch one interactor with another
Running
public static boolean Running
roomFrame
public roomFrame()
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
click
public boolean click(event evt,
Object user_info)
addApp
public void addApp(Vector info)
addApp
public void addApp(String mudobjnum,
String type,
String action,
Object args)
switch_frame_contents
public void switch_frame_contents(interactor old,
interactor replacement,
interactor parent)
- Switch one interactor with another
All Packages Class Hierarchy This Package Previous Next Index