|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.zfqjava.swing.event.BasicChartModelEvent
public class BasicChartModelEvent
| Field Summary | |
|---|---|
static int |
ALL_INDEX
Identifies the all index. |
static int |
DELETE
Identifies the insert event type. |
static int |
INSERT
Identifies the insert event type. |
static int |
NAME
Identifies the name data type. |
static int |
UPDATE
Identifies the insert event type. |
static int |
VALUE
Identifies the value data type. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
BasicChartModelEvent(Object source,
int firstCategory,
int lastCategory,
int firstSeries,
int lastSeries,
int type,
int dataType)
Constructs a BasicChartModelEvent. |
|
| Method Summary | |
|---|---|
int |
getDataType()
Returns the event data type. |
int |
getFirstCategory()
Returns the firstCategory index for this event. |
int |
getFirstSeries()
Returns the firstSeries index for this event. |
int |
getLastCategory()
Returns the last index for this event. |
int |
getLastSeries()
Returns the last index for this event. |
int |
getType()
Returns the event type. |
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INSERT
public static final int UPDATE
public static final int DELETE
public static final int VALUE
public static final int NAME
public static final int ALL_INDEX
| Constructor Detail |
|---|
public BasicChartModelEvent(Object source,
int firstCategory,
int lastCategory,
int firstSeries,
int lastSeries,
int type,
int dataType)
BasicChartModelEvent.
source - the event sourcefirstCategory - the first Category index for this eventlastCategory - the last category index for this eventfirstSeries - the first series index for this eventlastSeries - the last series index for this eventtype - the type for this event| Method Detail |
|---|
public int getType()
public int getDataType()
public int getFirstCategory()
public int getLastCategory()
public int getFirstSeries()
public int getLastSeries()
public String toString()
toString in class EventObject
|
JComponentPack 1.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||