|
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.util.dimensionList.DimFindEvent
The event class that describes a number of events that are generated during processing.
EventObject, Serialized Form| Field Summary | |
static int |
FIND_ERRORThe code that is sent if an unknown or unexpected error occurs. |
static int |
FIND_EXITThe code that is sent when the DimFindTool is exiting or closing. |
static int |
FIND_FINDHELPThe code that is sent for a request to find the previous item. |
static int |
FIND_FINDNEXTThe code that is sent for a request to find the next item. |
| Constructor Summary | |
DimFindEvent(java.lang.Object source)Constructor. | |
DimFindEvent(java.lang.Object source, int id, java.lang.String str, int startPos, boolean bMatchCase, boolean bSearchDescendants, int iSearchChoice)Constructor that specifies all arguments. | |
| Method Summary | |
int |
getId()Retrieves the identifier for this event. |
boolean |
getMatchCase()Retrieves whether the search is case-sensitive. |
int |
getPosition()Retrieves the starting search position. |
int |
getSearchChoice()Retrieves the type of search. |
boolean |
getSearchDecendents()Deprecated. As of 2.6.0.23, replaced by getSearchDescendants() |
boolean |
getSearchDescendants()Retrieves whether the search includes descendants. |
java.lang.String |
getText()Retrieves the search string. |
| 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 int FIND_ERROR
public static final int FIND_EXIT
DimFindTool is exiting or closing.public static final int FIND_FINDNEXT
public static final int FIND_FINDHELP
| Constructor Detail |
public DimFindEvent(java.lang.Object source)
source - The object that is generating the event.
public DimFindEvent(java.lang.Object source,
int id,
java.lang.String str,
int startPos,
boolean bMatchCase,
boolean bSearchDescendants,
int iSearchChoice)
source - The object that is generating the event.id - The identifier for this event.str - The search string.startPos - The starting index within a source from where the search begins.bMatchCase - true if the search is case-sensitive, false if it is not.bSearchDescendants - true if the descendants are searched, false if they are not.| Method Detail |
public int getId()
integer that represents the event identifier.public java.lang.String getText()
string that represents the search text.public int getPosition()
integer that represents the starting search position.public boolean getMatchCase()
true if the search is case-sensitive, false if it is not.public boolean getSearchDecendents()
getSearchDescendants()true if the search includes descendants false if it does not.public boolean getSearchDescendants()
true if the search includes descendants false if it does not.public int getSearchChoice()
integer that represents the type of search.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||