Java Doc for NewWebProjectNameLocationStepOperator.java in  » IDE-Netbeans » jellytools » org » netbeans » jellytools » 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 Netbeans » jellytools » org.netbeans.jellytools 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.jellytools.NbDialogOperator
   org.netbeans.jellytools.WizardOperator
      org.netbeans.jellytools.NewProjectWizardOperator
         org.netbeans.jellytools.NewWebProjectNameLocationStepOperator

NewWebProjectNameLocationStepOperator
public class NewWebProjectNameLocationStepOperator extends NewProjectWizardOperator (Code)
Handle "Name And Location" panel of the New Web Project wizard. Components on the panel differs according to type of project selected.

Web Application
  1. Label and TextField Project Name: txtProjectName().setText()
  2. Label and TextField Project Location: txtProjectLocation().setText()
  3. Button for browsing Project Location: btBrowseLocation().pushNoBlock()
  4. Label and TextField Project Folder: txtProjectFolder().getText()
  5. ComboBox SourceStructure: cbSourceStructure().selectItem("item")
  6. ComboBox Server: cbSourceStructure().selectItem("item")
  7. ComboBox J2EE Version: cbJ2EEVersion().selectItem("item")
  8. Label and TextField Context Path: txtContextPath().getText()
  9. CheckBox Set as Main Project: cbSetAsMainProject().setSelected(true)
Web Project with Existing Sources
  1. Label and TextField Location: txtProjectLocation().setText()
  2. Button for browsing Location: btBrowseLocation().pushNoBlock()
  3. Button for browsing Project Folder: btBrowseFolder().pushNoBlock()

      author:
         ms113234




Method Summary
public  JButtonOperatorbtBrowseFolder()
    
public  JButtonOperatorbtBrowseLocation()
    
public  JButtonOperatorbtBrowseProjectLocation()
    
public  JComboBoxOperatorcbJ2EEVersion()
    
public  JComboBoxOperatorcbServer()
    
public  JCheckBoxOperatorcbSetAsMainProject()
    
public  JComboBoxOperatorcbSourceStructure()
    
public  JLabelOperatorlblContextPath()
    
public  JLabelOperatorlblJ2EEVersion()
    
public  JLabelOperatorlblLocation()
    
public  JLabelOperatorlblProjectFolder()
    
public  JLabelOperatorlblProjectLocation()
    
public  JLabelOperatorlblProjectName()
    
public  JLabelOperatorlblSourceStructure()
    
public  voidselectJ2EEVersion(String version)
    
public  voidselectServer(String server)
    
public  voidselectSourceStructure(String structure)
    
public  voidsetLocation(String location)
     Sets given location in text field Location.
public  voidsetProjectLocation(String location)
     Sets given location in text field Project Location.
public  voidsetProjectName(String name)
     Sets given name in text field Project Name.
public  JTextFieldOperatortxtContextPath()
    
public  JTextFieldOperatortxtLocation()
    
public  JTextFieldOperatortxtProjectFolder()
    
public  JTextFieldOperatortxtProjectLocation()
    
public  JTextFieldOperatortxtProjectName()
    
public  voidverify()
    



Method Detail
btBrowseFolder
public JButtonOperator btBrowseFolder()(Code)
Returns operator for browse project folder button JButtonOperator



btBrowseLocation
public JButtonOperator btBrowseLocation()(Code)
Returns operator for browse project location button JButtonOperator



btBrowseProjectLocation
public JButtonOperator btBrowseProjectLocation()(Code)
Sets given project location /** Returns operator for browse project location button JButtonOperator



cbJ2EEVersion
public JComboBoxOperator cbJ2EEVersion()(Code)
Returns operator of J2EE version combo box JComboBoxOperator



cbServer
public JComboBoxOperator cbServer()(Code)
Returns operator of J2EE Specification Level combo box JComboBoxOperator



cbSetAsMainProject
public JCheckBoxOperator cbSetAsMainProject()(Code)
Returns operator for checkbox 'Set as Main Project' JCheckBoxOperator



cbSourceStructure
public JComboBoxOperator cbSourceStructure()(Code)
Returns operator of Source Structure combo box JComboBoxOperator



lblContextPath
public JLabelOperator lblContextPath()(Code)
Returns operator for label ContextPath: JLabelOperator



lblJ2EEVersion
public JLabelOperator lblJ2EEVersion()(Code)
Returns operator for label J2EE Version: JLabelOperator



lblLocation
public JLabelOperator lblLocation()(Code)
Returns operator for label Project Location JLabelOperator



lblProjectFolder
public JLabelOperator lblProjectFolder()(Code)
Returns operator for label Project Folder JLabelOperator



lblProjectLocation
public JLabelOperator lblProjectLocation()(Code)
Returns operator for label Project Location JLabelOperator



lblProjectName
public JLabelOperator lblProjectName()(Code)
Returns operator for label Project Name JLabelOperator



lblSourceStructure
public JLabelOperator lblSourceStructure()(Code)
Returns operator for label Source Structure: JLabelOperator



selectJ2EEVersion
public void selectJ2EEVersion(String version)(Code)
Selects structure in J2EE version combo box



selectServer
public void selectServer(String server)(Code)
Selects level in J2EE Specification Level combo box



selectSourceStructure
public void selectSourceStructure(String structure)(Code)
Selects structure in Source Structure combo box



setLocation
public void setLocation(String location)(Code)
Sets given location in text field Location.
Parameters:
  location - Project With Existing Sources location



setProjectLocation
public void setProjectLocation(String location)(Code)
Sets given location in text field Project Location.
Parameters:
  location - project location



setProjectName
public void setProjectName(String name)(Code)
Sets given name in text field Project Name.
Parameters:
  name - project name



txtContextPath
public JTextFieldOperator txtContextPath()(Code)
Returns operator of Context Path: text field JTextOperator



txtLocation
public JTextFieldOperator txtLocation()(Code)
Returns operator of project location text field JTextOperator



txtProjectFolder
public JTextFieldOperator txtProjectFolder()(Code)
Returns operator of project folder textfield JTextOperator



txtProjectLocation
public JTextFieldOperator txtProjectLocation()(Code)
Returns operator of project location text field JTextOperator



txtProjectName
public JTextFieldOperator txtProjectName()(Code)
Returns operator of project name textfield JTextOperator



verify
public void verify()(Code)
Performs verification by accessing all sub-components



Methods inherited from org.netbeans.jellytools.NewProjectWizardOperator
public void finish()(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public TreePath getSelectedCategory()(Code)(Java Doc)
public String getSelectedProject()(Code)(Java Doc)
public static NewProjectWizardOperator invoke()(Code)(Java Doc)
public static NewProjectWizardOperator invoke(String title)(Code)(Java Doc)
public JLabelOperator lblCategories()(Code)(Java Doc)
public JLabelOperator lblDescription()(Code)(Java Doc)
public JLabelOperator lblProjects()(Code)(Java Doc)
public JListOperator lstProjects()(Code)(Java Doc)
public void selectCategory(String category)(Code)(Java Doc)
public void selectProject(String project)(Code)(Java Doc)
public JTreeOperator treeCategories()(Code)(Java Doc)
public JEditorPaneOperator txtDescription()(Code)(Java Doc)
public void verify()(Code)(Java Doc)

Methods inherited from org.netbeans.jellytools.WizardOperator
public void back()(Code)(Java Doc)
public JButtonOperator btBack()(Code)(Java Doc)
public JButtonOperator btFinish()(Code)(Java Doc)
public JButtonOperator btNext()(Code)(Java Doc)
protected void checkPanel(String panelName)(Code)(Java Doc)
public void finish()(Code)(Java Doc)
public JListOperator lstSteps()(Code)(Java Doc)
public void next()(Code)(Java Doc)
public int stepsGetSelectedIndex()(Code)(Java Doc)
public String stepsGetSelectedValue()(Code)(Java Doc)
public void stepsWaitSelectedIndex(int index)(Code)(Java Doc)
public void stepsWaitSelectedValue(String panelName)(Code)(Java Doc)
public void verify()(Code)(Java Doc)

Methods inherited from org.netbeans.jellytools.NbDialogOperator
public JButtonOperator btCancel()(Code)(Java Doc)
public JButtonOperator btClose()(Code)(Java Doc)
public JButtonOperator btHelp()(Code)(Java Doc)
public JButtonOperator btNo()(Code)(Java Doc)
public JButtonOperator btOK()(Code)(Java Doc)
public JButtonOperator btYes()(Code)(Java Doc)
public void cancel()(Code)(Java Doc)
public void closeByButton()(Code)(Java Doc)
public void help()(Code)(Java Doc)
public void no()(Code)(Java Doc)
public void ok()(Code)(Java Doc)
public void yes()(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.