Class sunsoft.jws.visual.rt.awt.VJPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.awt.VJPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----sunsoft.jws.visual.rt.awt.VJPanel

public class VJPanel
extends Panel

Variable Index

 o CENTER
 o LEFT
 o RIGHT

Constructor Index

 o VJPanel()
 o VJPanel(int)
 o VJPanel(int, String)

Method Index

 o forwardEvent(Event, Component)
forwardEvent - Forwards marked events to the shadow
 o getBorderLabel()
 o getBorderWidth()
 o getInternalInsets()
 o getLabelAlignment()
 o getRelief()
 o insets()
 o markEvent(Event, Component)
markEvent - Marks events that should be forwarded to the shadow.
 o minimumSize()
 o paint(Graphics)
 o postEvent(Event)
 o preferredSize()
 o setBorderLabel(String)
 o setBorderWidth(int)
 o setInternalInsets(Insets)
 o setLabelAlignment(int)
 o setRelief(int)
 o translateEvent(Event, Component, Container)
 o update(Graphics)
 o validate()

Variables

 o LEFT
  public final static int LEFT
 o CENTER
  public final static int CENTER
 o RIGHT
  public final static int RIGHT

Constructors

 o VJPanel
  public VJPanel()
 o VJPanel
  public VJPanel(int relief)
 o VJPanel
  public VJPanel(int relief,
                 String label)

Methods

 o markEvent
  public static boolean markEvent(Event evt,
                                  Component comp)
markEvent - Marks events that should be forwarded to the shadow. Returns true if the event has been marked, false otherwise.
 o forwardEvent
  public static void forwardEvent(Event evt,
                                  Component comp)
forwardEvent - Forwards marked events to the shadow
 o postEvent
  public boolean postEvent(Event e)
Overrides:
postEvent in class Component
 o translateEvent
  public void translateEvent(Event e,
                             Component child,
                             Container parent)
 o validate
  public synchronized void validate()
Overrides:
validate in class Container
 o setRelief
  public void setRelief(int relief)
 o getRelief
  public int getRelief()
 o setBorderWidth
  public void setBorderWidth(int bd)
 o getBorderWidth
  public int getBorderWidth()
 o setBorderLabel
  public void setBorderLabel(String label)
 o getBorderLabel
  public String getBorderLabel()
 o setLabelAlignment
  public void setLabelAlignment(int alignment)
 o getLabelAlignment
  public int getLabelAlignment()
 o setInternalInsets
  public void setInternalInsets(Insets insets)
 o getInternalInsets
  public Insets getInternalInsets()
 o insets
  public Insets insets()
Overrides:
insets in class Container
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Container
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o update
  public void update(Graphics g)
Overrides:
update in class Component
 o paint
  public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index