|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.tables.FindFrame
public final class FindFrame
A Frame displayed in an InputPanel to search for values and optionally replace them.
Constructor Summary | |
---|---|
FindFrame(javax.swing.JScrollPane scrollPane,
javax.swing.JTable table,
GeneralTableModel tableModel)
Creates this object. |
Method Summary | |
---|---|
void |
display()
Display this frame, initialized for the specified column number. |
void |
display(int currentColumnNumber,
java.awt.Component parentComponent)
|
static void |
seek(javax.swing.JScrollPane scrollPane,
javax.swing.JTable table,
int rowNumber)
Scrolls the scrollPane to a specified row number in the JTable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindFrame(javax.swing.JScrollPane scrollPane, javax.swing.JTable table, GeneralTableModel tableModel)
scrollPane
- the JscrollPane containing the JTable that will be scrolled to display "Found"
values.table
- the table contained in the JScrollPanetableModel
- the TableModel of the JTableMethod Detail |
---|
public void display()
public void display(int currentColumnNumber, java.awt.Component parentComponent)
public static void seek(javax.swing.JScrollPane scrollPane, javax.swing.JTable table, int rowNumber)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |