Package rma.swing.event
Class TableUpdateEvent
java.lang.Object
java.util.EventObject
rma.swing.event.TableUpdateEvent
- All Implemented Interfaces:
Serializable
TableUpdateEvent is used to notify interested parties that
the data has changed in the event source.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
static int
static int
static int
static int
static int
static int
static int
type of changestatic int
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionTableUpdateEvent
(Object source, int startRow, int startCol, int endRow, int endCol, int changeReason) -
Method Summary
Modifier and TypeMethodDescriptionint
int[]
int[]
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
PASTE
public static int PASTEtype of change -
CUT
public static int CUT -
COPY
public static int COPY -
LINEAR_FILL
public static int LINEAR_FILL -
REPEAT_FILL
public static int REPEAT_FILL -
CLEAR
public static int CLEAR -
INSERT_ROW
public static int INSERT_ROW -
DELETE_ROW
public static int DELETE_ROW -
APPEND_ROW
public static int APPEND_ROW
-
-
Constructor Details
-
TableUpdateEvent
public TableUpdateEvent(Object source, int startRow, int startCol, int endRow, int endCol, int changeReason)
-
-
Method Details
-
getStartPosition
public int[] getStartPosition() -
getStopPosition
public int[] getStopPosition() -
getChangeReason
public int getChangeReason()
-