public final class SkinOptionPaneUI
extends javax.swing.plaf.basic.BasicOptionPaneUI
| Constructor and Description |
|---|
SkinOptionPaneUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Description of the Method
|
protected void |
installDefaults() |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
protected void |
uninstallDefaults() |
addButtonComponents, addIcon, addMessageComponents, burstStringInto, containsCustomComponents, createButtonActionListener, createButtonArea, createLayoutManager, createMessageArea, createPropertyChangeListener, createSeparator, getButtons, getIcon, getIconForType, getInitialValueIndex, getMaxCharactersPerLineCount, getMessage, getMinimumOptionPaneSize, getPreferredSize, getSizeButtonsToSameWidth, installComponents, installKeyboardActions, installListeners, installUI, resetInputValue, selectInitialValue, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - Description of Parameterpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.ComponentUIg - Description of Parameterc - Description of Parameterprotected void installDefaults()
installDefaults in class javax.swing.plaf.basic.BasicOptionPaneUIprotected void uninstallDefaults()
uninstallDefaults in class javax.swing.plaf.basic.BasicOptionPaneUI