Java Doc for Window.java in  » Testing » UISpec4J » org » uispec4j » 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 » Testing » UISpec4J » org.uispec4j 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.uispec4j.AbstractUIComponent
      org.uispec4j.Panel
         org.uispec4j.Window

Window
public class Window extends Panel (Code)
Wrapper for window components such as JFrame, JDialog, JInternalFrame.

Inner Class :static interface Adapter

Field Summary
final public static  Class[]SWING_CLASSES
    
final public static  StringTYPE_NAME
    

Constructor Summary
public  Window(JFrame frame)
    
public  Window(JDialog dialog)
    
public  Window(JInternalFrame frame)
    
public  Window(Frame frame)
    
public  Window(java.awt.Window window)
    

Method Summary
protected  voidaddAttributes(Component component, XmlWriter.Tag tag)
    
public  voidassertTitleEquals(String expected)
    
public  StringgetDescriptionTypeName()
    
public  ContainergetInternalAwtContainer()
    
public  MenuBargetMenuBar()
    
protected  voidgetSubDescription(Container container, XmlWriter.Tag tag)
    
public  StringgetTitle()
    
public  AssertionisModal()
    
public  AssertiontitleEquals(String expected)
    

Field Detail
SWING_CLASSES
final public static Class[] SWING_CLASSES(Code)



TYPE_NAME
final public static String TYPE_NAME(Code)




Constructor Detail
Window
public Window(JFrame frame)(Code)



Window
public Window(JDialog dialog)(Code)



Window
public Window(JInternalFrame frame)(Code)



Window
public Window(Frame frame)(Code)



Window
public Window(java.awt.Window window)(Code)




Method Detail
addAttributes
protected void addAttributes(Component component, XmlWriter.Tag tag)(Code)



assertTitleEquals
public void assertTitleEquals(String expected)(Code)



getDescriptionTypeName
public String getDescriptionTypeName()(Code)



getInternalAwtContainer
public Container getInternalAwtContainer()(Code)



getMenuBar
public MenuBar getMenuBar()(Code)



getSubDescription
protected void getSubDescription(Container container, XmlWriter.Tag tag)(Code)



getTitle
public String getTitle()(Code)



isModal
public Assertion isModal()(Code)



titleEquals
public Assertion titleEquals(String expected)(Code)



Fields inherited from org.uispec4j.Panel
final public static Class[] SWING_CLASSES(Code)(Java Doc)
final public static String TYPE_NAME(Code)(Java Doc)

Methods inherited from org.uispec4j.Panel
public Assertion containsComponent(ComponentMatcher matcher)(Code)(Java Doc)
public Assertion containsLabel(String text)(Code)(Java Doc)
public Assertion containsSwingComponent(Class swingComponentClass)(Code)(Java Doc)
public Assertion containsSwingComponent(Class swingComponentClass, String name)(Code)(Java Doc)
public Assertion containsUIComponent(Class uicomponentClass)(Code)(Java Doc)
public Assertion containsUIComponent(Class uiComponentClass, String name)(Code)(Java Doc)
public Component findSwingComponent(Class swingComponentClass) throws ComponentAmbiguityException(Code)(Java Doc)
public Component findSwingComponent(Class swingComponentClass, String componentName) throws ComponentAmbiguityException(Code)(Java Doc)
public Component findSwingComponent(ComponentMatcher matcher) throws ComponentAmbiguityException(Code)(Java Doc)
public UIComponent findUIComponent(Class uiComponentClass) throws ComponentAmbiguityException(Code)(Java Doc)
public UIComponent findUIComponent(Class uiComponentClass, String name) throws ComponentAmbiguityException(Code)(Java Doc)
public UIComponent findUIComponent(ComponentMatcher matcher) throws ComponentAmbiguityException(Code)(Java Doc)
public Component getAwtComponent()(Code)(Java Doc)
public Container getAwtContainer()(Code)(Java Doc)
public Button getButton(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Button getButton() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Button getButton(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public CheckBox getCheckBox(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public CheckBox getCheckBox() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public CheckBox getCheckBox(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ComboBox getComboBox(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ComboBox getComboBox() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ComboBox getComboBox(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public DateSpinner getDateSpinner() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public DateSpinner getDateSpinner(String componentName)(Code)(Java Doc)
public DateSpinner getDateSpinner(ComponentMatcher matcher)(Code)(Java Doc)
public String getDescriptionTypeName()(Code)(Java Doc)
public Desktop getDesktop(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Desktop getDesktop() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Desktop getDesktop(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public TextBox getInputTextBox(String name) throws ComponentAmbiguityException, ItemNotFoundException(Code)(Java Doc)
public TextBox getInputTextBox() throws ComponentAmbiguityException, ItemNotFoundException(Code)(Java Doc)
public ListBox getListBox(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ListBox getListBox() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ListBox getListBox(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ListSpinner getListSpinner() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ListSpinner getListSpinner(String componentName)(Code)(Java Doc)
public ListSpinner getListSpinner(ComponentMatcher matcher)(Code)(Java Doc)
public NumberSpinner getNumberSpinner() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public NumberSpinner getNumberSpinner(String componentName)(Code)(Java Doc)
public NumberSpinner getNumberSpinner(ComponentMatcher matcher)(Code)(Java Doc)
public Panel getPanel() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Panel getPanel(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Panel getPanel(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public PasswordField getPasswordField() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public PasswordField getPasswordField(ComponentMatcher matcher)(Code)(Java Doc)
public PasswordField getPasswordField(String componentName)(Code)(Java Doc)
public ProgressBar getProgressBar(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ProgressBar getProgressBar() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ProgressBar getProgressBar(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public RadioButton getRadioButton(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public RadioButton getRadioButton() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public RadioButton getRadioButton(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Slider getSlider() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Slider getSlider(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Slider getSlider(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Spinner getSpinner() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Spinner getSpinner(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Spinner getSpinner(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Component[] getSwingComponents(Class swingComponentClass)(Code)(Java Doc)
public Component[] getSwingComponents(Class swingComponentClass, String name)(Code)(Java Doc)
public Component[] getSwingComponents(ComponentMatcher matcher)(Code)(Java Doc)
public TabGroup getTabGroup(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public TabGroup getTabGroup() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public TabGroup getTabGroup(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Table getTable(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Table getTable() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Table getTable(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public TextBox getTextBox(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public TextBox getTextBox() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public TextBox getTextBox(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ToggleButton getToggleButton(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ToggleButton getToggleButton() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public ToggleButton getToggleButton(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Tree getTree(String name) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Tree getTree() throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public Tree getTree(ComponentMatcher matcher) throws ItemNotFoundException, ComponentAmbiguityException(Code)(Java Doc)
public UIComponent[] getUIComponents(Class uiComponentClass)(Code)(Java Doc)
public UIComponent[] getUIComponents(Class uiComponentClass, String name)(Code)(Java Doc)
public UIComponent[] getUIComponents(ComponentMatcher matcher)(Code)(Java Doc)

Methods inherited from org.uispec4j.AbstractUIComponent
protected void addAttributes(Component component, XmlWriter.Tag tag)(Code)(Java Doc)
public Assertion backgroundEquals(String expectedColor)(Code)(Java Doc)
public Assertion foregroundEquals(String expectedColor)(Code)(Java Doc)
final public String getDescription()(Code)(Java Doc)
protected void getDescription(Component component, XmlWriter.Tag tag, boolean showVisibleOnly)(Code)(Java Doc)
public String getLabel()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
protected void getSubDescription(Container container, XmlWriter.Tag tag)(Code)(Java Doc)
public Assertion isEnabled()(Code)(Java Doc)
public Assertion isVisible()(Code)(Java Doc)

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.