Uses of Interface
com.bc.ceres.swing.selection.SelectionContext
-
Packages that use SelectionContext Package Description com.bc.ceres.swing.actions com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support -
-
Uses of SelectionContext in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions that return SelectionContext Modifier and Type Method Description SelectionContextAbstractSelectionAction. getSelectionContext() -
Uses of SelectionContext in com.bc.ceres.swing.figure
Subinterfaces of SelectionContext in com.bc.ceres.swing.figure Modifier and Type Interface Description interfaceFigureEditorA figure editor is used to insert, delete and modify figures stored in a figure collection.Methods in com.bc.ceres.swing.figure that return SelectionContext Modifier and Type Method Description SelectionContextFigureEditor. getSelectionContext() -
Uses of SelectionContext in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement SelectionContext Modifier and Type Class Description classDefaultFigureEditorA default implementation of a figure editor.classFigureSelectionContextMethods in com.bc.ceres.swing.figure.support that return SelectionContext Modifier and Type Method Description SelectionContextDefaultFigureEditor. getSelectionContext() -
Uses of SelectionContext in com.bc.ceres.swing.selection
Classes in com.bc.ceres.swing.selection that implement SelectionContext Modifier and Type Class Description classAbstractSelectionContextA handy base class for implementations of theSelectionContextinterface.Methods in com.bc.ceres.swing.selection that return SelectionContext Modifier and Type Method Description SelectionContextSelectionChangeEvent. getSelectionContext()SelectionContextSelectionManager. getSelectionContext()Gets the current selection context.Methods in com.bc.ceres.swing.selection with parameters of type SelectionContext Modifier and Type Method Description voidSelectionManager. setSelectionContext(SelectionContext selectionContext)Sets a new selection context.Constructors in com.bc.ceres.swing.selection with parameters of type SelectionContext Constructor Description SelectionChangeEvent(Object source, SelectionContext selectionContext, Selection selection)Constructs a selection event. -
Uses of SelectionContext in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionContext Modifier and Type Class Description classComboBoxSelectionContextA selection provider that wraps aJList.classDefaultSelectionContextA default implementation of theSelectionContextinterface.classListSelectionContextA selection provider that wraps aJList.classTableSelectionContextA selection provider that wraps aJTable.classTreeSelectionContextA selection provider that wraps aJTree.Methods in com.bc.ceres.swing.selection.support that return SelectionContext Modifier and Type Method Description SelectionContextDefaultSelectionManager. getSelectionContext()Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionContext Modifier and Type Method Description SelectionChangeEventSelectionChangeSupport. createEvent(SelectionContext selectionContext, Selection selection)voidSelectionChangeSupport. fireSelectionChange(SelectionContext selectionContext, Selection selection)voidDefaultSelectionManager. setSelectionContext(SelectionContext newSelectionContext)
-