public class ReplaceOptions
extends java.lang.Object
| Constructor and Description |
|---|
ReplaceOptions() |
| Modifier and Type | Method and Description |
|---|---|
LookAt |
getLookAt()
Get one of the LookAt enum.
|
boolean |
getMatchByte()
Get the MatchByte way.
|
boolean |
getMatchCase()
Get the search case sensitive.
|
IDisplayFormat |
getReplaceFormat()
Get he replace format for the method.
|
IDisplayFormat |
getSearchFormat()
Get the search format for the method.
|
SearchOrder |
getSearchOrder() |
void |
setLookAt(LookAt value)
Set one of the LookAt enum.
|
void |
setMatchByte(boolean value)
Set the MatchByte way.
|
void |
setMatchCase(boolean value)
Set the search case sensitive.
|
void |
setReplaceFormat(IDisplayFormat value)
Set the replace format for the method.
|
void |
setSearchFormat(IDisplayFormat value)
Set the search format for the method.
|
void |
setSearchOrder(SearchOrder value) |
public final LookAt getLookAt()
public final void setLookAt(LookAt value)
public final SearchOrder getSearchOrder()
public final void setSearchOrder(SearchOrder 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)
public final IDisplayFormat getReplaceFormat()
public final void setReplaceFormat(IDisplayFormat value)