com.imagero.gui.flowin
Class IconifyBar

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjavax.swing.JComponent
              extended bycom.imagero.gui.flowin.TabContainer
                  extended bycom.imagero.gui.flowin.ButtonPanel
                      extended bycom.imagero.gui.flowin.IconifyBar
All Implemented Interfaces:
ContentPane, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, SortableContainer

public class IconifyBar
extends ButtonPanel

IconifyBar creates and shows JButton for each registered Component when it become invisible.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.imagero.gui.flowin.TabContainer
TabContainer.Tab
 
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
 
Fields inherited from class com.imagero.gui.flowin.TabContainer
ADDED_TAB_PROPERTY, comparator, COMPARATOR_PROPERTY, DEFAULT_MOUSE_HANDLER, DEFAULT_TEXT_COMPARATOR, ENUM_COMPARATOR, FANCY_MOUSE_HANDLER, HOVER_MOUSE_HANDLER, INVERTED_TEXT_COMPARATOR, layout, MOUSE_HANDLER_TYPE_PROPERTY, NULL_COMPARATOR, REMOVE_COMMAND, REMOVED_TAB_PROPERTY, rollover, ROLLOVER_PROPERTY, SELECTED_TAB_PROPERTY, SHOW_COMMAND, SORT_STRING_PROPERTY, STRING_COMPARATOR, USER_COMPARATOR
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface com.imagero.gui.flowin.ContentPane
GOT_FOCUS
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
IconifyBar(int axis)
           
 
Method Summary
protected  void checkVisibility()
           
 void deregister(java.awt.Component c)
           
 void deregister(FloatingWindow fw)
           
protected  TabContainer.Tab getButton(javax.swing.Action a)
           
 void register(java.awt.Component c, javax.swing.Action a)
           
 void register(FloatingWindow fw, javax.swing.Action a)
           
protected  void removeButton(javax.swing.Action a)
           
 
Methods inherited from class com.imagero.gui.flowin.ButtonPanel
add, add, createLayout, getUIClassID, installTabBorder, isHorizontal, rotateBorders, setHorizontal, setLayout, setUI, updateUI
 
Methods inherited from class com.imagero.gui.flowin.TabContainer
addImpl, addTab, addTab, back, createTab, doLayout, enumerateTabs, forward, getAlpha, getAxis, getComparator, getComparatorType, getComponentsOrdered, getContainer, getLastFocusOwner, getMouseHandler, getMouseHandlerType, getPopupMenu, getRowCount, getSelectedMouseHandler, getSelectedTab, getSortString, getTabFor, getTabs, getToolTipType, getUI, isClockwise, isReversedComponentOrder, isReversedRowOrder, isRollover, isShowToolTips, isUseAlpha, main, moveTab, removeTab, removeTab, selectNextTab, selectPreviousTab, setAlpha, setAxis, setClockwise, setComparator, setComparator, setLastFocusOwner, setMouseHandlerType, setPopupMenu, setReversedComponentOrder, setReversedRowOrder, setRollover, setSelectedMouseHandler, setSelectedTab, setShowToolTips, setSortString, setToolTipType, setUI, setUseAlpha
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getAccessibleContext, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, paramString, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, list, list, paintComponents, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getSize, getToolkit, getTreeLock, hasFocus, imageUpdate, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, list, list, list, paintAll, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IconifyBar

public IconifyBar(int axis)
Method Detail

checkVisibility

protected void checkVisibility()

deregister

public void deregister(java.awt.Component c)

deregister

public void deregister(FloatingWindow fw)

getButton

protected TabContainer.Tab getButton(javax.swing.Action a)

register

public void register(java.awt.Component c,
                     javax.swing.Action a)

register

public void register(FloatingWindow fw,
                     javax.swing.Action a)

removeButton

protected void removeButton(javax.swing.Action a)