Uses of Interface
com.bc.ceres.swing.figure.FigureEditor
-
Packages that use FigureEditor Package Description com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support -
-
Uses of FigureEditor in com.bc.ceres.swing.figure
Methods in com.bc.ceres.swing.figure that return FigureEditor Modifier and Type Method Description FigureEditorFigureEditorAware. getFigureEditor()FigureEditorFigureEditorInteractor. getFigureEditor(InputEvent inputEvent) -
Uses of FigureEditor in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement FigureEditor Modifier and Type Class Description classDefaultFigureEditorA default implementation of a figure editor.Methods in com.bc.ceres.swing.figure.support that return FigureEditor Modifier and Type Method Description FigureEditorFigureEditorPanel. getFigureEditor()FigureEditorFigureSelectionContext. getFigureEditor()Constructors in com.bc.ceres.swing.figure.support with parameters of type FigureEditor Constructor Description FigureDeleteEdit(FigureEditor figureEditor, boolean performDelete, Figure... figuresToDelete)FigureInsertEdit(FigureEditor figureEditor, boolean performInsert, Figure... figuresToInsert)FigureSelectionContext(FigureEditor figureEditor)FigureSelectionContext(FigureEditor figureEditor, FigureCollection figureCollection, FigureSelection figureSelection)
-