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

Constructor Index

 o noteCreator()

Method Index

 o callback(interactor, event, int, Object)
the code for creating the new toplevel frame
 o create(Vector)
 o init(String, Object)
This function is called immediately after the object is dynamically loaded and created.
 o mudDescription()
 o mudResponse(String, String)

Constructors

 o noteCreator
  public noteCreator()

Methods

 o 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
 o 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
 o create
  public void create(Vector textv)
 o mudResponse
  public void mudResponse(String tag,
                          String args)
 o mudDescription
  public String mudDescription()
Overrides:
mudDescription in class SelfCallbackButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index