Class InPlaceEditHandler
java.lang.Object
com.inductiveautomation.vision.api.designer.beans.InPlaceEditHandler
- All Implemented Interfaces:
- DoubleClickHandler
A double-click handler that implements in-place editing for components that want text editability.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected JTextFieldcreateField(JComponent component) protected FontgetFont(JComponent component) protected abstract intgetHorizontalAlignment(JComponent component) protected InsetsgetInsets(JComponent component) protected Stringprotected abstract StringgetText(JComponent component) protected booleanisPropertyBound(JComponent component) voidonDoubleClick(JComponent component, WindowWorkspace workspace) protected abstract voidsetText(JComponent component, String text) 
- 
Constructor Details- 
InPlaceEditHandlerpublic InPlaceEditHandler()
 
- 
- 
Method Details- 
onDoubleClick- Specified by:
- onDoubleClickin interface- DoubleClickHandler
 
- 
isPropertyBound
- 
getPropertyName
- 
createField
- 
getFont
- 
getInsets
- 
getHorizontalAlignment
- 
getText
- 
setText
 
-