public class BasicGradientEditorUI extends GradientEditorUI
Constructor and Description |
---|
BasicGradientEditorUI() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c) |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
void |
installUI(javax.swing.JComponent component) |
void |
uninstallUI(javax.swing.JComponent component) |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent component)
installUI
in class javax.swing.plaf.ComponentUI
public void uninstallUI(javax.swing.JComponent component)
uninstallUI
in class javax.swing.plaf.ComponentUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
in class javax.swing.plaf.ComponentUI
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.ComponentUI