com.zfqjava.swing.plaf.basic
Class BasicWizardPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.zfqjava.swing.plaf.WizardPaneUI
com.zfqjava.swing.plaf.basic.BasicWizardPaneUI
public class BasicWizardPaneUI
- extends WizardPaneUI
The basic L&F for WizardPaneUI.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicWizardPaneUI
public BasicWizardPaneUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI in class ComponentUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI in class ComponentUI
installDefaults
protected void installDefaults(JWizardPane wizardPane)
uninstallDefaults
protected void uninstallDefaults(JWizardPane wizardPane)
installComponents
protected void installComponents(JWizardPane wizardPane)
uninstallComponents
protected void uninstallComponents(JWizardPane wizardPane)
installListeners
protected void installListeners(JWizardPane wizardPane)
uninstallListeners
protected void uninstallListeners(JWizardPane wizardPane)
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Overrides:
getPreferredSize in class ComponentUI
getMinimumSize
public Dimension getMinimumSize(JComponent c)
- Overrides:
getMinimumSize in class ComponentUI
getMaximumSize
public Dimension getMaximumSize(JComponent c)
- Overrides:
getMaximumSize in class ComponentUI
addPageAt
public void addPageAt(JWizardPane pane,
int index)
- Specified by:
addPageAt in class WizardPaneUI
removePageAt
public void removePageAt(JWizardPane pane,
int index)
- Specified by:
removePageAt in class WizardPaneUI
removeAllPage
public void removeAllPage(JWizardPane pane)
- Specified by:
removeAllPage in class WizardPaneUI
Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.