Java Doc for ComponentUtils.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » test » components » util » 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 » visualweb.api.designer » org.netbeans.modules.visualweb.test.components.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.visualweb.test.components.util.ComponentUtils

ComponentUtils
public class ComponentUtils (Code)

author:
   Sherry Zhou
author:
   Lark Fitzgerald


Field Summary
public static  String_applyButton
    
public static  String_bundle
    
public static  String_closeButton
    
public static  String_dataBindingDialog
    
public static  String_dataBindingMenu
    
public static  String_dataProviderTab
    
public static  String_objectTab
    
public static  String_okButton
    
public static  String_projectCategory
    
public static  String_projectJ2EEVersion
    
public static  String_projectServer
    
public static  String_projectServerLocation
    
public static  String_projectServerPassword
    
public static  String_projectSourceLevel
    
public static  String_projectType
    
public static  String_projects
    
public static  ActionNoBlocksrv
    

Constructor Summary
public  ComponentUtils()
    

Method Summary
public static  voidaddObjectProperty(String objectPath, String propertyName, String propertyType, String propertyMode)
    
public static  voidbindToDataProvider(int x, int y, String dbTable, String dataProviderName, String displayField, String valueField)
    
public static  voidbindToDataProvider(int x, int y, String dbTable)
    
public static  voidbindToObject(int x, int y, String propertyPath)
    
public static  voidconfigureSunServer(String projectServerLocation, String projectServerPassword)
    
public static  voidconnectDB(String dbName, String passwd)
    
public static  voidcreateNewProject(String _projectName)
    
public static  StringcreateNewProjectLoc(String location, String projectName, boolean absoluteLocation, String projectCategory, String projectType, String projectServer, String projectServerLocation, String projectServerPassword, String projectSourceLevel, String projectJ2EEVersion, String projectSourceStructure)
    
public static  voidcreateProject(String _projectName)
    
public static  StringgetBundle()
    
public static  StringgetDataDir()
    
public static  StringgetProjectPath(String projectName)
    
public static  StringhasUnexpectedException()
    
public static  voidinsertJavaCode(EditorOperator editor, String[] javaCodeLines)
    
public static  voidlinkWebPages(DesignerPaneOperator designer, String startPage, String endPage, String linkName)
    
public static  voidloadImageFile(String imageFile)
    
public static  PropertiesparseProperties(String src)
     Reads a property list (key and element pairs) from the String.
Parameters:
  src - properties string in format described atselectComponentByPath(String path)
    
public static  voidselectForm1Component(String name)
     Selects a component in the Navigator view specified by relative path to Page1|page1|html1|body1|form1| component.
public static  voidsetButtonTextInLine(DesignerPaneOperator designer, int x, int y, String text)
    
public static  voidsetProperty(SheetTableOperator sheet, String propertyName, String propertyValue)
    
public static  voidsetPropertyBinding(DesignerPaneOperator designer, int x, int y, String property, String value)
    

Field Detail
_applyButton
public static String _applyButton(Code)



_bundle
public static String _bundle(Code)



_closeButton
public static String _closeButton(Code)



_dataBindingDialog
public static String _dataBindingDialog(Code)



_dataBindingMenu
public static String _dataBindingMenu(Code)



_dataProviderTab
public static String _dataProviderTab(Code)



_objectTab
public static String _objectTab(Code)



_okButton
public static String _okButton(Code)



_projectCategory
public static String _projectCategory(Code)



_projectJ2EEVersion
public static String _projectJ2EEVersion(Code)



_projectServer
public static String _projectServer(Code)



_projectServerLocation
public static String _projectServerLocation(Code)



_projectServerPassword
public static String _projectServerPassword(Code)



_projectSourceLevel
public static String _projectSourceLevel(Code)



_projectType
public static String _projectType(Code)



_projects
public static String _projects(Code)



srv
public static ActionNoBlock srv(Code)




Constructor Detail
ComponentUtils
public ComponentUtils()(Code)
Creates a new instance of Util




Method Detail
addObjectProperty
public static void addObjectProperty(String objectPath, String propertyName, String propertyType, String propertyMode)(Code)



bindToDataProvider
public static void bindToDataProvider(int x, int y, String dbTable, String dataProviderName, String displayField, String valueField)(Code)



bindToDataProvider
public static void bindToDataProvider(int x, int y, String dbTable)(Code)



bindToObject
public static void bindToObject(int x, int y, String propertyPath)(Code)



configureSunServer
public static void configureSunServer(String projectServerLocation, String projectServerPassword)(Code)



connectDB
public static void connectDB(String dbName, String passwd)(Code)



createNewProject
public static void createNewProject(String _projectName)(Code)



createNewProjectLoc
public static String createNewProjectLoc(String location, String projectName, boolean absoluteLocation, String projectCategory, String projectType, String projectServer, String projectServerLocation, String projectServerPassword, String projectSourceLevel, String projectJ2EEVersion, String projectSourceStructure)(Code)



createProject
public static void createProject(String _projectName)(Code)



getBundle
public static String getBundle()(Code)



getDataDir
public static String getDataDir()(Code)



getProjectPath
public static String getProjectPath(String projectName)(Code)



hasUnexpectedException
public static String hasUnexpectedException() throws IOException(Code)



insertJavaCode
public static void insertJavaCode(EditorOperator editor, String[] javaCodeLines)(Code)



linkWebPages
public static void linkWebPages(DesignerPaneOperator designer, String startPage, String endPage, String linkName)(Code)



loadImageFile
public static void loadImageFile(String imageFile)(Code)



parseProperties
public static Properties parseProperties(String src)(Code)
Reads a property list (key and element pairs) from the String.
Parameters:
  src - properties string in format described at
selectComponentByPath
public static void selectComponentByPath(String path)(Code)
Selects a component in the Navigator view specified by string path
Parameters:
  path - string path delimited by |



selectForm1Component
public static void selectForm1Component(String name)(Code)
Selects a component in the Navigator view specified by relative path to Page1|page1|html1|body1|form1| component.
Parameters:
  a - relative path delimited by |



setButtonTextInLine
public static void setButtonTextInLine(DesignerPaneOperator designer, int x, int y, String text)(Code)



setProperty
public static void setProperty(SheetTableOperator sheet, String propertyName, String propertyValue)(Code)



setPropertyBinding
public static void setPropertyBinding(DesignerPaneOperator designer, int x, int y, String property, String value)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.