Uses of Interface
com.bc.ceres.swing.selection.Selection
-
Packages that use Selection 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 Selection in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions that return Selection Modifier and Type Method Description Selection
AbstractSelectionAction. getSelection()
-
Uses of Selection in com.bc.ceres.swing.figure
Subinterfaces of Selection in com.bc.ceres.swing.figure Modifier and Type Interface Description interface
FigureSelection
A selection of figures. -
Uses of Selection in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Selection Modifier and Type Class Description class
DefaultFigureSelection
Methods in com.bc.ceres.swing.figure.support that return Selection Modifier and Type Method Description Selection
DefaultFigureEditor. getSelection()
Selection
FigureSelectionContext. getSelection()
Methods in com.bc.ceres.swing.figure.support with parameters of type Selection Modifier and Type Method Description void
DefaultFigureEditor. setSelection(Selection selection)
void
FigureSelectionContext. setSelection(Selection selection)
-
Uses of Selection in com.bc.ceres.swing.selection
Classes in com.bc.ceres.swing.selection that implement Selection Modifier and Type Class Description class
AbstractSelection
A handy base class for implementations of theSelection
interface.Fields in com.bc.ceres.swing.selection declared as Selection Modifier and Type Field Description static Selection
Selection. EMPTY
An empty selection.Methods in com.bc.ceres.swing.selection that return Selection Modifier and Type Method Description Selection
Selection. clone()
Creates and returns a copy of this selection.Selection
SelectionChangeEvent. getSelection()
Selection
SelectionSource. getSelection()
Methods in com.bc.ceres.swing.selection with parameters of type Selection Modifier and Type Method Description protected void
AbstractSelectionContext. fireSelectionChange(Selection selection)
void
SelectionContext. setSelection(Selection selection)
Sets a new selection.Constructors in com.bc.ceres.swing.selection with parameters of type Selection Constructor Description SelectionChangeEvent(Object source, SelectionContext selectionContext, Selection selection)
Constructs a selection event. -
Uses of Selection in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement Selection Modifier and Type Class Description class
DefaultSelection<T>
A default implementation of theSelection
interface.Methods in com.bc.ceres.swing.selection.support that return Selection Modifier and Type Method Description Selection
ComboBoxSelectionContext. getSelection()
Selection
DefaultSelectionContext. getSelection()
Selection
DefaultSelectionManager. getSelection()
Selection
ListSelectionContext. getSelection()
Selection
TableSelectionContext. getSelection()
Gets the current selection.Selection
TreeSelectionContext. getSelection()
Methods in com.bc.ceres.swing.selection.support with parameters of type Selection Modifier and Type Method Description SelectionChangeEvent
SelectionChangeSupport. createEvent(SelectionContext selectionContext, Selection selection)
void
SelectionChangeSupport. fireSelectionChange(SelectionContext selectionContext, Selection selection)
void
ComboBoxSelectionContext. setSelection(Selection selection)
void
DefaultSelectionContext. setSelection(Selection selection)
void
ListSelectionContext. setSelection(Selection selection)
void
TableSelectionContext. setSelection(Selection selection)
Sets the current selection.void
TreeSelectionContext. setSelection(Selection selection)
-