public class SubstanceOptionPaneUI extends BasicOptionPaneUI
Modifier and Type | Class | Description |
---|---|---|
protected static class |
SubstanceOptionPaneUI.OptionPaneLabel |
Label extension class.
|
BasicOptionPaneUI.ButtonActionListener, BasicOptionPaneUI.ButtonAreaLayout, BasicOptionPaneUI.PropertyChangeHandler
hasCustomComponents, 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, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, update
public static ComponentUI createUI(JComponent comp)
public void paint(Graphics g, JComponent c)
paint
in class ComponentUI
protected void addIcon(Container top)
addIcon
in class BasicOptionPaneUI
protected Icon getIconForType(int messageType)
getIconForType
in class BasicOptionPaneUI
protected void installComponents()
installComponents
in class BasicOptionPaneUI