Java Doc for NewAnnotationWizardPage.java in  » IDE-Eclipse » jdt » org » eclipse » jdt » ui » wizards » 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 » jdt » org.eclipse.jdt.ui.wizards 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.jdt.ui.wizards.NewElementWizardPage
   org.eclipse.jdt.ui.wizards.NewContainerWizardPage
      org.eclipse.jdt.ui.wizards.NewTypeWizardPage
         org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage

NewAnnotationWizardPage
public class NewAnnotationWizardPage extends NewTypeWizardPage (Code)
Wizard page to create a new annotation type.

Note: This class is not intended to be subclassed, but clients can instantiate. To implement a different kind of a new annotation wizard page, extend NewTypeWizardPage.


since:
   3.1



Constructor Summary
public  NewAnnotationWizardPage()
    

Method Summary
public  voidcreateControl(Composite parent)
    
protected  voidhandleFieldChanged(String fieldName)
    
public  voidinit(IStructuredSelection selection)
     The wizard owning this page is responsible for calling this method with the current selection.
public  voidsetVisible(boolean visible)
    


Constructor Detail
NewAnnotationWizardPage
public NewAnnotationWizardPage()(Code)
Create a new NewAnnotationWizardPage




Method Detail
createControl
public void createControl(Composite parent)(Code)



handleFieldChanged
protected void handleFieldChanged(String fieldName)(Code)



init
public void init(IStructuredSelection selection)(Code)
The wizard owning this page is responsible for calling this method with the current selection. The selection is used to initialize the fields of the wizard page.
Parameters:
  selection - used to initialize the fields



setVisible
public void setVisible(boolean visible)(Code)



Fields inherited from org.eclipse.jdt.ui.wizards.NewTypeWizardPage
final public static int ANNOTATION_TYPE(Code)(Java Doc)
final public static int CLASS_TYPE(Code)(Java Doc)
final protected static String ENCLOSING(Code)(Java Doc)
final protected static String ENCLOSINGSELECTION(Code)(Java Doc)
final public static int ENUM_TYPE(Code)(Java Doc)
public int F_ABSTRACT(Code)(Java Doc)
public int F_FINAL(Code)(Java Doc)
public int F_PRIVATE(Code)(Java Doc)
public int F_PROTECTED(Code)(Java Doc)
public int F_PUBLIC(Code)(Java Doc)
public int F_STATIC(Code)(Java Doc)
final protected static String INTERFACES(Code)(Java Doc)
final public static int INTERFACE_TYPE(Code)(Java Doc)
final protected static String METHODS(Code)(Java Doc)
final protected static String MODIFIERS(Code)(Java Doc)
final protected static String PACKAGE(Code)(Java Doc)
final protected static String SUPER(Code)(Java Doc)
final protected static String TYPENAME(Code)(Java Doc)
protected IStatus fEnclosingTypeStatus(Code)(Java Doc)
protected IStatus fModifierStatus(Code)(Java Doc)
protected IStatus fPackageStatus(Code)(Java Doc)
protected IStatus fSuperClassStatus(Code)(Java Doc)
protected IStatus fSuperInterfacesStatus(Code)(Java Doc)
protected IStatus fTypeNameStatus(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.ui.wizards.NewTypeWizardPage
public boolean addSuperInterface(String superInterface)(Code)(Java Doc)
protected IType chooseEnclosingType()(Code)(Java Doc)
protected IPackageFragment choosePackage()(Code)(Java Doc)
protected IType chooseSuperClass()(Code)(Java Doc)
protected void chooseSuperInterfaces()(Code)(Java Doc)
protected String constructCUContent(ICompilationUnit cu, String typeContent, String lineDelimiter) throws CoreException(Code)(Java Doc)
protected IStatus containerChanged()(Code)(Java Doc)
protected void createCommentControls(Composite composite, int nColumns)(Code)(Java Doc)
protected void createEnclosingTypeControls(Composite composite, int nColumns)(Code)(Java Doc)
protected IMethod[] createInheritedMethods(IType type, boolean doConstructors, boolean doUnimplementedMethods, ImportsManager imports, IProgressMonitor monitor) throws CoreException(Code)(Java Doc)
protected void createModifierControls(Composite composite, int nColumns)(Code)(Java Doc)
protected void createPackageControls(Composite composite, int nColumns)(Code)(Java Doc)
protected void createSeparator(Composite composite, int nColumns)(Code)(Java Doc)
protected void createSuperClassControls(Composite composite, int nColumns)(Code)(Java Doc)
protected void createSuperInterfacesControls(Composite composite, int nColumns)(Code)(Java Doc)
public void createType(IProgressMonitor monitor) throws CoreException, InterruptedException(Code)(Java Doc)
protected void createTypeMembers(IType newType, ImportsManager imports, IProgressMonitor monitor) throws CoreException(Code)(Java Doc)
protected void createTypeNameControls(Composite composite, int nColumns)(Code)(Java Doc)
public void enableCommentControl(boolean useAddCommentValue)(Code)(Java Doc)
protected IStatus enclosingTypeChanged()(Code)(Java Doc)
protected String getCompilationUnitName(String typeName)(Code)(Java Doc)
public IType getCreatedType()(Code)(Java Doc)
public IType getEnclosingType()(Code)(Java Doc)
protected String getEnclosingTypeLabel()(Code)(Java Doc)
public String getEnclosingTypeText()(Code)(Java Doc)
protected String getFileComment(ICompilationUnit parentCU)(Code)(Java Doc)
protected String getFileComment(ICompilationUnit parentCU, String lineDelimiter) throws CoreException(Code)(Java Doc)
public IResource getModifiedResource()(Code)(Java Doc)
public int getModifiers()(Code)(Java Doc)
protected String getModifiersLabel()(Code)(Java Doc)
public IPackageFragment getPackageFragment()(Code)(Java Doc)
protected String getPackageLabel()(Code)(Java Doc)
public String getPackageText()(Code)(Java Doc)
public IRunnableWithProgress getRunnable()(Code)(Java Doc)
public String getSuperClass()(Code)(Java Doc)
protected String getSuperClassLabel()(Code)(Java Doc)
public List getSuperInterfaces()(Code)(Java Doc)
protected String getSuperInterfacesLabel()(Code)(Java Doc)
protected String getTemplate(String name, ICompilationUnit parentCU)(Code)(Java Doc)
protected String getTemplate(String name, ICompilationUnit parentCU, int pos)(Code)(Java Doc)
protected String getTypeComment(ICompilationUnit parentCU, String lineDelimiter)(Code)(Java Doc)
protected String getTypeComment(ICompilationUnit parentCU)(Code)(Java Doc)
public String getTypeName()(Code)(Java Doc)
protected String getTypeNameLabel()(Code)(Java Doc)
protected void handleFieldChanged(String fieldName)(Code)(Java Doc)
protected void initTypePage(IJavaElement elem)(Code)(Java Doc)
public boolean isAddComments()(Code)(Java Doc)
public boolean isEnclosingTypeSelected()(Code)(Java Doc)
protected IStatus modifiersChanged()(Code)(Java Doc)
protected IStatus packageChanged()(Code)(Java Doc)
public void setAddComments(boolean doAddComments, boolean canBeModified)(Code)(Java Doc)
public void setEnclosingType(IType type, boolean canBeModified)(Code)(Java Doc)
public void setEnclosingTypeSelection(boolean isSelected, boolean canBeModified)(Code)(Java Doc)
protected void setFocus()(Code)(Java Doc)
public void setModifiers(int modifiers, boolean canBeModified)(Code)(Java Doc)
public void setPackageFragment(IPackageFragment pack, boolean canBeModified)(Code)(Java Doc)
public void setSuperClass(String name, boolean canBeModified)(Code)(Java Doc)
public void setSuperInterfaces(List interfacesNames, boolean canBeModified)(Code)(Java Doc)
public void setTypeName(String name, boolean canBeModified)(Code)(Java Doc)
protected IStatus superClassChanged()(Code)(Java Doc)
protected IStatus superInterfacesChanged()(Code)(Java Doc)
protected IStatus typeNameChanged()(Code)(Java Doc)

Fields inherited from org.eclipse.jdt.ui.wizards.NewContainerWizardPage
final protected static String CONTAINER(Code)(Java Doc)
protected IStatus fContainerStatus(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.ui.wizards.NewContainerWizardPage
protected IPackageFragmentRoot chooseContainer()(Code)(Java Doc)
protected IStatus containerChanged()(Code)(Java Doc)
protected void createContainerControls(Composite parent, int nColumns)(Code)(Java Doc)
protected String getContainerLabel()(Code)(Java Doc)
protected ITextSelection getCurrentTextSelection()(Code)(Java Doc)
protected IJavaElement getInitialJavaElement(IStructuredSelection selection)(Code)(Java Doc)
public IJavaProject getJavaProject()(Code)(Java Doc)
protected int getMaxFieldWidth()(Code)(Java Doc)
public IPackageFragmentRoot getPackageFragmentRoot()(Code)(Java Doc)
public String getPackageFragmentRootText()(Code)(Java Doc)
protected IWorkspaceRoot getWorkspaceRoot()(Code)(Java Doc)
protected void handleFieldChanged(String fieldName)(Code)(Java Doc)
protected void initContainerPage(IJavaElement elem)(Code)(Java Doc)
protected void setFocusOnContainer()(Code)(Java Doc)
public void setPackageFragmentRoot(IPackageFragmentRoot root, boolean canBeModified)(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.ui.wizards.NewElementWizardPage
public void setVisible(boolean visible)(Code)(Java Doc)
protected void updateStatus(IStatus status)(Code)(Java Doc)
protected void updateStatus(IStatus[] status)(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.