public class FindOptions
extends java.lang.Object
| Constructor and Description |
|---|
FindOptions() |
| Modifier and Type | Method and Description |
|---|---|
LookAt |
getLookAt()
Get one of the LookAt enum.
|
FindLookIn |
getLookIn()
Get one of the FindLookIn enum.
|
boolean |
getMatchByte()
Get MatchByte way.
|
boolean |
getMatchCase()
Get the search case sensitive.
|
SearchDirection |
getSearchDirection()
Get the search direction.
|
IDisplayFormat |
getSearchFormat()
Get the search format.
|
SearchOrder |
getSearchOrder()
Get one of the SearchOrder enum.
|
void |
setLookAt(LookAt value)
Set one of the LookAt enum.
|
void |
setLookIn(FindLookIn value)
Set one of the FindLookIn enum.
|
void |
setMatchByte(boolean value)
Set MatchByte way.
|
void |
setMatchCase(boolean value)
Set the search case sensitive.
|
void |
setSearchDirection(SearchDirection value)
Set the search direction.
|
void |
setSearchFormat(IDisplayFormat value)
Set the search format.
|
void |
setSearchOrder(SearchOrder value)
Set one of the SearchOrder enum.
|
public final FindLookIn getLookIn()
public final void setLookIn(FindLookIn value)
public final LookAt getLookAt()
public final void setLookAt(LookAt value)
public final SearchOrder getSearchOrder()
public final void setSearchOrder(SearchOrder value)
public final SearchDirection getSearchDirection()
public final void setSearchDirection(SearchDirection value)
public final boolean getMatchCase()
public final void setMatchCase(boolean value)
public final boolean getMatchByte()
public final void setMatchByte(boolean value)
public final IDisplayFormat getSearchFormat()
public final void setSearchFormat(IDisplayFormat value)