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

Variable Index

 o Running

Constructor Index

 o roomFrame()

Method Index

 o addApp(String, String, String, Object)
 o addApp(Vector)
 o click(event, Object)
 o mudResponse(String, String)
Deals with location changes ...
 o switch_frame_contents(interactor, interactor, interactor)
Switch one interactor with another

Variables

 o Running
  public static boolean Running

Constructors

 o roomFrame
  public roomFrame()

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
 o click
  public boolean click(event evt,
                       Object user_info)
 o addApp
  public void addApp(Vector info)
 o addApp
  public void addApp(String mudobjnum,
                     String type,
                     String action,
                     Object args)
 o 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