Class sunsoft.jws.visual.rt.shadow.java.awt.JAShadowAccess
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.shadow.java.awt.JAShadowAccess

java.lang.Object
   |
   +----sunsoft.jws.visual.rt.shadow.java.awt.JAShadowAccess

public class JAShadowAccess
extends Object
Accessor class for use only by graphical interface builders. Gives a GUI builder access to methods in this package which are package private. The methods in this class should not be used by any other application, they are for use by Visual Java only and are subject to change.

Constructor Index

 o JAShadowAccess()

Method Index

 o decrCursor(FrameShadow)
 o getPrevCursor(FrameShadow)
 o incrCursor(FrameShadow)
 o instantiate(Class)
 o instantiate(String)
 o setPrevCursor(FrameShadow, int)

Constructors

 o JAShadowAccess
  public JAShadowAccess()

Methods

 o instantiate
  public static AttributeManager instantiate(String classname)
 o instantiate
  public static AttributeManager instantiate(Class c)
 o incrCursor
  public static int incrCursor(FrameShadow fs)
 o decrCursor
  public static int decrCursor(FrameShadow fs)
 o setPrevCursor
  public static void setPrevCursor(FrameShadow fs,
                                   int cursor)
 o getPrevCursor
  public static int getPrevCursor(FrameShadow fs)

All Packages  Class Hierarchy  This Package  Previous  Next  Index