Class PlasticOptionPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.OptionPaneUI
javax.swing.plaf.basic.BasicOptionPaneUI
com.jgoodies.looks.plastic.PlasticOptionPaneUI
The JGoodies Plastic Look&Feel implementation of
OptionPaneUI. Honors the screen resolution and
uses a minimum button with that complies better with the Mac and Windows
UI style guides.- Version:
- $Revision: 1.9 $
-
Nested Class Summary
Nested classes/interfaces inherited from class BasicOptionPaneUI
BasicOptionPaneUI.ButtonActionListener, BasicOptionPaneUI.ButtonAreaLayout, BasicOptionPaneUI.PropertyChangeHandler -
Field Summary
Fields inherited from class BasicOptionPaneUI
hasCustomComponents, initialFocusComponent, inputComponent, MinimumHeight, minimumSize, MinimumWidth, optionPane, propertyChangeListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ContainerCreates and returns a Container containin the buttons.static ComponentUIMethods inherited from class BasicOptionPaneUI
addButtonComponents, addIcon, addMessageComponents, burstStringInto, containsCustomComponents, createButtonActionListener, createLayoutManager, createMessageArea, createPropertyChangeListener, createSeparator, getButtons, getIcon, getIconForType, getInitialValueIndex, getMaxCharactersPerLineCount, getMessage, getMinimumOptionPaneSize, getPreferredSize, getSizeButtonsToSameWidth, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, resetInputValue, selectInitialValue, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
-
Constructor Details
-
PlasticOptionPaneUI
public PlasticOptionPaneUI()
-
-
Method Details
-
createUI
-
createButtonArea
Creates and returns a Container containin the buttons. The buttons are created by callinggetButtons.- Overrides:
createButtonAreain classBasicOptionPaneUI
-