|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
symantec.itools.awt.BorderPanel
wt.clients.beans.query.WTPanel
Windchill Technology Query Panel Class (WTPanel)
This is a
Nested Class Summary |
Nested classes inherited from class symantec.itools.awt.BorderPanel |
|
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
static int |
BOTH
|
static int |
CENTER
|
static int |
EAST
|
static int |
EQUATOR
|
static int |
FLAT
|
static int |
HORIZONTAL
|
static int |
LEFT
|
static int |
LINE
|
static int |
LOWER
|
private Insets |
myInsets
|
static int |
NONE
|
static int |
NORTH
|
static int |
RAISE
|
static int |
RIGHT
|
static int |
SOUTH
|
private static String |
versionID
|
static int |
VERTICAL
|
static int |
WEST
|
Fields inherited from class symantec.itools.awt.BorderPanel |
bevelDarkerColor, bevelLighterColor, borderColor, cachedBackground, errors, internalInsets, ixPad, iyPadBottom, iyPadTop, label, labelAlignment, labelColor, labelipadx, labelpadx, padbottom, padleft, padright, padtop, panel, style |
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface symantec.itools.awt.AlignStyle |
ALIGN_CENTERED, ALIGN_LEFT, ALIGN_RIGHT |
Fields inherited from interface symantec.itools.awt.BevelStyle |
BEVEL_LINE, BEVEL_LOWERED, BEVEL_NONE, BEVEL_RAISED |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WTPanel()
|
|
WTPanel(String aTitle)
|
|
WTPanel(String aTitle,
int aPosition,
int aBevel)
|
Method Summary | |
void |
add(Component aComp,
int aX,
int aY,
double wX)
|
void |
add(Component aComp,
int aX,
int aY,
int aW,
int aH,
double wX)
|
void |
add(Component aComp,
int aX,
int aY,
int aWidth,
int aHeight,
double aWeightX,
double aWeightY,
int aFill)
|
void |
add(Component aComp,
int aX,
int aY,
int aWidth,
int aHeight,
double aWeightX,
double aWeightY,
int aFill,
int aPos)
|
Insets |
getPad()
|
static Label |
PAD()
|
void |
setPad(int aTop,
int aLeft,
int aRight,
int aBottom)
|
Methods inherited from class symantec.itools.awt.BorderPanel |
addBevelStyleListener, addBevelStyleListener, addContainerListener, addImpl, addNotify, addPropertyChangeListener, addVetoableChangeListener, calculateHilightColors, componentAdded, componentRemoved, countComponents, draw, drawBorder, drawLabel, getAlignStyle, getBevelStyle, getBorderColor, getComponent, getComponentCount, getComponents, getInternalInsets, getIPadBottom, getIPadSides, getIPadTop, getLabel, getLabelColor, getLabelTopMargin, getLabelWidthMargin, getLayout, getMinimumSize, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPreferredSize, insets, isValidBevelStyle, layout, minimumSize, paint, preferredSize, remove, remove, removeAll, removeBevelStyleListener, removeBevelStyleListener, removeContainerListener, removeNotify, removePropertyChangeListener, removeVetoableChangeListener, reshape, setAlignStyle, setBackground, setBevelStyle, setBorderColor, setBorderColor, setBounds, setInternalInsets, setIPadBottom, setIPadSides, setIPadTop, setLabel, setLabelColor, setLayout, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, sizepanel, update |
Methods inherited from class java.awt.Panel |
getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String versionID
public static final int NONE
public static final int BOTH
public static final int HORIZONTAL
public static final int VERTICAL
public static final int NORTH
public static final int WEST
public static final int EAST
public static final int SOUTH
public static final int EQUATOR
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int RAISE
public static final int LOWER
public static final int LINE
public static final int FLAT
private Insets myInsets
Constructor Detail |
public WTPanel()
public WTPanel(String aTitle)
public WTPanel(String aTitle, int aPosition, int aBevel)
Method Detail |
public static final Label PAD()
public void setPad(int aTop, int aLeft, int aRight, int aBottom)
public Insets getPad()
public void add(Component aComp, int aX, int aY, double wX)
public void add(Component aComp, int aX, int aY, int aW, int aH, double wX)
public void add(Component aComp, int aX, int aY, int aWidth, int aHeight, double aWeightX, double aWeightY, int aFill)
public void add(Component aComp, int aX, int aY, int aWidth, int aHeight, double aWeightX, double aWeightY, int aFill, int aPos)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |