|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.table.util.AbstractSelectionProvider
de.jaret.util.ui.table.util.DefaultSelectionProvider
public class DefaultSelectionProvider
Default implementation of a SelectionProvider based on the jarettable. This will simply put rows, columns and cells in a structured selection.
| Field Summary |
|---|
| Fields inherited from class de.jaret.util.ui.table.util.AbstractSelectionProvider |
|---|
_selectionChangeListeners, _table |
| Constructor Summary | |
|---|---|
DefaultSelectionProvider(JaretTable table)
Create a default selection provider. |
|
| Method Summary | |
|---|---|
protected org.eclipse.jface.viewers.ISelection |
getISelection()
Override this method to return an ISelectiobn appropriate for the intended use. |
protected void |
setISelection(org.eclipse.jface.viewers.ISelection selection)
Override this method to set a selection on the table based on an ISelection. |
| Methods inherited from class de.jaret.util.ui.table.util.AbstractSelectionProvider |
|---|
addSelectionChangedListener, cellSelectionAdded, cellSelectionRemoved, columnSelectionAdded, columnSelectionRemoved, getSelection, removeSelectionChangedListener, rowSelectionAdded, rowSelectionRemoved, setSelection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSelectionProvider(JaretTable table)
table - JaretTable providing the selection| Method Detail |
|---|
protected org.eclipse.jface.viewers.ISelection getISelection()
getISelection in class AbstractSelectionProviderprotected void setISelection(org.eclipse.jface.viewers.ISelection selection)
setISelection in class AbstractSelectionProviderselection - ISelection to be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||