Interface ComponentTuple


public interface ComponentTuple
Represents the created GUI components for a form component. If the installer or uninstaller is running in GUI mode, the framework will call the createLeftComponent, createCenterComponent and createRightComponent of a form component after instantiating it. These three components of which the left and right components may be null form the component tuple of the form component.

A component tuple can be obtained for every form component via the form environment.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the center GUI component created by FormComponent.createCenterComponent.
    Return the left GUI component created by FormComponent.createLeftComponent.
    Return the right GUI component created by FormComponent.createRightComponent.