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 SelectionContext
AbstractSelectionAction. getSelectionContext()
-
Uses of SelectionContext in com.bc.ceres.swing.figure
Subinterfaces of SelectionContext in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureEditor
A 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 SelectionContext
FigureEditor. 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 class
DefaultFigureEditor
A default implementation of a figure editor.class
FigureSelectionContext
Methods in com.bc.ceres.swing.figure.support that return SelectionContext Modifier and Type Method Description SelectionContext
DefaultFigureEditor. 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 class
AbstractSelectionContext
A handy base class for implementations of theSelectionContext
interface.Methods in com.bc.ceres.swing.selection that return SelectionContext Modifier and Type Method Description SelectionContext
SelectionChangeEvent. getSelectionContext()
SelectionContext
SelectionManager. getSelectionContext()
Gets the current selection context.Methods in com.bc.ceres.swing.selection with parameters of type SelectionContext Modifier and Type Method Description void
SelectionManager. 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 class
ComboBoxSelectionContext
A selection provider that wraps aJList
.class
DefaultSelectionContext
A default implementation of theSelectionContext
interface.class
ListSelectionContext
A selection provider that wraps aJList
.class
TableSelectionContext
A selection provider that wraps aJTable
.class
TreeSelectionContext
A selection provider that wraps aJTree
.Methods in com.bc.ceres.swing.selection.support that return SelectionContext Modifier and Type Method Description SelectionContext
DefaultSelectionManager. getSelectionContext()
Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionContext Modifier and Type Method Description SelectionChangeEvent
SelectionChangeSupport. createEvent(SelectionContext selectionContext, Selection selection)
void
SelectionChangeSupport. fireSelectionChange(SelectionContext selectionContext, Selection selection)
void
DefaultSelectionManager. setSelectionContext(SelectionContext newSelectionContext)
-