Package jmri.jmrit.roster
Interface RosterObject
- All Superinterfaces:
BeanInterface
- All Known Implementing Classes:
RosterEntry,RosterGroup
Provide a common class for Roster entries and groups to inherit from. This
supports building tree-like user interfaces for Roster entries and groups.
-
Method Summary
Modifier and TypeMethodDescriptionGet the formatted single-line String for displaying the object.Methods inherited from interface jmri.beans.BeanInterface
getIndexedProperty, getProperty, getPropertyNames, hasIndexedProperty, hasProperty, setIndexedProperty, setProperty
-
Method Details
-
getDisplayName
Get the formatted single-line String for displaying the object.- Returns:
- a formatted name
-