|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.openbp.swing.components.treetable.TreeTableEvent
public class TreeTableEvent
Tree table event.
| Field Summary | |
|---|---|
static int |
EVENT_COMMAND
Command event |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TreeTableEvent(JTreeTable source,
int type)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
consume()
Sets the flag that the event has been consumed. |
int |
getCommand()
Gets the command. |
int |
getType()
Gets the event type. |
boolean |
isConsumed()
Gets the flag that the event has been consumed. |
void |
setCommand(int command)
Sets the command. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EVENT_COMMAND
| Constructor Detail |
|---|
public TreeTableEvent(JTreeTable source,
int type)
source - Tree table that fired the eventtype - Event type (see the constants of this class)| Method Detail |
|---|
public void consume()
public boolean isConsumed()
public int getType()
public int getCommand()
public void setCommand(int command)
command - See the JTreeTable.CMD_* constants
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||