Java Doc for HelpOperator.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.HelpOperator

HelpOperator
public class HelpOperator extends WindowOperator (Code)
Class implementing all necessary methods for handling "IDE Help" Frame. Normally the Help window is a JFrame. But the Help window can be transformed to a JDialog when another modal dialog is shown. This operator can handle both states.
See Also:   HelpAction
author:
   Adam.Sotona@sun.com
author:
   Jiri.Skrivanek@sun.com



Constructor Summary
public  HelpOperator()
     Creates new HelpOperator that can handle it.
public  HelpOperator(String title)
     Creates new HelpOperator that can handle it.

Method Summary
public  voidback()
    
public  JButtonOperatorbtBack()
     Tries to find "" JButton in this dialog.
public  JButtonOperatorbtNext()
     Tries to find "" JButton in this dialog.
public  JButtonOperatorbtPageSetup()
     Tries to find "" JButton in this dialog.
public  JButtonOperatorbtPrint()
     Tries to find "" JButton in this dialog.
public  StringgetContentText()
    
public  StringgetTitle()
     Returns title of help window.
public static  HelpOperatorinvoke()
    
public  voidnext()
    
public  voidpageSetup()
    
public  voidprint()
    
public  voidsearchFind(String text)
    
public  voidselectPageContents()
    
public  voidselectPageSearch()
    
public  JSplitPaneOperatorsplpHelpSplitPane()
     Tries to find "" JSplitPaneOperator in this dialog.
public  JTabbedPaneOperatortbpHelpTabPane()
     Tries to find "" JTabbedPane in this dialog.
public  JTreeOperatortreeContents()
     Tries to find JTree in Contents tab of this dialog.
public  JTreeOperatortreeSearch()
     Tries to find JTree in Search tab of this dialog.
public  JEditorPaneOperatortxtContentViewer()
     Tries to find null BasicContentViewerUI$JHEditorPane in this dialog.
public  JTextFieldOperatortxtSearchFind()
     Tries to find JTextField Find in Search tab of this dialog.
public  voidverify()
    


Constructor Detail
HelpOperator
public HelpOperator()(Code)
Creates new HelpOperator that can handle it. It tries to find a window which contains some javax.help.JHelp* sub component. It throws TimeoutExpiredException when window is not found



HelpOperator
public HelpOperator(String title)(Code)
Creates new HelpOperator that can handle it. It tries to find a window which contains some javax.help.JHelp* sub component and the window has given title. It throws TimeoutExpiredException when JFrame not found
Parameters:
  title - String help frame title




Method Detail
back
public void back()(Code)
clicks on "Back" JButton It throws TimeoutExpiredException when MetalSplitPaneDivider$1 not found



btBack
public JButtonOperator btBack()(Code)
Tries to find "" JButton in this dialog. It throws TimeoutExpiredException when component not found JButtonOperator



btNext
public JButtonOperator btNext()(Code)
Tries to find "" JButton in this dialog. It throws TimeoutExpiredException when component not found JButtonOperator



btPageSetup
public JButtonOperator btPageSetup()(Code)
Tries to find "" JButton in this dialog. It throws TimeoutExpiredException when component not found JButtonOperator



btPrint
public JButtonOperator btPrint()(Code)
Tries to find "" JButton in this dialog. It throws TimeoutExpiredException when component not found JButtonOperator



getContentText
public String getContentText()(Code)
returns help content in plain text form String text of help



getTitle
public String getTitle()(Code)
Returns title of help window. The help window can be either JFrame or JDialog. title of help window



invoke
public static HelpOperator invoke()(Code)
invokes default help HelpOperator for invoked help



next
public void next()(Code)
clicks on "Next" JButton It throws TimeoutExpiredException when JButton not found



pageSetup
public void pageSetup()(Code)
clicks on "Page Setup" JButton It throws TimeoutExpiredException when JButton not found



print
public void print()(Code)
clicks on "Print" JButton It throws TimeoutExpiredException when JButton not found



searchFind
public void searchFind(String text)(Code)
tries to find and set text of txtSearchFind
Parameters:
  text - String text



selectPageContents
public void selectPageContents()(Code)
selects page Contents



selectPageSearch
public void selectPageSearch()(Code)
selects page Search



splpHelpSplitPane
public JSplitPaneOperator splpHelpSplitPane()(Code)
Tries to find "" JSplitPaneOperator in this dialog. It throws TimeoutExpiredException when component not found JButtonOperator



tbpHelpTabPane
public JTabbedPaneOperator tbpHelpTabPane()(Code)
Tries to find "" JTabbedPane in this dialog. It throws TimeoutExpiredException when component not found JButtonOperator



treeContents
public JTreeOperator treeContents()(Code)
Tries to find JTree in Contents tab of this dialog. It throws TimeoutExpiredException when component not found JTreeOperator



treeSearch
public JTreeOperator treeSearch()(Code)
Tries to find JTree in Search tab of this dialog. It throws TimeoutExpiredException when component not found JTreeOperator



txtContentViewer
public JEditorPaneOperator txtContentViewer()(Code)
Tries to find null BasicContentViewerUI$JHEditorPane in this dialog. It throws TimeoutExpiredException when component not found JEditorPaneOperator



txtSearchFind
public JTextFieldOperator txtSearchFind()(Code)
Tries to find JTextField Find in Search tab of this dialog. It throws TimeoutExpiredException when component not found JTextFieldOperator



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



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