Uses of Enum
jmri.NamedBean.DisplayOptions
Packages that use NamedBean.DisplayOptions
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides small Swing-based tool and utility classes
for JMRI basic forms.
Tools and utilities for doing a systematic reworking of the JMRI GUI.
-
Uses of NamedBean.DisplayOptions in jmri
Methods in jmri that return NamedBean.DisplayOptionsModifier and TypeMethodDescriptionstatic NamedBean.DisplayOptionsReturns the enum constant of this type with the specified name.static NamedBean.DisplayOptions[]NamedBean.DisplayOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type NamedBean.DisplayOptionsModifier and TypeMethodDescriptiondefault StringNamedBean.getDisplayName(NamedBean.DisplayOptions options) Get the name to display, formatted perNamedBean.DisplayOptions. -
Uses of NamedBean.DisplayOptions in jmri.implementation
Methods in jmri.implementation with parameters of type NamedBean.DisplayOptionsModifier and TypeMethodDescriptionfinal StringAbstractNamedBean.getDisplayName(NamedBean.DisplayOptions displayOptions) Get the name to display, formatted perNamedBean.DisplayOptions. -
Uses of NamedBean.DisplayOptions in jmri.implementation.decorators
Methods in jmri.implementation.decorators with parameters of type NamedBean.DisplayOptionsModifier and TypeMethodDescriptionfinal StringAbstractNamedBeanDecorator.getDisplayName(NamedBean.DisplayOptions displayOptions) Get the name to display, formatted perNamedBean.DisplayOptions. -
Uses of NamedBean.DisplayOptions in jmri.swing
Methods in jmri.swing that return NamedBean.DisplayOptionsMethods in jmri.swing with parameters of type NamedBean.DisplayOptionsModifier and TypeMethodDescriptionfinal voidNamedBeanComboBox.setDisplayOrder(NamedBean.DisplayOptions displayOrder) Constructors in jmri.swing with parameters of type NamedBean.DisplayOptionsModifierConstructorDescriptionNamedBeanComboBox(Manager<B> manager, B selection, NamedBean.DisplayOptions displayOrder) Create a ComboBox with an existing selection using the specified display order to sort NamedBeans.NamedBeanComboBox(Manager<B> manager, B selection, NamedBean.DisplayOptions displayOrder, Predicate<B> filter) Create a ComboBox with an existing selection using the specified display order to sort NamedBeans. -
Uses of NamedBean.DisplayOptions in jmri.util.swing
Fields in jmri.util.swing declared as NamedBean.DisplayOptionsModifier and TypeFieldDescription(package private) NamedBean.DisplayOptionsBeanSelectPanel._displayConstructors in jmri.util.swing with parameters of type NamedBean.DisplayOptionsModifierConstructorDescriptionBeanSelectPanel(Manager<E> manager, E selection, NamedBean.DisplayOptions display) BeanSelectPanel(Manager<E> manager, E selection, NamedBean.DisplayOptions display, boolean maxRows) Create a JPanel that contains a named bean combo box.BeanSelectPanel(Manager<E> manager, E selection, NamedBean.DisplayOptions display, boolean maxRows, Predicate<E> filter) Create a JPanel that contains a named bean combo box.