com.izforge.izpack.panels.userinput
Class FieldCommand
java.lang.Object
com.izforge.izpack.panels.userinput.FieldCommand
public abstract class FieldCommand
- extends Object
Wrapper to allow passing the create method from the FieldFactory classes.
This easily generate new fields, without cloning.
Cloning is not available with JComponent classes, and using serialization to clone can to unexpected error.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldCommand
public FieldCommand()
createGuiField
public GUIField createGuiField(Field field)
createConsoleField
public ConsoleField createConsoleField(Field field)
Copyright © 2018. All rights reserved.