|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject java.awt.AWTEvent com.jidesoft.dashboard.DashboardEvent
public class DashboardEvent
An AWTEvent
that adds support for Dashboard
objects as the event source.
Gadget
,
GadgetListener
,
Serialized FormField Summary | |
---|---|
static int |
DASHBOARD_ACTIVATED
This event is delivered when the Dashboard is activated. |
static int |
DASHBOARD_ADDED
This event is delivered when the Dashboard is first added to DashboardManager. |
static int |
DASHBOARD_DEACTIVATED
This event is delivered when the Dashboard is deactivated. |
static int |
DASHBOARD_FIRST
The first number in the range of IDs used for Dashboard events. |
static int |
DASHBOARD_LAST
The last number in the range of IDs used for Dashboard events. |
static int |
DASHBOARD_MOVED
This event is delivered when the Dashboard is moved in DashboardManager. |
static int |
DASHBOARD_REMOVED
This event is delivered when the Dashboard is removed from DashboardManager. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DashboardEvent(Dashboard source,
int id,
int index)
Constructs an DashboardEvent object. |
Method Summary | |
---|---|
Dashboard |
getDashboard()
Returns the originator of the event. |
int |
getIndex()
Gets the dashboard index. |
String |
paramString()
Returns a parameter string identifying this event. |
Methods inherited from class java.awt.AWTEvent |
---|
consume, getID, isConsumed, setSource, 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 DASHBOARD_FIRST
Dashboard
events.
public static final int DASHBOARD_LAST
Dashboard
events.
public static final int DASHBOARD_ADDED
Dashboard
is first added to DashboardManager.
public static final int DASHBOARD_REMOVED
Dashboard
is removed from DashboardManager.
public static final int DASHBOARD_MOVED
Dashboard
is moved in DashboardManager.
public static final int DASHBOARD_ACTIVATED
Dashboard
is activated.
public static final int DASHBOARD_DEACTIVATED
Dashboard
is deactivated.
Constructor Detail |
---|
public DashboardEvent(Dashboard source, int id, int index)
DashboardEvent
object.
source
- the Dashboard
object that originated the eventid
- an integer indicating the type of eventindex
- the index of the dashboard in its parent.Method Detail |
---|
public int getIndex()
public String paramString()
paramString
in class AWTEvent
public Dashboard getDashboard()
Dashboard
object that originated the event
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |