Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.datautil.gui.panel.event
Class PanelStateEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.datautil.gui.panel.event.PanelStateEvent
All Implemented Interfaces:
java.io.Serializable

public class PanelStateEvent
extends java.util.EventObject

Describes the panel state that is related to a particular panel.

See Also:
Serialized Form

Field Summary
static java.lang.String PANELSTATE_INVALID
          The panel state is invalid.
static java.lang.String PANELSTATE_VALID
          The 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

PANELSTATE_VALID

public static final java.lang.String PANELSTATE_VALID
The panel state is valid.

PANELSTATE_INVALID

public static final java.lang.String PANELSTATE_INVALID
The panel state is invalid.
Constructor Detail

PanelStateEvent

public 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.
Parameters:
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.

PanelStateEvent

public PanelStateEvent(java.lang.Object source,
                       java.lang.String type,
                       java.lang.String stateInfo,
                       java.lang.Object userStateInfo)
Constructor that specifies all arguments.
Parameters:
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

getStateInfo

public java.lang.String getStateInfo()
Retrieves the information about the state of the panel.
Returns:
The information about the state.

getType

public java.lang.String getType()
Retrieves the type of the panel state event.
Returns:
The type of the event.

getUserStateInfo

public java.lang.Object getUserStateInfo()
Retrieves the user-defined information about the state of the panel.
Returns:
The user-defined information.

setStateInfo

public void setStateInfo(java.lang.String stateInfo)
Specifies the information about the state of the panel.
Parameters:
stateInfo - The information about the state.

setType

public void setType(java.lang.String type)
Specifies the type of the panel state event.
Parameters:
type - The event type.

setUserStateInfo

public void setUserStateInfo(java.lang.Object userStateInfo)
Specifies the user-defined information about the state of the panel.
Parameters:
userStateInfo - The user-defined information.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.