com.zfqjava.swing.plaf
Class WizardPaneUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--com.zfqjava.swing.plaf.WizardPaneUI
Direct Known Subclasses:
BasicWizardPaneUI

public abstract class WizardPaneUI
extends javax.swing.plaf.ComponentUI


Constructor Summary
WizardPaneUI()
           
 
Method Summary
abstract  void addPageAt(JWizardPane pane, int index)
           
abstract  void removeAllPage(JWizardPane pane)
           
abstract  void removePageAt(JWizardPane pane, int index)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardPaneUI

public WizardPaneUI()
Method Detail

addPageAt

public abstract void addPageAt(JWizardPane pane,
                               int index)

removePageAt

public abstract void removePageAt(JWizardPane pane,
                                  int index)

removeAllPage

public abstract void removeAllPage(JWizardPane pane)


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.