|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.AbstractGUIConfigurable
gov.nih.nlm.mms.filters.AbstractFilter
gov.nih.nlm.mms.filters.SemanticTypesToRemoveFilter
gov.nih.nlm.mms.browser.SemanticTypesBrowserRestrictorFilter
public class SemanticTypesBrowserRestrictorFilter
This Filter subclass acts as the SemanticTypesToRemoveFilter, but
limits the functionality by removing the include/exclude toggle and
documentation.
| Field Summary |
|---|
| Fields inherited from class gov.nih.nlm.mms.filters.SemanticTypesToRemoveFilter |
|---|
any_sty, full_panel, ignore_events, keep_stys, panel, remove_selected_stys, remove_stys, semantic_type_table, semantic_types_to_remove |
| Fields inherited from class gov.nih.nlm.mms.filters.AbstractFilter |
|---|
init_cui, subset_content, warnings |
| Fields inherited from class gov.nih.nlm.mms.AbstractGUIConfigurable |
|---|
data_changed, default_configuration, listeners, user_configuration |
| Constructor Summary | |
|---|---|
SemanticTypesBrowserRestrictorFilter()
No-arg constructor |
|
SemanticTypesBrowserRestrictorFilter(SemanticTypesBrowserRestrictor br)
Constructor for SemanticTypesBrowserRestrictorFilter |
|
| Method Summary | |
|---|---|
JPanel |
getPanel()
Returns the GUI panel that will display the filter's screen . |
String |
getTabDescription()
Returns the description. |
boolean |
ignoreEvents()
Method returns boolean to indicate whether or not
ListSelectionEvents are to be ignored. |
void |
setIgnoreEvents(boolean b)
Method that turns off responses to the ListSelectionEvents |
void |
setPanelSelections()
Applies filter state to panel selections. |
void |
tableSortFinished(TableSortEvent e)
Handle finish of table sorting. |
void |
tableSortStarted(TableSortEvent e)
Handle start of table sorting. |
void |
valueChanged(ListSelectionEvent e)
Sets the list of languages to be excluded when selection changes. |
| Methods inherited from class gov.nih.nlm.mms.filters.AbstractFilter |
|---|
applyFilter, beginInitializeCuiList, beginSubsetContent, endInitializeCuiList, endSubsetContent, fireDataChanged, fireNotUndoableDataChanged, getValidateMessage, getWarnings, setCuiList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gov.nih.nlm.mms.filters.Filter |
|---|
applyFilter, getWarnings |
| Methods inherited from interface gov.nih.nlm.mms.GUIConfigurable |
|---|
addDataChangeListener, getGUIConfigurableForValidationFailure, getValidationErrors, getValidationWarnings, hasDataChanged, removeDataChangeListener, resetDataChanged, setDataChanged, validate |
| Methods inherited from interface gov.nih.nlm.mms.Configurable |
|---|
setConfiguration, setConfiguration |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface gov.nih.nlm.mms.SubsetListener |
|---|
beginInitializeCuiList, beginSubsetContent, endInitializeCuiList, endSubsetContent, setCuiList |
| Constructor Detail |
|---|
public SemanticTypesBrowserRestrictorFilter()
public SemanticTypesBrowserRestrictorFilter(SemanticTypesBrowserRestrictor br)
SemanticTypesBrowserRestrictorFilter
br - SemanticTypesBrowserRestrictor| Method Detail |
|---|
public JPanel getPanel()
getPanel in interface GUIConfigurablegetPanel in class SemanticTypesToRemoveFilterJPanel that displays graphical interface
for the filterpublic void setPanelSelections()
setPanelSelections in interface GUIConfigurablesetPanelSelections in class SemanticTypesToRemoveFilterpublic String getTabDescription()
getTabDescription in interface GUIConfigurablegetTabDescription in class SemanticTypesToRemoveFilterpublic boolean ignoreEvents()
boolean to indicate whether or not
ListSelectionEvents are to be ignored.
ignoreEvents in interface IgnorableListenerboolean true to be ignored
false otherwisepublic void setIgnoreEvents(boolean b)
ListSelectionEvents
setIgnoreEvents in interface IgnorableListenerb - booleanpublic void tableSortStarted(TableSortEvent e)
tableSortStarted in interface TableSortListenere - TableSortEventpublic void tableSortFinished(TableSortEvent e)
tableSortFinished in interface TableSortListenere - TableSortEventpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenervalueChanged in class SemanticTypesToRemoveFiltere - ListSelectionEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||