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

public class OpenViewSettingsDlgCommand extends OpenWindowCommand

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
  • Konstruktordetails

    • OpenViewSettingsDlgCommand

      public OpenViewSettingsDlgCommand()
      Creates a new instance of OpenViewSettingsDlgCmd and initializes the super class with the locator of the script to be processed.
  • Methodendetails

    • prepareBuilderData

      protected void prepareBuilderData(ApplicationBuilderData builderData)
      Prepares the ApplicationBuilderData 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, the ViewSettings object to be edited is fetched from the application context and passed to the builder data.
      Setzt außer Kraft:
      prepareBuilderData in Klasse OpenWindowCommand
      Parameter:
      builderData - the ApplicationBuilderData object