[]
        
(Showing Draft Content)

IControlT

Interface IControlT>

All Superinterfaces:
IControl
All Known Subinterfaces:
IButton, ICheckBox, IDropDown, IGroupBox, ILabel, IListBox, IOptionButton, IScrollBar, ISpinner

public interface IControlT<T extends IControlT<T>> extends IControl
Generic type members of form controls
  • Method Details

    • copy

      T copy(double left, double top)
      Copy this control to the destination position.
    • cut

      T cut(double left, double top)
      Cut this control and paste to the destination position.
    • duplicate

      T duplicate()
      Copy this control to the default destination position.