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


java.lang.Object
   org.uispec4j.interception.toolkit.Empty

All known Subclasses:   org.uispec4j.interception.toolkit.UISpecFramePeer,  org.uispec4j.interception.toolkit.UISpecWindowPeer,  org.uispec4j.interception.toolkit.UISpecDialogPeer,
Empty
final public class Empty (Code)
Contains a set of empty peer class designed to keep the UISpec peer implementation clean.

Inner Class :static class WindowPeeer implements WindowPeer
Inner Class :static class FramePeer extends Empty.WindowPeeer implements java.awt.peer.FramePeer
Inner Class :static class DialogPeer extends Empty.WindowPeeer implements java.awt.peer.DialogPeer
Inner Class :static class DummyGraphicsConfiguration extends GraphicsConfiguration
Inner Class :static class DummyColorModel extends ColorModel
Inner Class :abstract static class DummyComponentPeer implements ComponentPeer
Inner Class :public static class DummyPaint implements Paint
Inner Class :public static class DummyPaintContext implements PaintContext
Inner Class :public static class DummyImageProducer implements ImageProducer
Inner Class :public static class DummyComposite implements Composite
Inner Class :public static class DummyCompositeContext implements CompositeContext
Inner Class :public static class DummyStroke implements Stroke
Inner Class :public static class DummyIcon implements Icon

Field Summary
final public static  intDEFAULT_HEIGHT
    
final public static  AffineTransformNULL_AFFINE_TRANSFORM
    
final public static  DummyCanvasPeerNULL_CANVAS_PEER
    
final public static  ColorModelNULL_COLOR_MODEL
    
final public static  CompositeNULL_COMPOSITE
    
final public static  CompositeContextNULL_COMPOSITE_CONTEXT
    
final public static  DimensionNULL_DIMENSION
    
final public static  FontNULL_FONT
    
final public static  FontMetricsNULL_FONT_METRICS
    
final public static  Graphics2DNULL_GRAPHICS_2D
    
final public static  GraphicsConfigurationNULL_GRAPHICS_CONFIGURATION
    
final public static  GraphicsDeviceNULL_GRAPHICS_DEVICE
    
final public static  IconNULL_ICON
    
final public static  ImageNULL_IMAGE
    
final public static  ImageProducerNULL_IMAGE_PRODUCER
    
final public static  InsetsNULL_INSETS
    
final public static  DummyLightweightPeerNULL_LIGHTWEIGHT_PEER
    
final public static  PaintNULL_PAINT
    
final public static  PaintContextNULL_PAINT_CONTEXT
    
final public static  DummyPanelPeerNULL_PANEL_PEER
    
final public static  PointNULL_POINT
    
final public static  RectangleNULL_RECTANGLE
    
final public static  RobotPeerNULL_ROBOT
    
final public static  StrokeNULL_STROKE
    
final public static  VolatileImageNULL_VOLATILE_IMAGE
    



Field Detail
DEFAULT_HEIGHT
final public static int DEFAULT_HEIGHT(Code)



NULL_AFFINE_TRANSFORM
final public static AffineTransform NULL_AFFINE_TRANSFORM(Code)



NULL_CANVAS_PEER
final public static DummyCanvasPeer NULL_CANVAS_PEER(Code)



NULL_COLOR_MODEL
final public static ColorModel NULL_COLOR_MODEL(Code)



NULL_COMPOSITE
final public static Composite NULL_COMPOSITE(Code)



NULL_COMPOSITE_CONTEXT
final public static CompositeContext NULL_COMPOSITE_CONTEXT(Code)



NULL_DIMENSION
final public static Dimension NULL_DIMENSION(Code)



NULL_FONT
final public static Font NULL_FONT(Code)



NULL_FONT_METRICS
final public static FontMetrics NULL_FONT_METRICS(Code)



NULL_GRAPHICS_2D
final public static Graphics2D NULL_GRAPHICS_2D(Code)



NULL_GRAPHICS_CONFIGURATION
final public static GraphicsConfiguration NULL_GRAPHICS_CONFIGURATION(Code)



NULL_GRAPHICS_DEVICE
final public static GraphicsDevice NULL_GRAPHICS_DEVICE(Code)



NULL_ICON
final public static Icon NULL_ICON(Code)



NULL_IMAGE
final public static Image NULL_IMAGE(Code)



NULL_IMAGE_PRODUCER
final public static ImageProducer NULL_IMAGE_PRODUCER(Code)



NULL_INSETS
final public static Insets NULL_INSETS(Code)



NULL_LIGHTWEIGHT_PEER
final public static DummyLightweightPeer NULL_LIGHTWEIGHT_PEER(Code)



NULL_PAINT
final public static Paint NULL_PAINT(Code)



NULL_PAINT_CONTEXT
final public static PaintContext NULL_PAINT_CONTEXT(Code)



NULL_PANEL_PEER
final public static DummyPanelPeer NULL_PANEL_PEER(Code)



NULL_POINT
final public static Point NULL_POINT(Code)



NULL_RECTANGLE
final public static Rectangle NULL_RECTANGLE(Code)



NULL_ROBOT
final public static RobotPeer NULL_ROBOT(Code)



NULL_STROKE
final public static Stroke NULL_STROKE(Code)



NULL_VOLATILE_IMAGE
final public static VolatileImage NULL_VOLATILE_IMAGE(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.