Class com.symantec.itools.swing.JToolBarSeparator
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.swing.JToolBarSeparator
Object
|
+----Component
|
+----com.symantec.itools.swing.JToolBarSeparator
- public class JToolBarSeparator
- extends Component
-
com.symantec.itools.swing.JToolBarSeparator()
- Create the separator
-
getMaximumSize()
-
Return the maximum size for the separator
-
getMinimumSize()
-
Return the minimum size for the separator
-
getPreferredSize()
-
Return the preferred size for the separator
JToolBarSeparator
public JToolBarSeparator()
- Create the separator
getMaximumSize
public java.awt.Dimension getMaximumSize()
- Return the maximum size for the separator
- Returns:
- the Dimension object containing the separator's
maximum size
- Overrides:
- getMaximumSize in class Component
getMinimumSize
public java.awt.Dimension getMinimumSize()
- Return the minimum size for the separator
- Returns:
- the Dimension object containing the separator's
minimum size
- Overrides:
- getMinimumSize in class Component
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Return the preferred size for the separator
- Returns:
- the Dimension object containing the separator's
preferred size
- Overrides:
- getPreferredSize in class Component
All Packages Class Hierarchy This Package Previous Next Index