javax.swing
public static class JToolBar.Separator extends JSeparator
Constructor Summary | |
---|---|
Separator()
Creates a new Separator object. | |
Separator(Dimension size)
Creates a new Separator object with the given size.
|
Method Summary | |
---|---|
Dimension | getMaximumSize()
This method returns the maximum size of the Separator.
|
Dimension | getMinimumSize()
This method returns the minimum size of the Separator.
|
Dimension | getPreferredSize()
This method returns the preferred size of the Separator.
|
Dimension | getSeparatorSize()
This method returns the size of the Separator.
|
String | getUIClassID()
This method returns the String ID of the UI class of Separator.
|
void | setSeparatorSize(Dimension size)
This method sets the size of the Separator.
|
Parameters: size The size of the separator.
Returns: The maximum size of the Separator.
Returns: The minimum size of the Separator.
Returns: The preferred size of the Separator.
Returns: The size of the Separator.
Returns: The UI class' String ID.
Parameters: size The new size of the Separator.