public class SubstanceOptionPaneUI
extends javax.swing.plaf.basic.BasicOptionPaneUI
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SubstanceOptionPaneUI.OptionPaneLabel
Label extension class.
|
| Constructor and Description |
|---|
SubstanceOptionPaneUI() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addIcon(java.awt.Container top) |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp)
Creates a new SubstanceOptionPaneUI instance.
|
protected javax.swing.Icon |
getIconForType(int messageType) |
protected void |
installComponents() |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
addButtonComponents, addMessageComponents, burstStringInto, containsCustomComponents, createButtonActionListener, createButtonArea, createLayoutManager, createMessageArea, createPropertyChangeListener, createSeparator, getButtons, getIcon, getInitialValueIndex, getMaxCharactersPerLineCount, getMessage, getMinimumOptionPaneSize, getPreferredSize, getSizeButtonsToSameWidth, installDefaults, installKeyboardActions, installListeners, installUI, resetInputValue, selectInitialValue, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.ComponentUIprotected void addIcon(java.awt.Container top)
addIcon in class javax.swing.plaf.basic.BasicOptionPaneUIprotected javax.swing.Icon getIconForType(int messageType)
getIconForType in class javax.swing.plaf.basic.BasicOptionPaneUIprotected void installComponents()
installComponents in class javax.swing.plaf.basic.BasicOptionPaneUI