Class PMINStateButton.StateConfig
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.PMINStateButton.StateConfig
 
- 
- Enclosing class:
- PMINStateButton
 
 public static class PMINStateButton.StateConfig extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description StateConfig(int value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PMINStateButton.ButtonConfiggetSelectedConfig()PMINStateButton.ButtonConfiggetUnselectedConfig()intgetValue()voidsetValue(int value)
 
- 
- 
- 
Method Detail- 
getValuepublic int getValue() 
 - 
setValuepublic void setValue(int value) 
 - 
getSelectedConfigpublic PMINStateButton.ButtonConfig getSelectedConfig() 
 - 
getUnselectedConfigpublic PMINStateButton.ButtonConfig getUnselectedConfig() 
 
- 
 
-