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


oracle.dss.util.dimensionList
Class DimListCellEditorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.util.dimensionList.DimListCellEditorEvent
All Implemented Interfaces:
java.io.Serializable

public class DimListCellEditorEvent
extends java.util.EventObject

Contains information about DimListCellEditor events.

See Also:
Serialized Form

Field Summary
static int ACCEPT
           
static int CANCEL
           
static int START
           
static int UNKNOWN
           

 

Constructor Summary
DimListCellEditorEvent(java.lang.Object source)
          Constructor that specifies the object that created this event.
DimListCellEditorEvent(java.lang.Object source, int id)
          Constructor that specifies the object that created this event and the identifier for this event.
DimListCellEditorEvent(java.lang.Object source, int id, java.lang.String text, int index)
          Constructor that specifies the object that created this event, the identifier for this event, the text for the cell, and the item's index.

 

Method Summary
 int getId()
          Retrieves the identifier for this event.
 int getIndex()
          Retrieves the editing cell index for this dimension list to edit a single cell.
 java.lang.String getValue()
          Retrieves the value of the cell.
 void setId(int id)
          Specifies the identifier for this event.
 void setIndex(int index)
          Specifies the editing cell index for this dimension list to edit a single cell.
 void setValue(java.lang.String text)
          Specifies the value of the cell.
 java.lang.String toString()
          Retrieves a String representation of the information about the event, such as the identifier of the event and the index of the item that fired the event.

 

Methods inherited from class java.util.EventObject
getSource

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

UNKNOWN

public static int UNKNOWN

START

public static int START

ACCEPT

public static int ACCEPT

CANCEL

public static int CANCEL
Constructor Detail

DimListCellEditorEvent

public DimListCellEditorEvent(java.lang.Object source)
Constructor that specifies the object that created this event.
Parameters:
source - The object that created this event.

DimListCellEditorEvent

public DimListCellEditorEvent(java.lang.Object source,
                              int id)
Constructor that specifies the object that created this event and the identifier for this event.
Parameters:
source - The object that created this event.
id - The identifier for this event.

DimListCellEditorEvent

public DimListCellEditorEvent(java.lang.Object source,
                              int id,
                              java.lang.String text,
                              int index)
Constructor that specifies the object that created this event, the identifier for this event, the text for the cell, and the item's index.
Parameters:
source - The object that created this event.
id - The identifier for this event.
text - The text for the value of the cell.
index - The index of the list item in the model.
Method Detail

getValue

public java.lang.String getValue()
Retrieves the value of the cell.
Returns:
The value of the cell.

setValue

public void setValue(java.lang.String text)
Specifies the value of the cell.
Parameters:
text - The value of the cell.

getIndex

public int getIndex()
Retrieves the editing cell index for this dimension list to edit a single cell.
See Also:
setIndex(int)

setIndex

public void setIndex(int index)
Specifies the editing cell index for this dimension list to edit a single cell.
Parameters:
index - The specific position of the cell to edit.
See Also:
getIndex()

getId

public int getId()
Retrieves the identifier for this event.
Returns:
The identifier for this event.

setId

public void setId(int id)
Specifies the identifier for this event.
Parameters:
id - The identifier for this event.

toString

public java.lang.String toString()
Retrieves a String representation of the information about the event, such as the identifier of the event and the index of the item that fired the event.
Overrides:
toString in class java.util.EventObject
Returns:
The String representation of the information about the event.

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


Copyright © 2003, Oracle. All Rights Reserved.