org.eclipse.jface.wizard

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.jface.wizard 
org.eclipse.jface.wizard
Java Source File NameTypeComment
IWizard.javaInterface Interface for a wizard.
IWizardContainer.javaInterface Interface for containers that can host a wizard.
IWizardContainer2.javaInterface

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.

IWizardNode.javaInterface A wizard node acts a placeholder for a real wizard in a wizard selection page.
IWizardPage.javaInterface Interface for a wizard page.

The class WizardPage provides an abstract implementation of this interface.

ProgressMonitorPart.javaClass A standard implementation of an IProgressMonitor.
Wizard.javaClass An abstract base implementation of a wizard.
WizardDialog.javaClass A dialog to show a wizard to the end user.
WizardPage.javaClass An abstract base implementation of a wizard page.

Subclasses must implement the createControl method to create the specific controls for the wizard page.

Subclasses may call the following methods to configure the wizard page:

  • setDescription
  • setErrorMessage
  • setImageDescriptor
  • setMessage
  • setPageComplete
  • setPreviousPage
  • setTitle

Subclasses may override these methods if required:

  • performHelp - may be reimplemented to display help for the page
  • canFlipToNextPage - may be extended or reimplemented
  • isPageComplete - may be extended
  • setDescription - may be extended
  • setTitle - may be extended
  • dispose - may be extended to dispose additional allocated SWT resources

Note that clients are free to implement IWizardPage from scratch instead of subclassing WizardPage.

WizardSelectionPage.javaClass An abstract implementation of a wizard page that manages a set of embedded wizards.

A wizard selection page should present a list of wizard nodes corresponding to other wizards.

w_w__w_.___ja__v_a2_s._c__om | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.