Package jmri.jmrit.vsdecoder.swing
Enum VSDManagerFrame.PropertyChangeID
java.lang.Object
java.lang.Enum<VSDManagerFrame.PropertyChangeID>
jmri.jmrit.vsdecoder.swing.VSDManagerFrame.PropertyChangeID
- All Implemented Interfaces:
Serializable
,Comparable<VSDManagerFrame.PropertyChangeID>
,java.lang.constant.Constable
- Enclosing class:
- VSDManagerFrame
@Deprecated public static enum VSDManagerFrame.PropertyChangeID extends Enum<VSDManagerFrame.PropertyChangeID>
Deprecated.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ADD_DECODER
Deprecated.CLOSE_WINDOW
Deprecated.MUTE
Deprecated.REMOVE_DECODER
Deprecated.VOLUME_CHANGE
Deprecated. -
Method Summary
Modifier and Type Method Description static VSDManagerFrame.PropertyChangeID
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static VSDManagerFrame.PropertyChangeID[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MUTE
Deprecated. -
VOLUME_CHANGE
Deprecated. -
ADD_DECODER
Deprecated. -
REMOVE_DECODER
Deprecated. -
CLOSE_WINDOW
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-