|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.piccolo.PNode
org.simbrain.network.nodes.ScreenElement
org.simbrain.network.nodes.SubnetworkNode
org.simbrain.network.nodes.subnetworks.LMSNetworkNode
public class LMSNetworkNode
BackpropNetworkNode is the graphical representation of a Backprop network.
| Field Summary |
|---|
| Fields inherited from class org.simbrain.network.nodes.SubnetworkNode |
|---|
OUTLINE_INSET_HEIGHT, OUTLINE_INSET_WIDTH, TAB_HEIGHT |
| Fields inherited from class edu.umd.cs.piccolo.PNode |
|---|
PROPERTY_BOUNDS, PROPERTY_CHILDREN, PROPERTY_CHILDREN_PICKABLE, PROPERTY_CLIENT_PROPERTIES, PROPERTY_FULL_BOUNDS, PROPERTY_PAINT, PROPERTY_PARENT, PROPERTY_PICKABLE, PROPERTY_TRANSFORM, PROPERTY_TRANSPARENCY, PROPERTY_VISIBLE |
| Fields inherited from interface java.awt.print.Printable |
|---|
NO_SUCH_PAGE, PAGE_EXISTS |
| Constructor Summary | |
|---|---|
LMSNetworkNode(NetworkPanel networkPanel,
LMSNetwork subnetwork,
double x,
double y)
Create a new LMSNetworkNode. |
|
| Method Summary | |
|---|---|
protected JPopupMenu |
getContextMenu()
Return a context menu specific to this screen element. |
LMSNetwork |
getLMSSubnetwork()
|
protected JDialog |
getPropertyDialog()
Return a property dialog for this screen element. |
protected String |
getToolTipText()
Return a String to use as tool tip text for this screen element. |
protected boolean |
hasContextMenu()
Return true if this screen element has a context menu. |
protected boolean |
hasPropertyDialog()
Return true if this screen element has a property dialog. |
protected boolean |
hasToolTipText()
Return true if this screen element has tool tip text. |
| Methods inherited from class org.simbrain.network.nodes.SubnetworkNode |
|---|
addChild, getLabel, getOutlineStroke, getOutlineStrokePaint, getSetPropertiesAction, getSubnetwork, getTabPaint, getTabStroke, getTabStrokePaint, isDraggable, isSelectable, layoutChildren, propertyChange, removeChild, resetColors, setLabel, setOutlineStroke, setOutlineStrokePaint, setSetPropertiesAction, setShowOutline, setTabPaint, setTabStroke, setTabStrokePaint, showSelectionHandle |
| Methods inherited from class org.simbrain.network.nodes.ScreenElement |
|---|
getNetworkPanel, initCastor, setNetworkPanel |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LMSNetworkNode(NetworkPanel networkPanel,
LMSNetwork subnetwork,
double x,
double y)
networkPanel - reference to network panelsubnetwork - reference to subnetworkx - initial x positiony - initial y position| Method Detail |
|---|
protected boolean hasToolTipText()
ScreenElementtrue if this screen element has tool tip text.
If this screen element does not have tool tip text, a tool tip
event handler will not be registered.
hasToolTipText in class ScreenElementScreenElementprotected String getToolTipText()
ScreenElementString to use as tool tip text for this screen element.
Return null if this screen element does not have tool tip text
or to temporarily prevent the tool tip from displaying.
getToolTipText in class ScreenElementString to use as tool tip text for this screen elementScreenElementprotected boolean hasContextMenu()
ScreenElementtrue if this screen element has a context menu.
If this screen element does not have a context menu, a context menu
event handler will not be registered.
hasContextMenu in class ScreenElementScreenElementprotected JPopupMenu getContextMenu()
ScreenElementnull if this screen element does not have a context
menu.
getContextMenu in class SubnetworkNodeScreenElementprotected boolean hasPropertyDialog()
ScreenElementtrue if this screen element has a property dialog.
If this screen element does not have a property dialog, a property
dialog event handler will not be registered.
hasPropertyDialog in class ScreenElementScreenElementprotected JDialog getPropertyDialog()
ScreenElementnull if this screen element does not have a
property dialog.
getPropertyDialog in class ScreenElementScreenElementpublic LMSNetwork getLMSSubnetwork()
ScreenElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||