Java Reference
In-Depth Information
FontFormatException Not available in PDAP.
IllegalComponentStateException Available in PDAP.
Table B. 4 . Errors of the java .awt Package
J2SE Error
Availability in PDAP
AWTError
Available in PDAP.
Shape
Table B.5. Methods ofthe Class Shape
Method
Alternative/Workaround
boolean contains(double x, double y)
Not available in PDAP.
Not available in PDAP.
boolean contains(double x, double y, double w,
double h)
boolean contains(Point2D p) Not available in PDAP.
boolean contains(Rectangle2D r) Not available in PDAP.
Rectangle getBounds() Available in PDAP.
Rectangle2D getBounds2D() Not available in PDAP.
PathIterator getPathIterator (AffineTransform at) Not available in PDAP.
PathIterator getPathIterator (AffineTransform at,
double flatness)
Not available in PDAP.
boolean intersects(double x, double y, double w,
double h)
Not available in PDAP.
boolean intersects(Rectangle2D r)
Not available in PDAP.
AWTEventMulticaster
Table B.6. Methods of the Class AWTEventMult i caster
Method
Alternative/Workaround
Protected AWTEventMulticaster (EventListener a,
EventListener b)
Available in PDAP.
void actionPerformed(ActionEvent e)
Available in PDAP.
Available in PDAP.
static ActionListener add(ActionListener a,
ActionListener b)
static AdjustmentListener add(AdjustmentListener
a, AdjustmentListener b)
Available in PDAP.
static ComponentListener add(ComponentListener a,
ComponentListener b)
Available in PDAP.
static ContainerListener add(ContainerListener a,
ContainerListener b)
Available in PDAP.
static FocusListener add(FocusListener a,
FocusListener b)
Available in PDAP.
static HierarchyBoundsListener
add(HierarchyBoundsListener a,
HierarchyBoundsListener b)
Not available in PDAP.
static HierarchyListener add(HierarchyListener a,
HierarchyListener b)
Not available in PDAP.
static InputMethodListener
add(InputMethodListener a, InputMethodListener b)
Not available in PDAP.
static ItemListener add(ItemListener a,
ItemListener b)
Available in PDAP.
static KeyListener add(KeyListener a, KeyListener Available in PDAP.
Search WWH ::




Custom Search