Side of Software
Wizard Library 1.6

sos.wizard
Class WizardUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--sos.wizard.WizardUI
Direct Known Subclasses:
BasicWizardUI

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

The JWizard pluggable look and feel delegate.

Since:
1.0

Constructor Summary
WizardUI()
           
 
Method Summary
abstract  java.awt.Dimension getPreferredDialogSize(JWizard wizard)
          Returns the preferred size of the specified wizard when displayed as a dialog .
 
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

getPreferredDialogSize

public abstract java.awt.Dimension getPreferredDialogSize(JWizard wizard)
Returns the preferred size of the specified wizard when displayed as a dialog .

Parameters:
wizard - component for which the preferred dialog size is requested
Returns:
the preferred size of the specified wizard when displayed as a dialog

Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.