Groovy Documentation

griffon.plugins.dialogs
[Java] Class FinderController

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
              org.codehaus.griffon.runtime.core.AbstractGriffonController
                  griffon.plugins.dialogs.DialogController
                      griffon.plugins.dialogs.FinderController

public class FinderController
extends DialogController

Authors:
Andres Almiray


Field Summary
private static String KEY_MATCHES

private static String KEY_NOTHING

private static String KEY_NOT_FOUND

private static String MSG_NOTHING

private static String MSG_NOT_FOUND

private static String MSG_REPLACED

 
Fields inherited from class DialogController
builder, dialog, model
 
Constructor Summary
FinderController()

 
Method Summary
protected JDialog createDialog(Window window)

protected void displayDialog(JDialog dialog)

void findNext()

void findNext(ActionEvent event)

void findPrevious()

void findPrevious(ActionEvent event)

private FinderModel model()

private String msg(String key, String defaultMessage)

private String msg(String key, Object[] args, String defaultMessage)

void replace()

void replace(ActionEvent event)

void replaceAll()

void replaceAll(ActionEvent event)

 
Methods inherited from class DialogController
createDialog, displayDialog, getBuilder, getModel, hide, hide, placeDialog, setBuilder, setModel, show, show, show
 
Methods inherited from class AbstractGriffonController
mvcGroupInit, mvcGroupDestroy, newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execAsync, execSync, execOutside, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, getGriffonClass, getApp, metaClassOf, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

KEY_MATCHES

private static final String KEY_MATCHES


KEY_NOTHING

private static final String KEY_NOTHING


KEY_NOT_FOUND

private static final String KEY_NOT_FOUND


MSG_NOTHING

private static final String MSG_NOTHING


MSG_NOT_FOUND

private static final String MSG_NOT_FOUND


MSG_REPLACED

private static final String MSG_REPLACED


 
Constructor Detail

FinderController

FinderController()


 
Method Detail

createDialog

protected JDialog createDialog(Window window)


displayDialog

protected void displayDialog(JDialog dialog)


findNext

public void findNext()


findNext

public void findNext(ActionEvent event)


findPrevious

public void findPrevious()


findPrevious

public void findPrevious(ActionEvent event)


model

private FinderModel model()


msg

private String msg(String key, String defaultMessage)


msg

private String msg(String key, Object[] args, String defaultMessage)


replace

public void replace()


replace

public void replace(ActionEvent event)


replaceAll

public void replaceAll()


replaceAll

public void replaceAll(ActionEvent event)


 

Groovy Documentation