|
Chart FX 7 for Java Server | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.softwarefx.chartfx.server.annotation.AnnotationCommandEvent
public class AnnotationCommandEvent
Provides access to the AnnotationCommandEvent object.
The supported members of the AnnotationCommandEvent Class are available for any event handler that receives a AnnotationCommandEvent.
| Constructor Summary | |
|---|---|
AnnotationCommandEvent()
|
|
| Method Summary | |
|---|---|
int |
getID()
Gets the ID of the Command that caused this event. |
boolean |
isHandled()
Gets the Handled. |
void |
setHandled(boolean value)
Allows you to specify if you would like Chart FX to perform its default processing or not. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationCommandEvent()
| Method Detail |
|---|
public int getID()
Gets the ID of the Command that caused this event.
public boolean isHandled()
Gets the Handled. For more detail see setHandled(boolean).
public void setHandled(boolean value)
Allows you to specify if you would like Chart FX to perform its default processing or not.
|
http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||