|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Panel | +--jau.awt.VJPanel
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 |
public static final int RELIEF_FLAT
public static final int RELIEF_RAISED
public static final int RELIEF_SUNKEN
public static final int RELIEF_RIDGE
public static final int RELIEF_GROOVE
public static final int WIN95_RAISED
public static final int WIN95_SUNKEN
public static final int WIN95_FIELD_BORDER
public static final int WIN95_WINDOW_BORDER
public static final int BLACK_BORDER
public static final int LEFT
public static final int CENTER
public static final int RIGHT
Constructor Detail |
public VJPanel()
public VJPanel(int relief)
public VJPanel(int relief, java.lang.String label)
public VJPanel(int relief, java.lang.String label, int borderWidth, java.awt.Insets borderInsets)
Method Detail |
public static boolean markEvent(java.awt.Event evt, java.awt.Component comp)
public static void forwardEvent(java.awt.Event evt, java.awt.Component comp)
public boolean postEvent(java.awt.Event e)
postEvent
in class java.awt.Component
public void translateEvent(java.awt.Event e, java.awt.Component child, java.awt.Container parent)
public void validate()
validate
in class java.awt.Container
protected void validateTree()
validateTree
in class java.awt.Container
protected void addImpl(java.awt.Component comp, java.lang.Object constraints, int index)
addImpl
in class java.awt.Container
public void setRelief(int relief)
public int getRelief()
public void setBorderWidth(int borderWidth)
public int getBorderWidth()
public void setBorderLabel(java.lang.String label)
public java.lang.String getBorderLabel()
public void setLabelAlignment(int alignment)
public int getLabelAlignment()
public void setBorderInsets(java.awt.Insets insets)
public java.awt.Insets getBorderInsets()
public java.awt.Insets insets()
insets
in class java.awt.Container
public java.awt.Dimension minimumSize()
minimumSize
in class java.awt.Container
public java.awt.Dimension preferredSize()
preferredSize
in class java.awt.Container
public void update(java.awt.Graphics g)
update
in class java.awt.Container
public void paint(java.awt.Graphics g)
paint
in class java.awt.Container
public void requestFocus()
requestFocus
in class java.awt.Component
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |