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 TypeMethodDescriptionvoidDefaultFigureEditor.setSelection(Selection selection) voidFigureSelectionContext.setSelection(Selection selection) -
Uses of Selection in com.bc.ceres.swing.selection
Classes in com.bc.ceres.swing.selection that implement SelectionModifier and TypeClassDescriptionclassA handy base class for implementations of theSelectioninterface.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 voidAbstractSelectionContext.fireSelectionChange(Selection selection) voidSelectionContext.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) voidSelectionChangeSupport.fireSelectionChange(SelectionContext selectionContext, Selection selection) voidComboBoxSelectionContext.setSelection(Selection selection) voidDefaultSelectionContext.setSelection(Selection selection) voidListSelectionContext.setSelection(Selection selection) voidTableSelectionContext.setSelection(Selection selection) Sets the current selection.voidTreeSelectionContext.setSelection(Selection selection)