|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.ibase.Notifier org.rosuda.klimt.NodeMarker
public class NodeMarker
NodeMarker - marker specific for nodes. currently it supports selection of a single node
Field Summary | |
---|---|
protected SNode |
currentNode
currently selected node or null if none |
static int |
NM_Change
event sent on change |
Constructor Summary | |
---|---|
NodeMarker()
|
Method Summary | |
---|---|
SNode |
getNode()
retrieve currently selected node |
void |
setNode(SNode n)
change currently selected node (and notify dependent objects if real change occured) |
Methods inherited from class org.rosuda.ibase.Notifier |
---|
addDepend, beginBatch, delDepend, endBatch, NotifyAll, NotifyAll, NotifyAll, NotifyAll, startCascadedNotifyAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NM_Change
protected SNode currentNode
null
if none
Constructor Detail |
---|
public NodeMarker()
Method Detail |
---|
public SNode getNode()
public void setNode(SNode n)
n
- new node or null
if no node should be selected
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |