Uses of Interface
com.bc.ceres.swing.undo.UndoContext
-
Packages that use UndoContext Package Description com.bc.ceres.swing.actions com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support com.bc.ceres.swing.undo.support -
-
Uses of UndoContext in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions that return UndoContext Modifier and Type Method Description UndoContext
AbstractUndoAction. getUndoContext()
Constructors in com.bc.ceres.swing.actions with parameters of type UndoContext Constructor Description AbstractUndoAction(UndoContext undoContext, String name, KeyStroke acceleratorKey, String iconResource)
RedoAction(UndoContext undoContext)
UndoAction(UndoContext undoContext)
-
Uses of UndoContext in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return UndoContext Modifier and Type Method Description UndoContext
FigureEditor. getUndoContext()
-
Uses of UndoContext in com.bc.ceres.swing.figure.support
Methods in com.bc.ceres.swing.figure.support that return UndoContext Modifier and Type Method Description UndoContext
DefaultFigureEditor. getUndoContext()
Constructors in com.bc.ceres.swing.figure.support with parameters of type UndoContext Constructor Description DefaultFigureEditor(JComponent editorComponent, Viewport viewport, UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)
FigureEditorPanel(UndoContext undoContext, FigureCollection figureCollection, FigureFactory figureFactory)
-
Uses of UndoContext in com.bc.ceres.swing.undo.support
Classes in com.bc.ceres.swing.undo.support that implement UndoContext Modifier and Type Class Description class
DefaultUndoContext
-