Method Summary |
|
public void | activate() |
public void | addListener(GridViewListener listener) |
public void | clearUndoableEdits() Clears all undo/redo edits for this editor. |
public void | deactivate() Deactivates this editor. |
public void | editHappened(FormUndoableEdit edit) |
public ComponentSource | getComponentSource() |
public static FormEditor | getEditor(Component comp) the editor that is an ancestor of the given component. |
public DesignFormComponent | getForm() |
public DesignFormComponent | getFormComponent() |
public GridOverlay | getGridOverlay() |
public String | getId() |
public GridComponent | getSelectedComponent() |
public GridOverlay | getTopOverlay() the top most overlay on the form. |
public FormComponent | getTopParent() the top most parent FormComponent. |
public EditorUndoManager | getUndoManager() |
public void | gridChanged(GridViewEvent evt) |
public boolean | isEmbedded() true if this form is an embedded form. |
public boolean | isFocusViewVisible() |
public boolean | isLinked() true if this form is a linked form. |
public boolean | isModified() |
public void | removeListener(GridViewListener listener) Removes the given GridListener from this editor. |
public void | saveFocusPolicy() |
public void | setFocusViewVisible(boolean bvisible) |
public void | setFormComponent(FormComponent fc) Sets the formcomponent that is this form. |
boolean | showMargins() |
public void | unitTest() Runs unit test routines on this editor. |
public void | updatePreferences() Updates the display based on user preferences. |
public void | updateUI() Override updateUI so we can update the scrollpane viewport background. |