Interface RJMinMaxSizeSettable

All Known Implementing Classes:
JButtonShape, JCheckBoxShape, JComboBoxShape, JFormattedTextFieldShape, JLabelShape, JListShape, JPasswordFieldShape, JProgressBarShape, JRadioButtonShape, JScrollPaneShape, JSeparatorShape, JSliderShape, JSpinnerShape, JSplitPaneShape, JTabbedPaneShape, JTableShape, JTextAreaShape, JTextFieldShape, JToggleButtonShape, JTreeShape, RBDocument, RJButtonOrLabelShape, RJColorDockShape, RJColorWellShape, RJCustomViewShape, RJMenuButtonShape, RJPanelShape, RJShape, RJSwitchPaneShape, RJTextShape, RJThumbWheelShape

public interface RJMinMaxSizeSettable
  • Method Details

    • getSize

      RMSize getSize()
      The current size
    • getMinimumSize

      RMSize getMinimumSize()
      The extrema
    • setMinimumSize

      void setMinimumSize(RMSize sz)
    • getMaximumSize

      RMSize getMaximumSize()
    • setMaximumSize

      void setMaximumSize(RMSize sz)
    • getDefaultMinimumSize

      RMSize getDefaultMinimumSize()
      Default values for the extrema
    • getDefaultMaximumSize

      RMSize getDefaultMaximumSize()