Uses of Interface
com.bc.ceres.swing.selection.Selection
Packages that use Selection
Package
Description
-
Uses of Selection in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions that return Selection -
Uses of Selection in com.bc.ceres.swing.figure
Subinterfaces of Selection in com.bc.ceres.swing.figure -
Uses of Selection in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement SelectionMethods in com.bc.ceres.swing.figure.support that return SelectionModifier and TypeMethodDescriptionDefaultFigureEditor.getSelection()
FigureSelectionContext.getSelection()
Methods in com.bc.ceres.swing.figure.support with parameters of type SelectionModifier and TypeMethodDescriptionvoid
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 SelectionModifier and TypeClassDescriptionclass
A handy base class for implementations of theSelection
interface.Fields in com.bc.ceres.swing.selection declared as SelectionMethods in com.bc.ceres.swing.selection that return SelectionModifier and TypeMethodDescriptionSelection.clone()
Creates and returns a copy of this selection.SelectionChangeEvent.getSelection()
SelectionSource.getSelection()
Methods in com.bc.ceres.swing.selection with parameters of type SelectionModifier and TypeMethodDescriptionprotected 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 SelectionModifierConstructorDescriptionSelectionChangeEvent
(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 SelectionMethods in com.bc.ceres.swing.selection.support that return SelectionModifier and TypeMethodDescriptionComboBoxSelectionContext.getSelection()
DefaultSelectionContext.getSelection()
DefaultSelectionManager.getSelection()
ListSelectionContext.getSelection()
TableSelectionContext.getSelection()
Gets the current selection.TreeSelectionContext.getSelection()
Methods in com.bc.ceres.swing.selection.support with parameters of type SelectionModifier and TypeMethodDescriptionSelectionChangeSupport.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)