Interface TwoComponentOption

  • All Known Implementing Classes:
    DoubleOption, IntegerOption, TextOption


    public interface TwoComponentOption
    An interface for objects that encapsulate components that may be used for instance in two column layouts.
    • Method Detail

      • getFirstComponent

        JComponent getFirstComponent()
        Returns:
        the component for the first row
      • getSecondComponent

        JComponent getSecondComponent()
        Returns:
        the component for the second row