|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JComboBox
jmri.jmrit.roster.swing.RosterEntryComboBox
jmri.jmrit.roster.swing.GlobalRosterEntryComboBox
public class GlobalRosterEntryComboBox
A RosterEntryComboBox that lists all roster entries in the Roster
without respect to a roster group.
RosterEntryComboBox,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComboBox |
|---|
JComboBox.AccessibleJComboBox, JComboBox.KeySelectionManager |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class jmri.jmrit.roster.swing.RosterEntryComboBox |
|---|
_currentSelection, _dccAddress, _decoderMfgID, _decoderVersionID, _group, _id, _mfg, _nonSelectedItem, _roadName, _roadNumber, _roster, log |
| Fields inherited from class javax.swing.JComboBox |
|---|
actionCommand, dataModel, editor, isEditable, keySelectionManager, lightWeightPopupEnabled, maximumRowCount, renderer, selectedItemReminder |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface jmri.jmrit.roster.RosterEntrySelector |
|---|
SELECTED_ROSTER_ENTRIES |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
GlobalRosterEntryComboBox()
Create a combo box with all roster entries in the default Roster. |
|
GlobalRosterEntryComboBox(Roster roster)
Create a combo box with all roster entries in an arbitrary Roster. |
|
GlobalRosterEntryComboBox(Roster roster,
String roadName,
String roadNumber,
String dccAddress,
String mfg,
String decoderMfgID,
String decoderVersionID,
String id)
Create a combo box with roster entries in an arbitrary Roster matching the specified attributes. |
|
GlobalRosterEntryComboBox(String roadName,
String roadNumber,
String dccAddress,
String mfg,
String decoderMfgID,
String decoderVersionID,
String id)
Create a combo box with roster entries in the default Roster matching the specified attributes. |
|
| Method Summary | |
|---|---|
void |
update()
Update the combo box with the currently selected roster group, using the same roster entry attributes specified in a prior call to update or when creating the combo box. |
void |
update(String roadName,
String roadNumber,
String dccAddress,
String mfg,
String decoderMfgID,
String decoderVersionID,
String id)
Update the combo box with the currently selected roster group, using new roster entry attributes. |
| Methods inherited from class jmri.jmrit.roster.swing.RosterEntryComboBox |
|---|
fireSelectedRosterEntriesPropertyChange, getNonSelectedItem, getSelectedRosterEntries, getSelectedRosterEntries, setNonSelectedItem, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jmri.jmrit.roster.RosterEntrySelector |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public GlobalRosterEntryComboBox()
public GlobalRosterEntryComboBox(Roster roster)
roster -
public GlobalRosterEntryComboBox(String roadName,
String roadNumber,
String dccAddress,
String mfg,
String decoderMfgID,
String decoderVersionID,
String id)
roadName - roadNumber - dccAddress - mfg - decoderMfgID - decoderVersionID - id -
public GlobalRosterEntryComboBox(Roster roster,
String roadName,
String roadNumber,
String dccAddress,
String mfg,
String decoderMfgID,
String decoderVersionID,
String id)
roster - roadName - roadNumber - dccAddress - mfg - decoderMfgID - decoderVersionID - id - | Method Detail |
|---|
public void update()
RosterEntryComboBox
update in class RosterEntryComboBox
public void update(String roadName,
String roadNumber,
String dccAddress,
String mfg,
String decoderMfgID,
String decoderVersionID,
String id)
RosterEntryComboBox
update in class RosterEntryComboBox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||