Class PALplate.lib.noteCreator
All Packages Class Hierarchy This Package Previous Next Index
Class PALplate.lib.noteCreator
java.lang.Object
|
+----sub_arctic.lib.min_interactor
|
+----sub_arctic.lib.base_interactor
|
+----sub_arctic.lib.multi_button
|
+----sub_arctic.lib.button
|
+----PALplate.interactors.SelfCallbackButton
|
+----PALplate.lib.noteCreator
- public class noteCreator
- extends SelfCallbackButton
- implements MudComm
-
noteCreator()
-
-
callback(interactor, event, int, Object)
- the code for creating the new toplevel frame
-
create(Vector)
-
-
init(String, Object)
-
This function is called immediately after the object is dynamically
loaded and created.
-
mudDescription()
-
-
mudResponse(String, String)
-
noteCreator
public noteCreator()
init
public void init(String mudobjnum,
Object args)
- This function is called immediately after the object is dynamically
loaded and created.
- Overrides:
- init in class SelfCallbackButton
callback
public void callback(interactor from_obj,
event evt,
int callback_num,
Object callback_info)
- the code for creating the new toplevel frame
- Overrides:
- callback in class SelfCallbackButton
create
public void create(Vector textv)
mudResponse
public void mudResponse(String tag,
String args)
mudDescription
public String mudDescription()
- Overrides:
- mudDescription in class SelfCallbackButton
All Packages Class Hierarchy This Package Previous Next Index