|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.swing.event.TableModelEvent PIRL.Conductor.Maestro.Conductor_Table_Model_Event
public class Conductor_Table_Model_Event
A Conductor_Table_Model_Event extends a TableModelEvent with Conductor processing status information.
Field Summary | |
---|---|
static String |
ID
Class identification name with source code version and date. |
int |
Processing_State
The processing state of the Conductor with which the event is associated. |
Fields inherited from class javax.swing.event.TableModelEvent |
---|
ALL_COLUMNS, column, DELETE, firstRow, HEADER_ROW, INSERT, lastRow, type, UPDATE |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
Conductor_Table_Model_Event(TableModel source)
|
|
Conductor_Table_Model_Event(TableModel source,
int row)
|
|
Conductor_Table_Model_Event(TableModel source,
int first_row,
int last_row)
|
|
Conductor_Table_Model_Event(TableModel source,
int first_row,
int last_row,
int column)
|
|
Conductor_Table_Model_Event(TableModel source,
int first_row,
int last_row,
int column,
int type)
Construct a Conductor_Table_Model_Event. |
Method Summary | |
---|---|
int |
Processing_State()
Get the Conductor processing state of the event. |
Conductor_Table_Model_Event |
Processing_State(int processing_state)
Set the Conductor processing state of the event. |
Methods inherited from class javax.swing.event.TableModelEvent |
---|
getColumn, getFirstRow, getLastRow, getType |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ID
public int Processing_State
Constructor Detail |
---|
public Conductor_Table_Model_Event(TableModel source)
public Conductor_Table_Model_Event(TableModel source, int row)
public Conductor_Table_Model_Event(TableModel source, int first_row, int last_row)
public Conductor_Table_Model_Event(TableModel source, int first_row, int last_row, int column)
public Conductor_Table_Model_Event(TableModel source, int first_row, int last_row, int column, int type)
Method Detail |
---|
public Conductor_Table_Model_Event Processing_State(int processing_state)
processing_state
- The processing state value.
public int Processing_State()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |