|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.filters.SuppressibleTermgroupsListSelectionListener
public class SuppressibleTermgroupsListSelectionListener
List selection listener for the suppressible term types table. Initializes and updates selections on the the suppressible term types table.
| Constructor Summary | |
|---|---|
SuppressibleTermgroupsListSelectionListener(SuppressibleTermgroupsFilter filter,
SortableJTable table)
Instantiates a SuppressibleTermgroupsListSelectionListener with the
specified SuppressibleTermgroupsFilter and SortableJTable. |
|
| Method Summary | |
|---|---|
void |
addSuppressibleTermgroup(int row)
Selects a row and adds the SourceTermType on that row to the list
of suppressible SourceTermTypes. |
boolean |
ignoreEvents()
Returns boolean to indicate whether or not
ListSelectionEvents are to be ignored. |
void |
removeSuppressibleTermgroup(int row)
Deselects row and removes the SourceTermType on that row from the
list of suppressible SourceTermTypes. |
void |
setIgnoreEvents(boolean b)
Turns off responses to the ListSelectionEvents. |
void |
tableSortFinished(TableSortEvent e)
Handle finish of table sorting. |
void |
tableSortStarted(TableSortEvent e)
Handle start of table sorting. |
void |
valueChanged(ListSelectionEvent e)
Listens for changes in the list and validates them. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuppressibleTermgroupsListSelectionListener(SuppressibleTermgroupsFilter filter,
SortableJTable table)
SuppressibleTermgroupsListSelectionListener with the
specified SuppressibleTermgroupsFilter and SortableJTable.
filter - the parent filter SuppressibleTermgroupsFiltertable - the SortableJTable of SourceTermTypes| Method Detail |
|---|
public void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenere - the ListSelectionEventpublic boolean ignoreEvents()
boolean to indicate whether or not
ListSelectionEvents are to be ignored.
ignoreEvents in interface IgnorableListenerbooleanpublic void setIgnoreEvents(boolean b)
ListSelectionEvents.
setIgnoreEvents in interface IgnorableListenerb - boolean true if events are to be
ignored false if events are to be processedpublic void addSuppressibleTermgroup(int row)
SourceTermType on that row to the list
of suppressible SourceTermTypes.
row - number to be selected and suppressedpublic void removeSuppressibleTermgroup(int row)
SourceTermType on that row from the
list of suppressible SourceTermTypes.
row - number to be deselected and not suppressedpublic void tableSortStarted(TableSortEvent e)
tableSortStarted in interface TableSortListenere - TableSortEventpublic void tableSortFinished(TableSortEvent e)
tableSortFinished in interface TableSortListenere - TableSortEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||