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 sizevoid
setMaximumSize
(RMSize sz) void
setMinimumSize
(RMSize sz)
-
Method Details