com.izforge.izpack.panels.userinput.gui.divider
Class GUIDivider
java.lang.Object
com.izforge.izpack.panels.userinput.field.AbstractFieldView
com.izforge.izpack.panels.userinput.gui.GUIField
com.izforge.izpack.panels.userinput.gui.divider.GUIDivider
- All Implemented Interfaces:
- FieldView
public class GUIDivider
- extends GUIField
Divider field view.
- Author:
- Tim Anderson
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUIDivider
public GUIDivider(Divider field)
- Constructs a
GUIDividerView.
- Parameters:
field - the field
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.