org.jvnet.substance
Class SubstanceOptionPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.OptionPaneUI
javax.swing.plaf.basic.BasicOptionPaneUI
org.jvnet.substance.SubstanceOptionPaneUI
public class SubstanceOptionPaneUI
- extends BasicOptionPaneUI
UI for option panes in Substance look and feel.
- Author:
- Kirill Grouchnikov
Methods inherited from class javax.swing.plaf.basic.BasicOptionPaneUI |
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, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstanceOptionPaneUI
public SubstanceOptionPaneUI()
createUI
public static ComponentUI createUI(JComponent c)
- Creates a new SubstanceOptionPaneUI instance.
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in class BasicOptionPaneUI