Class SwingFontEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingFontEditor
-
- All Implemented Interfaces:
BindablePropertyEditor,java.awt.event.ActionListener,java.beans.PropertyEditor,java.util.EventListener
public class SwingFontEditor extends ConfiguratorEditorSupport implements java.awt.event.ActionListener
A Font property editor. Mostly designed by Chris Ryan.
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
addGlue
-
Fields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
bean, BUTTON_MARGIN, canceled, fpmi, LARGE_DIMENSION, MEDIUM_DIMENSION, modelColumn, modelRow, panel, propertyName, SMALL_DIMENSION, tableModel, TINY_DIMENSION
-
-
Constructor Summary
Constructors Constructor Description SwingFontEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent evt)ActionListener handler for all component events to set the value of the PropertyEditor as a result of a change in the value by the user.java.lang.StringgetJavaInitializationString()protected voidinitComponents()This is where you can add your own components to the "panel" field.booleanisPaintable()voidpaintValue(java.awt.Graphics g, java.awt.Rectangle rect)voidsetValue(java.lang.Object value)-
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
createDynamicOptsButton, init, isBindableEnabled, setBindableEnabled
-
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
getBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, isCanceled, setAlignment, supportsCustomEditor
-
-
-
-
Method Detail
-
initComponents
protected void initComponents()
Description copied from class:ConfiguratorEditorSupportThis is where you can add your own components to the "panel" field. It has a box layout and the binding button will be added after this method is called.- Specified by:
initComponentsin classConfiguratorEditorSupport
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
ActionListener handler for all component events to set the value of the PropertyEditor as a result of a change in the value by the user.- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValuein interfacejava.beans.PropertyEditor- Overrides:
setValuein classjava.beans.PropertyEditorSupport
-
isPaintable
public boolean isPaintable()
- Specified by:
isPaintablein interfacejava.beans.PropertyEditor- Overrides:
isPaintablein classjava.beans.PropertyEditorSupport
-
paintValue
public void paintValue(java.awt.Graphics g, java.awt.Rectangle rect)- Specified by:
paintValuein interfacejava.beans.PropertyEditor- Overrides:
paintValuein classjava.beans.PropertyEditorSupport
-
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Specified by:
getJavaInitializationStringin interfacejava.beans.PropertyEditor- Overrides:
getJavaInitializationStringin classjava.beans.PropertyEditorSupport
-
-