|
|||||||||||
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.BaseTabbedPanel
symantec.itools.awt.TabPanel
wt.clients.beans.query.WTTabPanel
Windchill Technology Query Tab Panel Class (WTTabPanel)
This is a query type of dialog for searching for objects.
Nested Class Summary |
Nested classes inherited from class symantec.itools.awt.TabPanel |
|
Nested classes inherited from class symantec.itools.awt.BaseTabbedPanel |
|
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 | |
private DefaultQueryFormDefaultView |
dqfdv
|
private static String |
IBA_RESOURCE
|
private Panel |
ibaPanel
|
private static ResourceBundle |
ibaResource
|
private boolean |
ibaTabVisible
|
private boolean |
isIBAHolder
|
private Color |
myCanvasBG
|
private Color |
myCanvasFG
|
private WTSchema |
mySC
|
private WTTabGroup[] |
myTG
|
private QueryFormEditorPanel |
qfep
|
private boolean |
showIBA
|
private static String |
versionID
|
Fields inherited from class symantec.itools.awt.TabPanel |
|
Fields inherited from class symantec.itools.awt.BaseTabbedPanel |
borderDarkColor, borderDarkerColor, borderLightColor, BOTTOM, cachedBackground, cachedForeground, curIndex, dbLeft, dbRight, disabledTextColor, firstVisibleTab, fReg, fSel, nullPoly, ROUNDED, SQUARE, suppressRepaints, TF_BOTTOM, TF_BTN_HEIGHT, TF_LEFT, TF_RIGHT, TF_TOP, TOP, vLabels, vPolys |
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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WTTabPanel()
|
|
WTTabPanel(boolean show_iba)
|
Method Summary | |
void |
clear()
|
void |
clearIbaTab()
|
WTTabGroup |
get(int aIndex)
|
Color |
getBackground()
|
Color |
getCanvasBackground()
|
Color |
getCanvasForeground()
|
Color |
getForeground()
|
Dimension |
getMinimumSize()
|
Dimension |
getPreferredSize()
|
QueryFormEditorPanel |
getQueryFormEditorPanel()
|
WTSchema |
getSchema()
|
boolean |
isIbaTabVisible()
|
void |
refresh()
|
void |
setBackground(Color aColor)
|
void |
setCanvasBackground(Color aColor)
|
void |
setCanvasForeground(Color aColor)
|
void |
setForeground(Color aColor)
|
void |
setIbaTabVisible(boolean b)
|
void |
setSchema(WTSchema aSC)
|
int |
total()
|
Methods inherited from class symantec.itools.awt.TabPanel |
add, add, add, addPropertyChangeListener, addTabPanel, addTabPanel, addVetoableChangeListener, countTabs, enableTabPanel, getCurrentPanelNdx, getPanelLabel, getPanelLabels, getPanelTabIndex, getTabPanel, getTabsOnBottom, insertTabPanel, isTabsOnBottom, remove, removeAllTabPanels, removePropertyChangeListener, removeTabPanel, removeVetoableChangeListener, setCurrentPanelNdx, setPanelLabel, setPanelLabels, setTabPanel, setTabsOnBottom, showTabPanel, updatePanelLabels |
Methods inherited from class symantec.itools.awt.BaseTabbedPanel |
addCurrentTabListener, addCurrentTabListener, addNotify, addTab, addTab, calculateBorderColors, calculateDisabledTextColor, calculateMakeTabVisible, currentTabIndex, enableTab, getCurrentTab, getLabel, getTabsPosition, getTabsStyle, insertTab, insets, isEnabled, layout, minimumSize, paint, preferredSize, removeAll, removeAllTabs, removeCurrentTabListener, removeCurrentTabListener, removeNotify, removeTab, setCurrentTab, setEnabled, setLabel, setLayout, setPanel, setSuppressRepaints, setTab, setTabsInfo, setTabsPosition, setTabsStyle, showPanel, showTab, tabIsEnabled, triggerRepaint |
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
private WTSchema mySC
private WTTabGroup[] myTG
private Color myCanvasBG
private Color myCanvasFG
private QueryFormEditorPanel qfep
private DefaultQueryFormDefaultView dqfdv
private Panel ibaPanel
private boolean ibaTabVisible
private boolean showIBA
private boolean isIBAHolder
private static final String IBA_RESOURCE
private static ResourceBundle ibaResource
Constructor Detail |
public WTTabPanel()
public WTTabPanel(boolean show_iba)
Method Detail |
public WTSchema getSchema()
public void setSchema(WTSchema aSC)
public Dimension getPreferredSize()
public Dimension getMinimumSize()
public void refresh()
public void clear()
public Color getForeground()
public void setForeground(Color aColor)
public Color getBackground()
public void setBackground(Color aColor)
public Color getCanvasForeground()
public void setCanvasForeground(Color aColor)
public Color getCanvasBackground()
public void setCanvasBackground(Color aColor)
public int total()
public WTTabGroup get(int aIndex)
public QueryFormEditorPanel getQueryFormEditorPanel()
public void setIbaTabVisible(boolean b)
public boolean isIbaTabVisible()
public void clearIbaTab()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |