public class SubstanceOptionPaneUI extends BasicOptionPaneUI
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
SubstanceOptionPaneUI.OptionPaneLabel |
Label extension class.
|
BasicOptionPaneUI.ButtonActionListener, BasicOptionPaneUI.ButtonAreaLayout, BasicOptionPaneUI.PropertyChangeHandlerhasCustomComponents, initialFocusComponent, inputComponent, MinimumHeight, minimumSize, MinimumWidth, optionPane, propertyChangeListener| Constructor | Description |
|---|---|
SubstanceOptionPaneUI() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
addIcon(Container top) |
|
static ComponentUI |
createUI(JComponent comp) |
Creates a new SubstanceOptionPaneUI instance.
|
protected Icon |
getIconForType(int messageType) |
|
protected void |
installComponents() |
|
void |
paint(Graphics g,
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, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, updatepublic static ComponentUI createUI(JComponent comp)
public void paint(Graphics g, JComponent c)
paint in class ComponentUIprotected void addIcon(Container top)
addIcon in class BasicOptionPaneUIprotected Icon getIconForType(int messageType)
getIconForType in class BasicOptionPaneUIprotected void installComponents()
installComponents in class BasicOptionPaneUI