Class ExpressionEditor.EnabledToVisibleLinker
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.scripteditor.component.ExpressionEditor.EnabledToVisibleLinker
 
- 
- All Implemented Interfaces:
- java.beans.PropertyChangeListener,- java.util.EventListener
 - Enclosing class:
- ExpressionEditor
 
 protected static class ExpressionEditor.EnabledToVisibleLinker extends java.lang.Object implements java.beans.PropertyChangeListenerLinks the enabled state of an action to the visibility property of a component. Used through the static link() function to allow chaining.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedEnabledToVisibleLinker(javax.swing.JComponent comp, javax.swing.Action a)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.JComponentlink(javax.swing.JComponent comp, javax.swing.Action a)voidpropertyChange(java.beans.PropertyChangeEvent evt)
 
-