public class SwingFontEditor extends ConfiguratorEditorSupport implements java.awt.event.ActionListener
addGluebean, BUTTON_MARGIN, canceled, fpmi, LARGE_DIMENSION, MEDIUM_DIMENSION, modelColumn, modelRow, panel, propertyName, SMALL_DIMENSION, tableModel, TINY_DIMENSION| Constructor and Description |
|---|
SwingFontEditor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getJavaInitializationString() |
protected void |
initComponents()
This is where you can add your own components to the "panel" field.
|
boolean |
isPaintable() |
void |
paintValue(java.awt.Graphics g,
java.awt.Rectangle rect) |
void |
setValue(java.lang.Object value) |
createDynamicOptsButton, init, isBindableEnabled, setBindableEnabledgetBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, isCanceled, setAlignment, supportsCustomEditorprotected void initComponents()
ConfiguratorEditorSupportinitComponents in class ConfiguratorEditorSupportpublic void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListenerpublic void setValue(java.lang.Object value)
setValue in interface java.beans.PropertyEditorsetValue in class java.beans.PropertyEditorSupportpublic boolean isPaintable()
isPaintable in interface java.beans.PropertyEditorisPaintable in class java.beans.PropertyEditorSupportpublic void paintValue(java.awt.Graphics g,
java.awt.Rectangle rect)
paintValue in interface java.beans.PropertyEditorpaintValue in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in interface java.beans.PropertyEditorgetJavaInitializationString in class java.beans.PropertyEditorSupport