JComponentPack 1.3.0

com.zfqjava.swing.plaf.basic
Class BasicWizardPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.zfqjava.swing.plaf.WizardPaneUI
          extended by com.zfqjava.swing.plaf.basic.BasicWizardPaneUI

public class BasicWizardPaneUI
extends WizardPaneUI

The basic L&F for WizardPaneUI.


Constructor Summary
BasicWizardPaneUI()
           
 
Method Summary
 void addPageAt(JWizardPane pane, int index)
           
static ComponentUI createUI(JComponent c)
           
 Dimension getMaximumSize(JComponent c)
           
 Dimension getMinimumSize(JComponent c)
           
 Dimension getPreferredSize(JComponent c)
           
protected  void installComponents(JWizardPane wizardPane)
           
protected  void installDefaults(JWizardPane wizardPane)
           
protected  void installListeners(JWizardPane wizardPane)
           
 void installUI(JComponent c)
           
 void removeAllPage(JWizardPane pane)
           
 void removePageAt(JWizardPane pane, int index)
           
protected  void uninstallComponents(JWizardPane wizardPane)
           
protected  void uninstallDefaults(JWizardPane wizardPane)
           
protected  void uninstallListeners(JWizardPane wizardPane)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWizardPaneUI

public BasicWizardPaneUI()
Method Detail

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

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.