|
|||||||||
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.JauCardPanel | +--jau.awt.JauTabbedFolder
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 |
TAB_BOTTOM
|
static int |
TAB_LEFT
|
static int |
TAB_RIGHT
|
static int |
TAB_TOP
|
Fields inherited from class jau.awt.JauCardPanel |
CURRENTCARD, FETCHCARD, tabs |
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 | |
JauTabbedFolder()
|
|
JauTabbedFolder(int TabLocation)
|
|
JauTabbedFolder(int TabLocation,
java.lang.String[] tabs)
|
|
JauTabbedFolder(java.lang.String[] tabs)
|
Method Summary | |
void |
addNotify()
|
void |
addTab(java.lang.String tab)
|
void |
addTab(java.lang.String tab,
int index)
|
void |
focusGained(java.awt.event.FocusEvent e)
|
void |
focusLost(java.awt.event.FocusEvent e)
|
java.lang.String |
getCurrentFolder()
|
java.awt.Insets |
getInsets()
|
java.awt.Dimension |
getMinimumSize()
|
java.awt.Dimension |
getPreferredSize()
|
protected java.awt.Label |
newCardLabel()
|
void |
paint(java.awt.Graphics g)
|
void |
removeAllTabs()
|
void |
removeNotify()
|
void |
removeTab(java.lang.String tab)
|
void |
renameTab(java.lang.String oldName,
java.lang.String newName)
|
void |
setFont(java.awt.Font font)
|
void |
setTabLocation(int TabLocation)
|
void |
show(java.lang.String tab)
|
void |
update(java.awt.Graphics g)
|
Methods inherited from class jau.awt.JauCardPanel |
add, addCard, first, getCard, getCardName, getCurrentCard, getTab, getTabIndex, last, next, tabs |
Methods inherited from class java.awt.Panel |
getAccessibleContext |
Methods inherited from class java.awt.Container |
add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, getListeners, getMaximumSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setLayout, validate, validateTree |
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, postEvent, 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, requestFocus, 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 TAB_TOP
public static final int TAB_BOTTOM
public static final int TAB_LEFT
public static final int TAB_RIGHT
Constructor Detail |
public JauTabbedFolder()
public JauTabbedFolder(java.lang.String[] tabs)
public JauTabbedFolder(int TabLocation)
public JauTabbedFolder(int TabLocation, java.lang.String[] tabs)
Method Detail |
protected java.awt.Label newCardLabel()
newCardLabel
in class JauCardPanel
public void setTabLocation(int TabLocation)
public void addTab(java.lang.String tab)
addTab
in class JauCardPanel
public void addTab(java.lang.String tab, int index)
addTab
in class JauCardPanel
public void renameTab(java.lang.String oldName, java.lang.String newName)
renameTab
in class JauCardPanel
public void removeTab(java.lang.String tab)
removeTab
in class JauCardPanel
public void removeAllTabs()
removeAllTabs
in class JauCardPanel
public java.lang.String getCurrentFolder()
public void show(java.lang.String tab)
show
in class JauCardPanel
public void addNotify()
addNotify
in class java.awt.Panel
public void removeNotify()
removeNotify
in class java.awt.Container
public void setFont(java.awt.Font font)
setFont
in class java.awt.Container
public java.awt.Dimension getMinimumSize()
getMinimumSize
in class java.awt.Container
public java.awt.Dimension getPreferredSize()
getPreferredSize
in class java.awt.Container
public java.awt.Insets getInsets()
getInsets
in class java.awt.Container
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |