|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.gui.treevisualizer.TreeDisplayEvent
An event containing the user selection from the tree display
Field Summary | |
static int |
ACCEPT
States that the user has accepted the tree. |
static int |
ADD_CHILDREN
|
static int |
CLASSIFY_CHILD
Asks for another learning scheme to classify this node. |
static int |
NO_COMMAND
|
static int |
REMOVE_CHILDREN
|
static int |
SEND_INSTANCES
Command to remove instances from this node and send them to the VisualizePanel. |
Constructor Summary | |
TreeDisplayEvent(int ar,
java.lang.String id)
Constructs an event with the specified command and what the command is applied to. |
Method Summary | |
int |
getCommand()
|
java.lang.String |
getID()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_COMMAND
public static final int ADD_CHILDREN
public static final int REMOVE_CHILDREN
public static final int ACCEPT
public static final int CLASSIFY_CHILD
public static final int SEND_INSTANCES
Constructor Detail |
public TreeDisplayEvent(int ar, java.lang.String id)
ar
- The event type.id
- The id string for the node to perform the action on.Method Detail |
public int getCommand()
public java.lang.String getID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London