public abstract class PropertyEditor
extends java.lang.Object
Constructor and Description |
---|
PropertyEditor() |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
addPropertyEditorListener(PropertyEditorListener listener) |
void |
fireEditingCancelled() |
void |
fireValueCommitted(boolean continueEditing,
boolean closeEditorOnError) |
abstract javax.swing.JComponent |
getComponent(PropertiesContainer container,
PropertyContext context,
java.lang.Object value,
InplaceContext inplaceContext) |
javax.swing.JComponent |
getPreferredFocusedComponent() |
abstract java.lang.Object |
getValue() |
protected void |
preferredSizeChanged() |
void |
removePropertyEditorListener(PropertyEditorListener listener) |
abstract void |
updateUI() |
public abstract javax.swing.JComponent getComponent(PropertiesContainer container, PropertyContext context, java.lang.Object value, InplaceContext inplaceContext)
public javax.swing.JComponent getPreferredFocusedComponent()
public void activate()
public abstract java.lang.Object getValue() throws java.lang.Exception
java.lang.Exception
public abstract void updateUI()
public final void addPropertyEditorListener(PropertyEditorListener listener)
public final void removePropertyEditorListener(PropertyEditorListener listener)
public final void fireEditingCancelled()
public final void fireValueCommitted(boolean continueEditing, boolean closeEditorOnError)
protected final void preferredSizeChanged()