| javax.swing.plaf.basic.BasicOptionPaneUI com.jidesoft.plaf.basic.BasicJideOptionPaneUI
Inner Class :protected static class ButtonFactory | |
addButtonComponents | protected void addButtonComponents(Container container, Object[] buttons, int initialIndex)(Code) | | |
addDetailsButton | protected Object[] addDetailsButton(Object[] options, boolean showDetails)(Code) | | |
configureButton | protected void configureButton(JButton button)(Code) | | Configures any necessary colors/fonts for the specified button
used representing the button portion of the optionpane.
|
customizeBannerArea | protected void customizeBannerArea(PaintPanel bannerPanel)(Code) | | |
getButtons | protected Object[] getButtons()(Code) | | Returns the buttons to display from the JOptionPane the receiver is
providing the look and feel for. If the JOptionPane has options
set, they will be provided, otherwise if the optionType is
YES_NO_OPTION, yesNoOptions is returned, if the type is
YES_NO_CANCEL_OPTION yesNoCancelOptions is returned, otherwise
defaultButtons are returned.
|
installComponents | protected void installComponents()(Code) | | |
installDefaults | protected void installDefaults()(Code) | | |
isDetailsVisible | public static boolean isDetailsVisible()(Code) | | Is details area visible initially.
true if details area is visible. |
setDetailsVisible | public static void setDetailsVisible(boolean detailsVisible)(Code) | | Sets if details area is visible initially.
Parameters: detailsVisible - |
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
updateDetailsComponent | protected void updateDetailsComponent()(Code) | | |
|
|