java.lang.Objectcom.install4j.api.beaninfo.CustomizerPlacement
public class CustomizerPlacement
Enumeration class for all possible placements of the customizer in the install4j GUI.
Install4JBeanInfo.setCustomizerPlacement(CustomizerPlacement)
Field Summary | |
---|---|
static CustomizerPlacement |
AFTER_PROPERTIES
Place the customizer before the default "Properties" tab. |
static CustomizerPlacement |
BEFORE_PROPERTIES
Place the customizer after the default "Properties" tab. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CustomizerPlacement AFTER_PROPERTIES
public static final CustomizerPlacement BEFORE_PROPERTIES