|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides selection manipulation for any class that handles object selection.
View Snap-ins may implement this interface to provide selection manipulation functionality to the ConsoleOne Shell
Method Summary | |
void |
addSelectedObjects(ObjectEntryCollection objects)
adds the current selection in the view to the indicated ObjectEntrys. |
void |
clearSelection()
Clears the current selection in the view. |
void |
ensureObjectIsVisible(ObjectEntry object)
Ensures that the indicated object is visible in the view. |
void |
selectAll()
Adds all entries to the current selection in the view. |
void |
setSelectedObjects(ObjectEntryCollection objects)
Sets the current selection in the view to the indicated ObjectEntrys. |
Methods inherited from interface com.novell.application.console.snapin.SelectionSet |
getSelectedObjects |
Method Detail |
public void setSelectedObjects(ObjectEntryCollection objects)
The shell calls setSelectedObjects() to set the currently selected objects when the setViewSelection() is called in the shell.
public void addSelectedObjects(ObjectEntryCollection objects)
The shell calls addtSelectedObjects() to set the currently selected objects when the addViewSelection() is called in the shell.
public void clearSelection()
The shell calls clearSelection() to set the currently selected objects when the clearViewSelection() is called in the shell.
public void selectAll()
The shell calls selectAll() to set the current selection to all entries when the selectAllViewSelection() is called in the shell.
public void ensureObjectIsVisible(ObjectEntry object)
The shell calls ensureObjectIsVisible() to make the view move to a state where the indicated object is visible to the user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |