|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sciapp.table.search.TableSelector
public class TableSelector
A simple SearchModelListener implementation for selecting the matching cells of a table when searching.
| Field Summary | |
|---|---|
protected JTable |
table
the associated table |
| Constructor Summary | |
|---|---|
TableSelector(JTable table)
Constructs a TableSelector. |
|
| Method Summary | |
|---|---|
void |
search(SearchModelEvent e)
Called whenever searching of a table has been requested. |
void |
setTable(JTable table)
Assigns the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JTable table
| Constructor Detail |
|---|
public TableSelector(JTable table)
| Method Detail |
|---|
public void search(SearchModelEvent e)
search in interface SearchModelListenere - the SearchModelEvent objectpublic void setTable(JTable table)
table - the table to assign
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||