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


java.lang.Object
   org.netbeans.test.dataprovider.common.Utils

Utils
public class Utils implements Constants(Code)


Field Summary
public static  PrintStreamlogStream
    


Method Summary
public static  voidcallPopupMenuForDBTable(String dbURL, String dbTableName, String popupMenuItem)
    
public static  voidcallPopupMenuOnNavigatorTreeNode(String treeNodeLabel, String popupMenuItem)
    
public static  voidcallPopupMenuOnProjectsTreeNode(String treeNodeLabel, String popupMenuItem)
    
public static  voidcallPopupMenuOnServicesTreeNode(String treeNodeLabel, String popupMenuItem)
    
public static  JPopupMenuOperatorcallPopupOnPath(JTreeOperator treeOp, TreePath treePath)
    
public static  voidcloseLog()
    
public static  voidcopyPasteDBTableOnManagedBean(String dbURL, String dbTableName, String beanNodeName)
    
public static  voidcreateDataProvider(String dbURL, String dbTableName, String beanNodeName, String rowSetName, int radioButtonIndex, int textFieldIndex)
    
public static  voidcreateSessionBeanDataProvider(String dbURL, String dbTableName)
    
public static  voidcreateSessionBeanDataProvider(String dbURL, String dbTableName, String rowSetName, int radioButtonIndex, int textFieldIndex)
    
public static  voiddebugOutput(Object... dataArray)
    
public static  voiddebugOutput(PrintStream out, Object... dataArray)
    
public static  voiddefineSessionRowSetNameInDialog(String rowSetName, int radioButtonIndex, int textFieldIndex)
    
public static  voiddndDBTableOnManagedBean(String dbURL, String dbTableName, String beanNodeName)
    
public static  voiddndFromTo(ComponentOperator sourceComponent, Point sourcePoint, ComponentOperator targetComponent, Point targetPoint)
    
public static  voiddndFromTo(ComponentOperator sourceComponent, Point sourcePoint, ComponentOperator targetComponent, Point targetPoint, int mouseButton, int keyModifiers)
    
public static  voiddoCloseWindow()
    
public static  voiddoResetWindows()
    
public static  voiddoSaveAll()
    
public static  TreePathfindDBConnectionTreeNode()
    
public static  TreePathfindNavigatorTreeNode(String treeNodeLabel, boolean setSelected)
    
public static  TreePathfindNavigatorTreeNode(String treeNodeLabel, long waitTimeout, boolean setSelected)
    
public static  TreePathfindServicesTreeNode(String treeNodeLabel, boolean setSelected)
    
public static  TreePathfindServicesTreeNode(String treeNodeLabel, long waitTimeout, boolean setSelected)
    
public static  StringgetBaseDataProviderName(String dbTableName)
    
public static  StringgetBaseRowSetName(String dbTableName)
    
public static  EditorOperatorgetJavaEditor()
    
public static  TopComponentOperatorgetNavigatorOperator()
    
public static  JTreeOperatorgetNavigatorTreeOperator()
    
public static  PointgetSelectedComponentLeftUpperPoint()
    
public static  StringgetSelectedComponentProperty(String propertyName)
    
public static  JTreeOperatorgetServerNavigatorTreeOperator()
    
public static  JPopupMenuOperatorinvokePopupMenuOnTreeNode(JTreeOperator jTreeOp, String treeNodeLabel)
    
public static  booleanisStringEmpty(String s)
    
public static  booleanisUsedDBDerby()
    
public static  booleanisUsedDBMySQL()
    
public static  booleanisUsedDBOracle()
    
public static  booleanisUsedDBPostgres()
    
public static  booleanisUsedJ2EELevel_14()
    
public static  booleanisUsedJ2EELevel_5()
    
public static  voidlogMsg(String msg)
    
public static  voidlogMsg(String msg, boolean spaceBefore, boolean spaceAfter)
    
public static  voidlogMsg(PrintStream out, String msg, boolean spaceBefore, boolean spaceAfter)
    
public static  voidlogMsg(Object... dataArray)
    
public static  voidopenLog()
    
public static  voidputComponentOnDesigner(String paletteName, String componentName, String componentID, int x, int y, String navigatorTreeNodePrefix)
    
public static  voidputDBTableOnComponent(String dbURL, String dbTableName, Point componentPoint)
    
public static  voidputDBTableOnComponent(String dbURL, String dbTableName, Point componentPoint, String rowSetName, int radioButtonIndex, int textFieldIndex)
    
public static  voidputFocusOnWindowNavigator()
    
public static  voidputFocusOnWindowPalette()
    
public static  voidputFocusOnWindowProjects()
    
public static  voidputFocusOnWindowProperties()
    
public static  voidputFocusOnWindowServices()
    
public static  TreePathselectChildOfTreeNode(JTree jTree, String treeNodeName, String childNodeName)
    
public static  TreePathselectChildOfTreeNode(JTree jTree, TreePath startTreePath, String childNodeName)
    
public static  TreePathselectChildOfTreeNode(JTree jTree, TreePath parentTreePath, int childNumber)
    
public static  TreePathselectDBTable(String dbURL, String dbTableName)
    
public static  voidsetComboboxPropertyValue(String propertyName, String propertyValue)
    
public static  StringsetDeploymentTargetProperties(DeploymentTargetDescriptor deploymentTargetDescriptor)
    
public static  StringsetSunAppServerProperties(DeploymentTargetDescriptor deploymentTargetDescriptor)
    
public static  voidsetTextPropertyValue(String propertyName, String propertyValue)
    
public static  StringsetTomcatAppServerProperties(DeploymentTargetDescriptor deploymentTargetDescriptor)
    

Field Detail
logStream
public static PrintStream logStream(Code)





Method Detail
callPopupMenuForDBTable
public static void callPopupMenuForDBTable(String dbURL, String dbTableName, String popupMenuItem)(Code)



callPopupMenuOnNavigatorTreeNode
public static void callPopupMenuOnNavigatorTreeNode(String treeNodeLabel, String popupMenuItem)(Code)



callPopupMenuOnProjectsTreeNode
public static void callPopupMenuOnProjectsTreeNode(String treeNodeLabel, String popupMenuItem)(Code)



callPopupMenuOnServicesTreeNode
public static void callPopupMenuOnServicesTreeNode(String treeNodeLabel, String popupMenuItem)(Code)



callPopupOnPath
public static JPopupMenuOperator callPopupOnPath(JTreeOperator treeOp, TreePath treePath)(Code)



closeLog
public static void closeLog()(Code)



copyPasteDBTableOnManagedBean
public static void copyPasteDBTableOnManagedBean(String dbURL, String dbTableName, String beanNodeName)(Code)



createDataProvider
public static void createDataProvider(String dbURL, String dbTableName, String beanNodeName, String rowSetName, int radioButtonIndex, int textFieldIndex)(Code)



createSessionBeanDataProvider
public static void createSessionBeanDataProvider(String dbURL, String dbTableName)(Code)



createSessionBeanDataProvider
public static void createSessionBeanDataProvider(String dbURL, String dbTableName, String rowSetName, int radioButtonIndex, int textFieldIndex)(Code)



debugOutput
public static void debugOutput(Object... dataArray)(Code)



debugOutput
public static void debugOutput(PrintStream out, Object... dataArray)(Code)



defineSessionRowSetNameInDialog
public static void defineSessionRowSetNameInDialog(String rowSetName, int radioButtonIndex, int textFieldIndex)(Code)



dndDBTableOnManagedBean
public static void dndDBTableOnManagedBean(String dbURL, String dbTableName, String beanNodeName)(Code)



dndFromTo
public static void dndFromTo(ComponentOperator sourceComponent, Point sourcePoint, ComponentOperator targetComponent, Point targetPoint)(Code)



dndFromTo
public static void dndFromTo(ComponentOperator sourceComponent, Point sourcePoint, ComponentOperator targetComponent, Point targetPoint, int mouseButton, int keyModifiers)(Code)



doCloseWindow
public static void doCloseWindow()(Code)



doResetWindows
public static void doResetWindows()(Code)



doSaveAll
public static void doSaveAll()(Code)



findDBConnectionTreeNode
public static TreePath findDBConnectionTreeNode()(Code)



findNavigatorTreeNode
public static TreePath findNavigatorTreeNode(String treeNodeLabel, boolean setSelected)(Code)



findNavigatorTreeNode
public static TreePath findNavigatorTreeNode(String treeNodeLabel, long waitTimeout, boolean setSelected)(Code)



findServicesTreeNode
public static TreePath findServicesTreeNode(String treeNodeLabel, boolean setSelected)(Code)



findServicesTreeNode
public static TreePath findServicesTreeNode(String treeNodeLabel, long waitTimeout, boolean setSelected)(Code)



getBaseDataProviderName
public static String getBaseDataProviderName(String dbTableName)(Code)



getBaseRowSetName
public static String getBaseRowSetName(String dbTableName)(Code)



getJavaEditor
public static EditorOperator getJavaEditor()(Code)



getNavigatorOperator
public static TopComponentOperator getNavigatorOperator()(Code)



getNavigatorTreeOperator
public static JTreeOperator getNavigatorTreeOperator()(Code)



getSelectedComponentLeftUpperPoint
public static Point getSelectedComponentLeftUpperPoint()(Code)



getSelectedComponentProperty
public static String getSelectedComponentProperty(String propertyName)(Code)



getServerNavigatorTreeOperator
public static JTreeOperator getServerNavigatorTreeOperator()(Code)



invokePopupMenuOnTreeNode
public static JPopupMenuOperator invokePopupMenuOnTreeNode(JTreeOperator jTreeOp, String treeNodeLabel)(Code)



isStringEmpty
public static boolean isStringEmpty(String s)(Code)



isUsedDBDerby
public static boolean isUsedDBDerby()(Code)



isUsedDBMySQL
public static boolean isUsedDBMySQL()(Code)



isUsedDBOracle
public static boolean isUsedDBOracle()(Code)



isUsedDBPostgres
public static boolean isUsedDBPostgres()(Code)



isUsedJ2EELevel_14
public static boolean isUsedJ2EELevel_14()(Code)



isUsedJ2EELevel_5
public static boolean isUsedJ2EELevel_5()(Code)



logMsg
public static void logMsg(String msg)(Code)



logMsg
public static void logMsg(String msg, boolean spaceBefore, boolean spaceAfter)(Code)



logMsg
public static void logMsg(PrintStream out, String msg, boolean spaceBefore, boolean spaceAfter)(Code)



logMsg
public static void logMsg(Object... dataArray)(Code)



openLog
public static void openLog()(Code)



putComponentOnDesigner
public static void putComponentOnDesigner(String paletteName, String componentName, String componentID, int x, int y, String navigatorTreeNodePrefix)(Code)



putDBTableOnComponent
public static void putDBTableOnComponent(String dbURL, String dbTableName, Point componentPoint)(Code)



putDBTableOnComponent
public static void putDBTableOnComponent(String dbURL, String dbTableName, Point componentPoint, String rowSetName, int radioButtonIndex, int textFieldIndex)(Code)



putFocusOnWindowNavigator
public static void putFocusOnWindowNavigator()(Code)



putFocusOnWindowPalette
public static void putFocusOnWindowPalette()(Code)



putFocusOnWindowProjects
public static void putFocusOnWindowProjects()(Code)



putFocusOnWindowProperties
public static void putFocusOnWindowProperties()(Code)



putFocusOnWindowServices
public static void putFocusOnWindowServices()(Code)



selectChildOfTreeNode
public static TreePath selectChildOfTreeNode(JTree jTree, String treeNodeName, String childNodeName)(Code)



selectChildOfTreeNode
public static TreePath selectChildOfTreeNode(JTree jTree, TreePath startTreePath, String childNodeName)(Code)



selectChildOfTreeNode
public static TreePath selectChildOfTreeNode(JTree jTree, TreePath parentTreePath, int childNumber)(Code)



selectDBTable
public static TreePath selectDBTable(String dbURL, String dbTableName)(Code)



setComboboxPropertyValue
public static void setComboboxPropertyValue(String propertyName, String propertyValue)(Code)



setDeploymentTargetProperties
public static String setDeploymentTargetProperties(DeploymentTargetDescriptor deploymentTargetDescriptor)(Code)



setSunAppServerProperties
public static String setSunAppServerProperties(DeploymentTargetDescriptor deploymentTargetDescriptor)(Code)



setTextPropertyValue
public static void setTextPropertyValue(String propertyName, String propertyValue)(Code)



setTomcatAppServerProperties
public static String setTomcatAppServerProperties(DeploymentTargetDescriptor deploymentTargetDescriptor)(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.