Groovy Documentation

griffon.plugins.dialogs
[Java] Class FinderView

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
              org.codehaus.griffon.runtime.core.AbstractGriffonView
                  griffon.plugins.dialogs.FinderView

public class FinderView
extends AbstractGriffonView

Authors:
Andres Almiray


Nested Class Summary
private class FinderView.ComboBoxUpdater

 
Field Summary
private JComponent content

private FinderController controller

private JButton findNextButton

private FinderModel model

 
Constructor Summary
FinderView()

 
Method Summary
private Action actionFor(String actionName)

private void buildButtonsRow(JPanel container)

private JComponent buildContent()

private void buildFindRow(JPanel container)

private void buildOptionsRow(JPanel container)

private void buildReplaceRow(JPanel container)

FinderController getController()

FinderModel getModel()

private String msg(String key, String defaultMessage)

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

void mvcGroupInit(Map args)

void setController(FinderController controller)

void setModel(FinderModel model)

 
Methods inherited from class AbstractGriffonView
setBuilder, getBuilder, buildViewFromXml, buildViewFromXml, 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
 
Methods inherited from class AbstractGriffonMvcArtifact
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

content

private JComponent content


controller

private FinderController controller


findNextButton

private JButton findNextButton


model

private FinderModel model


 
Constructor Detail

FinderView

FinderView()


 
Method Detail

actionFor

private Action actionFor(String actionName)


buildButtonsRow

private void buildButtonsRow(JPanel container)


buildContent

private JComponent buildContent()


buildFindRow

private void buildFindRow(JPanel container)


buildOptionsRow

private void buildOptionsRow(JPanel container)


buildReplaceRow

private void buildReplaceRow(JPanel container)


getController

public FinderController getController()


getModel

public FinderModel getModel()


msg

private String msg(String key, String defaultMessage)


msg

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


mvcGroupInit

@Override
public void mvcGroupInit(Map args)


setController

public void setController(FinderController controller)


setModel

public void setModel(FinderModel model)


 

Groovy Documentation