|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphics.graph.PickBean
public final class PickBean
PickBean is a nice example of a bean, that uses the Singleton Pattern. this is the nodes that was selected by the gui.mouse.m2.mouse.
Method Summary | |
---|---|
graphics.graph.Node |
getPick()
|
static PickBean |
getPickBean()
|
void |
setPick(graphics.graph.Node n)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PickBean getPickBean()
public graphics.graph.Node getPick()
public void setPick(graphics.graph.Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |