Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.wizard
Interface IWizardContainer2

All Superinterfaces:
IRunnableContext, IWizardContainer
All Known Implementing Classes:
WizardDialog

public interface IWizardContainer2
extends IWizardContainer

IWizardContainer2 is a supplement to IWizardContainer that adds a method for updating the size of the wizard shell based on the contents of the current page.

The class WizardDialog provides a fully functional implementation of this interface which will meet the needs of most clients. However, clients are also free to implement this interface if WizardDialog does not suit their needs.

Since:
3.0
See Also:
IWizardContainer

Method Summary
 void updateSize ()
          Updates the window size to reflect the state of the current wizard.
 
Methods inherited from interface org.eclipse.jface.wizard. IWizardContainer
getCurrentPage, getShell, showPage, updateButtons, updateMessage, updateTitleBar, updateWindowTitle
 
Methods inherited from interface org.eclipse.jface.operation. IRunnableContext
run
 

Method Detail

updateSize

void updateSize()
Updates the window size to reflect the state of the current wizard.

This method is called by the container itself when its wizard changes and may be called by the wizard at other times to force a window size change.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire