Uses of Class
jmri.jmrit.display.Positionable.DuplicateIdException
-
Packages that use Positionable.DuplicateIdException Package Description jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.display.panelEditor -
-
Uses of Positionable.DuplicateIdException in jmri.jmrit.display
Methods in jmri.jmrit.display that throw Positionable.DuplicateIdException Modifier and Type Method Description void
Editor. positionalIdChange(Positionable p, java.lang.String newId)
Check if it's possible to change the id of the Positionable to the desired string.void
Editor. putItem(Positionable l)
void
Positionable. setId(java.lang.String id)
Sets the Id of this Positionablevoid
PositionableJComponent. setId(java.lang.String id)
Sets the Id of this Positionablevoid
PositionableJPanel. setId(java.lang.String id)
Sets the Id of this Positionablevoid
PositionableLabel. setId(java.lang.String id)
Sets the Id of this Positionable -
Uses of Positionable.DuplicateIdException in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that throw Positionable.DuplicateIdException Modifier and Type Method Description void
LayoutEditor. putItem(Positionable l)
-
Uses of Positionable.DuplicateIdException in jmri.jmrit.display.panelEditor
Methods in jmri.jmrit.display.panelEditor that throw Positionable.DuplicateIdException Modifier and Type Method Description void
PanelEditor. putItem(Positionable l)
-