public class Conductor_Table_Model_Event extends TableModelEvent
Modifier and Type | Field and Description |
---|---|
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.
|
ALL_COLUMNS, column, DELETE, firstRow, HEADER_ROW, INSERT, lastRow, type, UPDATE
source
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getColumn, getFirstRow, getLastRow, getType
getSource, toString
public static final String ID
public int Processing_State
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)
public Conductor_Table_Model_Event Processing_State(int processing_state)
processing_state
- The processing state value.public int Processing_State()