Extendable Wizard Page

Identifier:
org.eclipse.wst.common.frameworks.ui.wizardPageGroup

Since:
1.0

Description:
This allows you to add an data model wizard page to a predefined extensable data model wizard.

Configuration Markup:

<!ELEMENT extension ((wizardPage | wizardPageGroup)+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT wizardPageGroup (factory)>

<!ATTLIST wizardPageGroup

wizardID                 CDATA #REQUIRED

allowsExtendedPagesAfter CDATA #IMPLIED

pageGroupInsertionID     CDATA #IMPLIED

pageGroupID              CDATA #IMPLIED>


<!ELEMENT wizardPage (factory)>

<!ATTLIST wizardPage

wizardID CDATA #REQUIRED>


<!ELEMENT factory EMPTY>

<!ATTLIST factory

className CDATA #REQUIRED>



Copyright (c) 2005, 2008 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html