juife
v0.1a

net.sf.juife.plaf
Class WizardUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by net.sf.juife.plaf.WizardUI
Direct Known Subclasses:
BasicWizardUI

public abstract class WizardUI
extends javax.swing.plaf.PanelUI

Pluggable look and feel interface for Wizard.


Constructor Summary
WizardUI()
           
 
Method Summary
abstract  boolean mayCancelWizard()
          Determines whether the wizard can be cancelled.
 
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

WizardUI

public WizardUI()
Method Detail

mayCancelWizard

public abstract boolean mayCancelWizard()
Determines whether the wizard can be cancelled.

Returns:
true if the wizard can be cancelled, false otherwise.

juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo