Class RawTextEditor
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.util.AbstractChangeable
 - 
- com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
 - 
- com.inductiveautomation.perspective.designer.styles.editors.RawTextEditor
 
 
 
 
- 
- All Implemented Interfaces:
 Changeable
public class RawTextEditor extends StyleAttributeEditor
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
attribute 
- 
Fields inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
changeEvent, listenerList 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RawTextEditor(StyleAttribute attribute) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JTextFieldgetComponent()java.lang.StringgetValue()voidsetValue(java.lang.String value)- 
Methods inherited from class com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
getAttribute, optionToString 
- 
Methods inherited from class com.inductiveautomation.ignition.common.util.AbstractChangeable
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RawTextEditor
public RawTextEditor(StyleAttribute attribute)
 
 - 
 
- 
Method Detail
- 
getComponent
public javax.swing.JTextField getComponent()
- Specified by:
 getComponentin classStyleAttributeEditor
 
- 
getValue
public java.lang.String getValue()
- Specified by:
 getValuein classStyleAttributeEditor
 
- 
setValue
public void setValue(java.lang.String value)
- Specified by:
 setValuein classStyleAttributeEditor
 
 - 
 
 -