install4j API documentation


com.install4j.api.beaninfo
Class CustomizerPlacement

java.lang.Object
  extended by com.install4j.api.beaninfo.CustomizerPlacement

public class CustomizerPlacement
extends java.lang.Object

Enumeration class for all possible placements of the customizer in the install4j GUI.

See Also:
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

AFTER_PROPERTIES

public static final CustomizerPlacement AFTER_PROPERTIES
Place the customizer before the default "Properties" tab.


BEFORE_PROPERTIES

public static final CustomizerPlacement BEFORE_PROPERTIES
Place the customizer after the default "Properties" tab.