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 voidEditor. positionalIdChange(Positionable p, java.lang.String newId)Check if it's possible to change the id of the Positionable to the desired string.voidEditor. putItem(Positionable l)voidPositionable. setId(java.lang.String id)Sets the Id of this PositionablevoidPositionableJComponent. setId(java.lang.String id)Sets the Id of this PositionablevoidPositionableJPanel. setId(java.lang.String id)Sets the Id of this PositionablevoidPositionableLabel. 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 voidLayoutEditor. 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 voidPanelEditor. putItem(Positionable l)
-