com.izforge.izpack.panels.userinput.field.custom
Interface CustomFieldType

All Known Implementing Classes:
ConsoleCustomField, GUICustomField

public interface CustomFieldType

Interface that ConsoleCustomField and GUICustomField must adhere to.


Method Summary
 List<String> getVariables()
          Get all the variables from the custom fields.
 

Method Detail

getVariables

List<String> getVariables()
Get all the variables from the custom fields.

Returns:


Copyright © 2018. All rights reserved.