Java Doc for WizardCollectionElement.java in  » IDE-Eclipse » ui-workbench » org » eclipse » ui » internal » dialogs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » ui workbench » org.eclipse.ui.internal.dialogs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.model.AdaptableList
   org.eclipse.ui.internal.dialogs.WizardCollectionElement

WizardCollectionElement
public class WizardCollectionElement extends AdaptableList implements IPluginContribution,IWizardCategory(Code)
Instances of this class are a collection of WizardCollectionElements, thereby facilitating the definition of tree structures composed of these elements. Instances also store a list of wizards.



Constructor Summary
public  WizardCollectionElement(String id, String pluginId, String name, WizardCollectionElement parent)
     Creates a new WizardCollectionElement.
public  WizardCollectionElement(IConfigurationElement element, WizardCollectionElement parent)
     Creates a new WizardCollectionElement.

Method Summary
public  AdaptableListadd(IAdaptable a)
     Adds a wizard collection to this collection.
public  WizardCollectionElementfindCategory(String id)
     Returns the wizard category corresponding to the passed id, or null if such an object could not be found.
public  IWizardCategoryfindCategory(IPath path)
    
public  WizardCollectionElementfindChildCollection(IPath searchPath)
     Returns the wizard collection child object corresponding to the passed path (relative to this object), or null if such an object could not be found.
public  WorkbenchWizardElementfindWizard(String searchId, boolean recursive)
     Returns this collection's associated wizard object corresponding to the passed id, or null if such an object could not be found.
public  IWizardDescriptorfindWizard(String id)
    
public  ObjectgetAdapter(Class adapter)
     Returns an object which is an instance of the given class associated with this object.
public  IWizardCategory[]getCategories()
    
public  WizardCollectionElement[]getCollectionElements()
     Return the collection elements.
public  IConfigurationElementgetConfigurationElement()
     Return the configuration element.
public  StringgetId()
     Returns the unique ID of this element.
public  ImageDescriptorgetImageDescriptor(Object object)
    
public  StringgetLabel(Object o)
     Returns the label for this collection.
public  StringgetLabel()
    
public  StringgetLocalId()
    
public  ObjectgetParent(Object o)
     Returns the logical parent of the given object in its tree.
public  IWizardCategorygetParent()
    
public  WizardCollectionElementgetParentCollection()
     Return the parent collection element.
public  IPathgetPath()
    
public  StringgetPluginId()
    
public  AdaptableListgetWizardAdaptableList()
     Return the raw adapted list of wizards.
public  IWizardDescriptor[]getWizards()
    
public  WorkbenchWizardElement[]getWorkbenchWizardElements()
     Return the wizards.
public  booleanisEmpty()
     Returns true if this element has no children and no wizards.
public  voidremove(IAdaptable a)
     Remove a wizard from this collection.
public  StringtoString()
     For debugging purposes.


Constructor Detail
WizardCollectionElement
public WizardCollectionElement(String id, String pluginId, String name, WizardCollectionElement parent)(Code)
Creates a new WizardCollectionElement. Parent can be null.
Parameters:
  id - the id
Parameters:
  pluginId - the plugin
Parameters:
  name - the name
Parameters:
  parent - the parent



WizardCollectionElement
public WizardCollectionElement(IConfigurationElement element, WizardCollectionElement parent)(Code)
Creates a new WizardCollectionElement. Parent can be null.
Parameters:
  element -
Parameters:
  parent -
since:
   3.1




Method Detail
add
public AdaptableList add(IAdaptable a)(Code)
Adds a wizard collection to this collection.



findCategory
public WizardCollectionElement findCategory(String id)(Code)
Returns the wizard category corresponding to the passed id, or null if such an object could not be found. This recurses through child categories.
Parameters:
  id - the id for the child category the category, or null if not found
since:
   3.1



findCategory
public IWizardCategory findCategory(IPath path)(Code)



findChildCollection
public WizardCollectionElement findChildCollection(IPath searchPath)(Code)
Returns the wizard collection child object corresponding to the passed path (relative to this object), or null if such an object could not be found.
Parameters:
  searchPath - org.eclipse.core.runtime.IPath WizardCollectionElement



findWizard
public WorkbenchWizardElement findWizard(String searchId, boolean recursive)(Code)
Returns this collection's associated wizard object corresponding to the passed id, or null if such an object could not be found.
Parameters:
  searchId - the id to search on
Parameters:
  recursive - whether to search recursivly the element



findWizard
public IWizardDescriptor findWizard(String id)(Code)



getAdapter
public Object getAdapter(Class adapter)(Code)
Returns an object which is an instance of the given class associated with this object. Returns null if no such object can be found.



getCategories
public IWizardCategory[] getCategories()(Code)



getCollectionElements
public WizardCollectionElement[] getCollectionElements()(Code)
Return the collection elements. the collection elements
since:
   3.1



getConfigurationElement
public IConfigurationElement getConfigurationElement()(Code)
Return the configuration element. the configuration element
since:
   3.1



getId
public String getId()(Code)
Returns the unique ID of this element.



getImageDescriptor
public ImageDescriptor getImageDescriptor(Object object)(Code)



getLabel
public String getLabel(Object o)(Code)
Returns the label for this collection.



getLabel
public String getLabel()(Code)



getLocalId
public String getLocalId()(Code)



getParent
public Object getParent(Object o)(Code)
Returns the logical parent of the given object in its tree.



getParent
public IWizardCategory getParent()(Code)



getParentCollection
public WizardCollectionElement getParentCollection()(Code)
Return the parent collection element. the parent
since:
   3.1



getPath
public IPath getPath()(Code)



getPluginId
public String getPluginId()(Code)



getWizardAdaptableList
public AdaptableList getWizardAdaptableList()(Code)
Return the raw adapted list of wizards. the list of wizards
since:
   3.1



getWizards
public IWizardDescriptor[] getWizards()(Code)



getWorkbenchWizardElements
public WorkbenchWizardElement[] getWorkbenchWizardElements()(Code)
Return the wizards. the wizards
since:
   3.1



isEmpty
public boolean isEmpty()(Code)
Returns true if this element has no children and no wizards. whether it is empty



remove
public void remove(IAdaptable a)(Code)
Remove a wizard from this collection.



toString
public String toString()(Code)
For debugging purposes.



Fields inherited from org.eclipse.ui.model.AdaptableList
protected List children(Code)(Java Doc)

Methods inherited from org.eclipse.ui.model.AdaptableList
public AdaptableList add(IAdaptable adaptable)(Code)(Java Doc)
public Object getAdapter(Class adapter)(Code)(Java Doc)
public Object[] getChildren(Object o)(Code)(Java Doc)
public Object[] getChildren()(Code)(Java Doc)
public Object[] getTypedChildren(Class type)(Code)(Java Doc)
public void remove(IAdaptable adaptable)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public String toString()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.