|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.dss.datautil.gui.panel.event.PanelStateEvent
Describes the panel state that is related to a particular panel.
| Field Summary | |
static java.lang.String |
PANELSTATE_INVALIDThe panel state is invalid. |
static java.lang.String |
PANELSTATE_VALIDThe panel state is valid. |
| Constructor Summary | |
PanelStateEvent(java.lang.Object source, java.lang.String type, java.lang.String stateInfo)Constructor that specifies all arguments, except the one for user-defined state information. | |
PanelStateEvent(java.lang.Object source, java.lang.String type, java.lang.String stateInfo, java.lang.Object userStateInfo)Constructor that specifies all arguments. | |
| Method Summary | |
java.lang.String |
getStateInfo()Retrieves the information about the state of the panel. |
java.lang.String |
getType()Retrieves the type of the panel state event. |
java.lang.Object |
getUserStateInfo()Retrieves the user-defined information about the state of the panel. |
void |
setStateInfo(java.lang.String stateInfo)Specifies the information about the state of the panel. |
void |
setType(java.lang.String type)Specifies the type of the panel state event. |
void |
setUserStateInfo(java.lang.Object userStateInfo)Specifies the user-defined information about the state of the panel. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String PANELSTATE_VALID
public static final java.lang.String PANELSTATE_INVALID
| Constructor Detail |
public PanelStateEvent(java.lang.Object source,
java.lang.String type,
java.lang.String stateInfo)
source - The source of the event. This is the reference to the StandardPanel from which the event originated.nType - The type of the event.nStateInfo - The information about the panel state.
public PanelStateEvent(java.lang.Object source,
java.lang.String type,
java.lang.String stateInfo,
java.lang.Object userStateInfo)
source - The source of the event. This is the reference to the StandardPanel from which the event originated.nType - The type of the event.nStateInfo - The information about the panel state.userStateInfo - The state information that is user-defined. This is interpreted based on the nStateInfo argument.| Method Detail |
public java.lang.String getStateInfo()
public java.lang.String getType()
public java.lang.Object getUserStateInfo()
public void setStateInfo(java.lang.String stateInfo)
stateInfo - The information about the state.public void setType(java.lang.String type)
type - The event type.public void setUserStateInfo(java.lang.Object userStateInfo)
userStateInfo - The user-defined information.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||