com.izforge.izpack.panels.userinput.gui.title
Class GUITitleField

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.field.AbstractFieldView
      extended by com.izforge.izpack.panels.userinput.gui.GUIField
          extended by com.izforge.izpack.panels.userinput.gui.title.GUITitleField
All Implemented Interfaces:
FieldView

public class GUITitleField
extends GUIField

Title field view.

Author:
Tim Anderson

Constructor Summary
GUITitleField(TitleField field, InstallData installData, IconsDatabase icons)
          Constructs a GUITitleField.
 
Method Summary
 JComponent getFirstFocusableComponent()
          Return a JComponent of this field which is the primary candidate to gain focus.
 
Methods inherited from class com.izforge.izpack.panels.userinput.gui.GUIField
addComponent, addDescription, addField, addLabel, addLabel, addText, addTooltip, getComponents, getInstallData, notifyUpdateListener, replaceVariables, setUpdateListener, translateStaticText, updateField, updateField, updateView, warning
 
Methods inherited from class com.izforge.izpack.panels.userinput.field.AbstractFieldView
getField, getSummaryKey, getVariable, isDisplayed, isReadonly, setDisplayed, setReadonly, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUITitleField

public GUITitleField(TitleField field,
                     InstallData installData,
                     IconsDatabase icons)
Constructs a GUITitleField.

Parameters:
field - the field
installData - the installation data
icons - the icons
Method Detail

getFirstFocusableComponent

public JComponent getFirstFocusableComponent()
Description copied from class: GUIField
Return a JComponent of this field which is the primary candidate to gain focus.

Specified by:
getFirstFocusableComponent in class GUIField
Returns:
the primary JComponent to gain focus


Copyright © 2018. All rights reserved.