Class StlEditorPane.NodeEntry
- java.lang.Object
-
- jmri.jmrix.openlcb.swing.stleditor.StlEditorPane.NodeEntry
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.lang.Comparable<StlEditorPane.NodeEntry>
,java.util.EventListener
- Enclosing class:
- StlEditorPane
protected static class StlEditorPane.NodeEntry extends java.lang.Object implements java.lang.Comparable<StlEditorPane.NodeEntry>, java.beans.PropertyChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
description
(package private) MimicNodeStore.NodeMemo
nodeMemo
-
Constructor Summary
Constructors Constructor Description NodeEntry(java.lang.String description)
Constructor for prototype display valueNodeEntry(MimicNodeStore.NodeMemo memo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(StlEditorPane.NodeEntry otherEntry)
void
dispose()
boolean
equals(java.lang.Object o)
NodeID
getNodeID()
(package private) MimicNodeStore.NodeMemo
getNodeMemo()
int
hashCode()
void
propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
java.lang.String
toString()
-
-
-
Field Detail
-
nodeMemo
final MimicNodeStore.NodeMemo nodeMemo
-
description
java.lang.String description
-
-
Constructor Detail
-
NodeEntry
NodeEntry(MimicNodeStore.NodeMemo memo)
-
NodeEntry
public NodeEntry(java.lang.String description)
Constructor for prototype display value- Parameters:
description
- prototype display value
-
-
Method Detail
-
getNodeMemo
MimicNodeStore.NodeMemo getNodeMemo()
-
compareTo
public int compareTo(StlEditorPane.NodeEntry otherEntry)
- Specified by:
compareTo
in interfacejava.lang.Comparable<StlEditorPane.NodeEntry>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent propertyChangeEvent)
- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
-
dispose
public void dispose()
-
-