|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
org.codehaus.griffon.runtime.core.AbstractGriffonModel
griffon.plugins.dialogs.AbstractDialogModel
griffon.plugins.dialogs.FinderModel
public class FinderModel extends AbstractDialogModel
| Field Summary | |
|---|---|
static String |
DIALOG_NAME
|
static String |
KEY_ENTER_TYPED
|
static String |
KEY_MATCH_CASE
|
static String |
KEY_OUTPUT
|
static String |
KEY_REGEX
|
static String |
KEY_REPLACE_WITH
|
static String |
KEY_TO_FIND
|
static String |
KEY_WHOLE_WORLD
|
private static int |
MAX_ENTRIES
|
private boolean |
enterTyped
|
private boolean |
matchCase
|
private String |
output
|
private ca.odell.glazedlists.EventList |
recentFinds
|
private ca.odell.glazedlists.EventList |
recentReplacements
|
private boolean |
regex
|
private String |
replaceWith
|
private JComponent |
subject
|
private String |
toFind
|
private boolean |
wholeWord
|
| Fields inherited from class AbstractDialogModel | |
|---|---|
| center, height, modal, resizable, title, width |
| Constructor Summary | |
FinderModel()
|
|
| Method Summary | |
|---|---|
protected String
|
getDialogKey()
|
protected String
|
getDialogTitle()
|
String
|
getOutput()
|
ca.odell.glazedlists.EventList
|
getRecentFinds()
|
ca.odell.glazedlists.EventList
|
getRecentReplacements()
|
String
|
getReplaceWith()
|
JComponent
|
getSubject()
|
String
|
getToFind()
|
boolean
|
isEnterTyped()
|
boolean
|
isMatchCase()
|
boolean
|
isRegex()
|
boolean
|
isWholeWord()
|
void
|
mvcGroupInit(Map args)
|
void
|
setEnterTyped(boolean enterTyped)
|
void
|
setMatchCase(boolean matchCase)
|
void
|
setOutput(String output)
|
void
|
setRegex(boolean regex)
|
void
|
setReplaceWith(String replaceWith)
|
void
|
setSubject(JComponent subject)
|
void
|
setToFind(String toFind)
|
void
|
setWholeWord(boolean wholeWord)
|
private void
|
updateList(String value, ca.odell.glazedlists.EventList list)
|
void
|
updateRecentFinds()
|
void
|
updateRecentReplacements()
|
| Methods inherited from class AbstractDialogModel | |
|---|---|
| getDialogKey, getDialogTitle, getHeight, getTitle, getWidth, isCenter, isModal, isResizable, mvcGroupInit, setCenter, setHeight, setModal, setResizable, setTitle, setWidth |
| Field Detail |
|---|
public static final String DIALOG_NAME
public static final String KEY_ENTER_TYPED
public static final String KEY_MATCH_CASE
public static final String KEY_OUTPUT
public static final String KEY_REGEX
public static final String KEY_REPLACE_WITH
public static final String KEY_TO_FIND
public static final String KEY_WHOLE_WORLD
private static final int MAX_ENTRIES
private boolean enterTyped
private boolean matchCase
private String output
private ca.odell.glazedlists.EventList recentFinds
private ca.odell.glazedlists.EventList recentReplacements
private boolean regex
private String replaceWith
private JComponent subject
private String toFind
private boolean wholeWord
| Constructor Detail |
|---|
FinderModel()
| Method Detail |
|---|
protected String getDialogKey()
protected String getDialogTitle()
public String getOutput()
public ca.odell.glazedlists.EventList getRecentFinds()
public ca.odell.glazedlists.EventList getRecentReplacements()
public String getReplaceWith()
public JComponent getSubject()
public String getToFind()
public boolean isEnterTyped()
public boolean isMatchCase()
public boolean isRegex()
public boolean isWholeWord()
public void mvcGroupInit(Map args)
public void setEnterTyped(boolean enterTyped)
public void setMatchCase(boolean matchCase)
public void setOutput(String output)
public void setRegex(boolean regex)
public void setReplaceWith(String replaceWith)
public void setSubject(JComponent subject)
public void setToFind(String toFind)
public void setWholeWord(boolean wholeWord)
private void updateList(String value, ca.odell.glazedlists.EventList list)
public void updateRecentFinds()
public void updateRecentReplacements()
Groovy Documentation