org.uispec4j.interception.toolkit
Class Empty

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

public final class Empty
extends java.lang.Object

Contains a set of empty peer class designed to keep the UISpec peer implementation clean.


Nested Class Summary
static class Empty.DummyComposite
           
static class Empty.DummyCompositeContext
           
static class Empty.DummyIcon
           
static class Empty.DummyImageProducer
           
static class Empty.DummyPaint
           
static class Empty.DummyPaintContext
           
static class Empty.DummyStroke
           
 
Field Summary
static int DEFAULT_HEIGHT
           
static java.awt.geom.AffineTransform NULL_AFFINE_TRANSFORM
           
static org.uispec4j.interception.toolkit.Empty.DummyCanvasPeer NULL_CANVAS_PEER
           
static java.awt.image.ColorModel NULL_COLOR_MODEL
           
static java.awt.Composite NULL_COMPOSITE
           
static java.awt.CompositeContext NULL_COMPOSITE_CONTEXT
           
static java.awt.Dimension NULL_DIMENSION
           
static java.awt.Font NULL_FONT
           
static java.awt.FontMetrics NULL_FONT_METRICS
           
static java.awt.Graphics2D NULL_GRAPHICS_2D
           
static java.awt.GraphicsConfiguration NULL_GRAPHICS_CONFIGURATION
           
static java.awt.GraphicsDevice NULL_GRAPHICS_DEVICE
           
static javax.swing.Icon NULL_ICON
           
static java.awt.Image NULL_IMAGE
           
static java.awt.image.ImageProducer NULL_IMAGE_PRODUCER
           
static java.awt.Insets NULL_INSETS
           
static org.uispec4j.interception.toolkit.Empty.DummyLightweightPeer NULL_LIGHTWEIGHT_PEER
           
static java.awt.peer.MouseInfoPeer NULL_MOUSE_INFO
           
static java.awt.Paint NULL_PAINT
           
static java.awt.PaintContext NULL_PAINT_CONTEXT
           
static org.uispec4j.interception.toolkit.Empty.DummyPanelPeer NULL_PANEL_PEER
           
static java.awt.Point NULL_POINT
           
static java.awt.Rectangle NULL_RECTANGLE
           
static java.awt.peer.RobotPeer NULL_ROBOT
           
static java.awt.Stroke NULL_STROKE
           
static java.awt.image.VolatileImage NULL_VOLATILE_IMAGE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_INSETS

public static final java.awt.Insets NULL_INSETS

NULL_DIMENSION

public static final java.awt.Dimension NULL_DIMENSION

NULL_RECTANGLE

public static final java.awt.Rectangle NULL_RECTANGLE

NULL_GRAPHICS_CONFIGURATION

public static final java.awt.GraphicsConfiguration NULL_GRAPHICS_CONFIGURATION

NULL_GRAPHICS_DEVICE

public static final java.awt.GraphicsDevice NULL_GRAPHICS_DEVICE

NULL_GRAPHICS_2D

public static final java.awt.Graphics2D NULL_GRAPHICS_2D

NULL_COLOR_MODEL

public static final java.awt.image.ColorModel NULL_COLOR_MODEL

NULL_POINT

public static final java.awt.Point NULL_POINT

NULL_IMAGE

public static final java.awt.Image NULL_IMAGE

NULL_FONT

public static final java.awt.Font NULL_FONT

NULL_FONT_METRICS

public static final java.awt.FontMetrics NULL_FONT_METRICS

NULL_VOLATILE_IMAGE

public static final java.awt.image.VolatileImage NULL_VOLATILE_IMAGE

NULL_AFFINE_TRANSFORM

public static final java.awt.geom.AffineTransform NULL_AFFINE_TRANSFORM

DEFAULT_HEIGHT

public static final int DEFAULT_HEIGHT
See Also:
Constant Field Values

NULL_PAINT

public static final java.awt.Paint NULL_PAINT

NULL_PAINT_CONTEXT

public static final java.awt.PaintContext NULL_PAINT_CONTEXT

NULL_IMAGE_PRODUCER

public static final java.awt.image.ImageProducer NULL_IMAGE_PRODUCER

NULL_COMPOSITE

public static final java.awt.Composite NULL_COMPOSITE

NULL_COMPOSITE_CONTEXT

public static final java.awt.CompositeContext NULL_COMPOSITE_CONTEXT

NULL_STROKE

public static final java.awt.Stroke NULL_STROKE

NULL_ICON

public static final javax.swing.Icon NULL_ICON

NULL_ROBOT

public static final java.awt.peer.RobotPeer NULL_ROBOT

NULL_LIGHTWEIGHT_PEER

public static final org.uispec4j.interception.toolkit.Empty.DummyLightweightPeer NULL_LIGHTWEIGHT_PEER

NULL_PANEL_PEER

public static final org.uispec4j.interception.toolkit.Empty.DummyPanelPeer NULL_PANEL_PEER

NULL_CANVAS_PEER

public static final org.uispec4j.interception.toolkit.Empty.DummyCanvasPeer NULL_CANVAS_PEER

NULL_MOUSE_INFO

public static final java.awt.peer.MouseInfoPeer NULL_MOUSE_INFO


Copyright © 2004-2010. All Rights Reserved.