Package com.ribsapp.shapes
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 Summary
Modifier and TypeMethodDescriptionDefault values for the extremaThe extremagetSize()The current sizevoidsetMaximumSize(RMSize sz) voidsetMinimumSize(RMSize sz)
-
Method Details