|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DrawingEditorPlugin
Combination of DrawingEditor and VisiblePlugin.
| Field Summary |
|---|
| Fields inherited from interface org.openbp.jaspira.gui.plugin.VisiblePlugin |
|---|
GER, GEU, SIZE_VARIABLE_BOTH, SIZE_VARIABLE_HEIGHT, SIZE_VARIABLE_NONE, SIZE_VARIABLE_WIDTH, TOOLBAR_DYNAMIC, TOOLBAR_EVENTS, TOOLBAR_NONE |
| Fields inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
ID_DELIMETER, LEVEL_APPLICATION, LEVEL_FRAME, LEVEL_PAGE, LEVEL_PLUGIN |
| Method Summary | |
|---|---|
void |
cancelUndo()
Cancels the current undoable. |
void |
endUndo()
Updates the current undoable with the current 'after operation' state and registers it with the undo manager. |
ModelerToolSupport |
getToolSupport()
Gets the the modeler tool support object holding all tools. |
boolean |
isUndoRecording()
Checks if currently an undo operation is being recorded. |
void |
repairDamage()
Corrects any refresh damage in the view. |
Undoable |
startUndo(java.lang.String displayName)
Creates an undoable object given the display name of the operation that can be undone with this undoable. |
| Methods inherited from interface org.openbp.jaspira.gui.plugin.VisiblePlugin |
|---|
addPluginFocusListener, canCopy, canCut, canDelete, canDrag, canPaste, copy, createToolbar, cut, delete, firePluginFocusGained, firePluginFocusLost, focusPlugin, getPage, getPluginComponent, getPluginFocusComponent, getPluginHolder, getPluginPanel, getSizeBehavior, getSubClients, getToolbarType, hasCloseButton, isPluginFocused, isPluginVisible, paste, pluginHidden, pluginShown, postPluginContainerUpdate, removePluginFocusListener, setPluginHolder, showPlugin, updatePluginContainer |
| Methods inherited from interface CH.ifa.draw.framework.DrawingEditor |
|---|
addViewChangeListener, figureSelectionChanged, getUndoManager, removeViewChangeListener, showStatus, tool, toolDone, view, views |
| Method Detail |
|---|
void repairDamage()
Undoable startUndo(java.lang.String displayName)
ModelerUndoable that contains a copy of the current process.
The method will also save the returned undoable so it can be retrieved with the getCurrentUndoable method.
In order to provide the data after the operation and to register the undoable, call the endUndo() method.
displayName - Display name or nullvoid endUndo()
startUndo(java.lang.String) method has been called.
void cancelUndo()
startUndo(java.lang.String) method has been called.
boolean isUndoRecording()
startUndo(java.lang.String) was called.ModelerToolSupport getToolSupport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||