public interface Editable
EditorFactory| Modifier and Type | Method and Description |
|---|---|
void |
createEditor()
Create an editor.
|
void |
createEditor(NamedObj object)
Create an editor for configuring the specified object.
|
void |
createEditor(NamedObj object,
java.awt.Frame parent)
Create an editor for configuring the specified object with the
specified parent window.
|
void createEditor()
void createEditor(NamedObj object)
object - The object to configure.void createEditor(NamedObj object, java.awt.Frame parent)
object - The object to configure.parent - The parent window, or null if there is none.