Klasse OpenViewSettingsDlgCommand
java.lang.Object
net.sf.jguiraffe.gui.cmd.CommandBase
net.sf.jguiraffe.gui.app.OpenWindowCommand
net.sf.jguiraffe.examples.tutorial.viewset.OpenViewSettingsDlgCommand
- Alle implementierten Schnittstellen:
ApplicationClient
,Command
A specialized command class for opening the dialog with the view settings.
The major part of the work is done by the super class
OpenWindowCommand
. This class ensures that all required helper object (e.g.
models for lists) are passed to the builder.
- Version:
- $Id: OpenViewSettingsDlgCommand.java 205 2012-01-29 18:29:57Z oheger $
- Autor:
- Oliver Heger
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new instance ofOpenViewSettingsDlgCmd
and initializes the super class with the locator of the script to be processed. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
prepareBuilderData
(ApplicationBuilderData builderData) Prepares theApplicationBuilderData
object before the builder is called.Von Klasse geerbte Methoden net.sf.jguiraffe.gui.app.OpenWindowCommand
execute, getApplication, getLocator, performGUIUpdate, setApplication
Von Klasse geerbte Methoden net.sf.jguiraffe.gui.cmd.CommandBase
getException, getGUIUpdater, getLog, isUpdateGUI, onException, onFinally, setException
-
Konstruktordetails
-
OpenViewSettingsDlgCommand
public OpenViewSettingsDlgCommand()Creates a new instance ofOpenViewSettingsDlgCmd
and initializes the super class with the locator of the script to be processed.
-
-
Methodendetails
-
prepareBuilderData
Prepares theApplicationBuilderData
object before the builder is called. This implementation creates model objects required by elements in the builder script and adds them to the builder data as additional properties. Especially, theViewSettings
object to be edited is fetched from the application context and passed to the builder data.- Setzt außer Kraft:
prepareBuilderData
in KlasseOpenWindowCommand
- Parameter:
builderData
- theApplicationBuilderData
object
-