jau.awt
Class VJPanel

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--jau.awt.VJPanel
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable

public class VJPanel
extends java.awt.Panel

See Also:
Serialized Form

Inner classes inherited from class java.awt.Panel
java.awt.Panel.AccessibleAWTPanel
 
Inner classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Inner classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent
 
Field Summary
static int BLACK_BORDER
           
static int CENTER
           
static int LEFT
           
static int RELIEF_FLAT
           
static int RELIEF_GROOVE
           
static int RELIEF_RAISED
           
static int RELIEF_RIDGE
           
static int RELIEF_SUNKEN
           
static int RIGHT
           
static int WIN95_FIELD_BORDER
           
static int WIN95_RAISED
           
static int WIN95_SUNKEN
           
static int WIN95_WINDOW_BORDER
           
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
VJPanel()
           
VJPanel(int relief)
           
VJPanel(int relief, java.lang.String label)
           
VJPanel(int relief, java.lang.String label, int borderWidth, java.awt.Insets borderInsets)
           
 
Method Summary
protected  void addImpl(java.awt.Component comp, java.lang.Object constraints, int index)
           
static void forwardEvent(java.awt.Event evt, java.awt.Component comp)
           
 java.awt.Insets getBorderInsets()
           
 java.lang.String getBorderLabel()
           
 int getBorderWidth()
           
 int getLabelAlignment()
           
 int getRelief()
           
 java.awt.Insets insets()
           
static boolean markEvent(java.awt.Event evt, java.awt.Component comp)
           
 java.awt.Dimension minimumSize()
           
 void paint(java.awt.Graphics g)
           
 boolean postEvent(java.awt.Event e)
           
 java.awt.Dimension preferredSize()
           
 void requestFocus()
           
 void setBorderInsets(java.awt.Insets insets)
           
 void setBorderLabel(java.lang.String label)
           
 void setBorderWidth(int borderWidth)
           
 void setLabelAlignment(int alignment)
           
 void setRelief(int relief)
           
 void translateEvent(java.awt.Event e, java.awt.Component child, java.awt.Container parent)
           
 void update(java.awt.Graphics g)
           
 void validate()
           
protected  void validateTree()
           
 
Methods inherited from class java.awt.Panel
addNotify, getAccessibleContext
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, invalidate, isAncestorOf, layout, list, list, locate, paintComponents, paramString, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFont, setLayout
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RELIEF_FLAT

public static final int RELIEF_FLAT

RELIEF_RAISED

public static final int RELIEF_RAISED

RELIEF_SUNKEN

public static final int RELIEF_SUNKEN

RELIEF_RIDGE

public static final int RELIEF_RIDGE

RELIEF_GROOVE

public static final int RELIEF_GROOVE

WIN95_RAISED

public static final int WIN95_RAISED

WIN95_SUNKEN

public static final int WIN95_SUNKEN

WIN95_FIELD_BORDER

public static final int WIN95_FIELD_BORDER

WIN95_WINDOW_BORDER

public static final int WIN95_WINDOW_BORDER

BLACK_BORDER

public static final int BLACK_BORDER

LEFT

public static final int LEFT

CENTER

public static final int CENTER

RIGHT

public static final int RIGHT
Constructor Detail

VJPanel

public VJPanel()

VJPanel

public VJPanel(int relief)

VJPanel

public VJPanel(int relief,
               java.lang.String label)

VJPanel

public VJPanel(int relief,
               java.lang.String label,
               int borderWidth,
               java.awt.Insets borderInsets)
Method Detail

markEvent

public static boolean markEvent(java.awt.Event evt,
                                java.awt.Component comp)

forwardEvent

public static void forwardEvent(java.awt.Event evt,
                                java.awt.Component comp)

postEvent

public boolean postEvent(java.awt.Event e)
Overrides:
postEvent in class java.awt.Component

translateEvent

public void translateEvent(java.awt.Event e,
                           java.awt.Component child,
                           java.awt.Container parent)

validate

public void validate()
Overrides:
validate in class java.awt.Container

validateTree

protected void validateTree()
Overrides:
validateTree in class java.awt.Container

addImpl

protected void addImpl(java.awt.Component comp,
                       java.lang.Object constraints,
                       int index)
Overrides:
addImpl in class java.awt.Container

setRelief

public void setRelief(int relief)

getRelief

public int getRelief()

setBorderWidth

public void setBorderWidth(int borderWidth)

getBorderWidth

public int getBorderWidth()

setBorderLabel

public void setBorderLabel(java.lang.String label)

getBorderLabel

public java.lang.String getBorderLabel()

setLabelAlignment

public void setLabelAlignment(int alignment)

getLabelAlignment

public int getLabelAlignment()

setBorderInsets

public void setBorderInsets(java.awt.Insets insets)

getBorderInsets

public java.awt.Insets getBorderInsets()

insets

public java.awt.Insets insets()
Overrides:
insets in class java.awt.Container

minimumSize

public java.awt.Dimension minimumSize()
Overrides:
minimumSize in class java.awt.Container

preferredSize

public java.awt.Dimension preferredSize()
Overrides:
preferredSize in class java.awt.Container

update

public void update(java.awt.Graphics g)
Overrides:
update in class java.awt.Container

paint

public void paint(java.awt.Graphics g)
Overrides:
paint in class java.awt.Container

requestFocus

public void requestFocus()
Overrides:
requestFocus in class java.awt.Component