Package com.luciad.gui.awt
Class TLcdButtonBarAction
java.lang.Object
java.awt.Component
java.awt.Container
com.luciad.gui.awt.TLcdButtonBarAction
- All Implemented Interfaces:
ImageObserver,MenuContainer,Serializable
Deprecated.
use JToolBar or another GUI toolkit equivalent instead
A Container that displays actions in
TLcdButton objects.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainerNested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy -
Field Summary
Fields inherited from class java.awt.Component
accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENTFields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidDeprecated.voidDeprecated.Deprecated.protected voidDeprecated.voidaddILcdAction(ILcdAction aAction) Deprecated.intDeprecated.protected voidfilterComponent(Component comp) Deprecated.Deprecated.intDeprecated.intDeprecated.Deprecated.intgetHGap()Deprecated.Deprecated.getILcdAction(int index) Deprecated.Deprecated.Deprecated.intDeprecated.intgetNRow()Deprecated.Deprecated.intgetVGap()Deprecated.booleanDeprecated.This method has been deprecated.voidremoveILcdActionAt(int aIndex) Deprecated.voidsetButtonHeight(int newButtonHeight) Deprecated.voidsetButtonWidth(int newButtonWidth) Deprecated.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.voidsetHGap(int newHGap) Deprecated.voidsetILcdAction(ILcdAction[] aActionArray) Deprecated.voidsetILcdAction(ILcdAction aAction, int index) Deprecated.voidsetNColumn(int newNColumn) Deprecated.voidsetNRow(int newNRow) Deprecated.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.voidsetVGap(int newVGap) Deprecated.Methods inherited from class java.awt.Container
addContainerListener, addImpl, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, isValidateRoot, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusDownCycle, update, validate, validateTreeMethods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, 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, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setMixingCutoutShape, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
-
Constructor Details
-
TLcdButtonBarAction
public TLcdButtonBarAction()Deprecated. -
TLcdButtonBarAction
public TLcdButtonBarAction(int aNRow, int aNColumn) Deprecated.
-
-
Method Details
-
setClassTraceOn
public static void setClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for all instances of this class. If the argument istruethen all log messages are recorded, otherwise only the informative, warning and error messages are recorded.- Parameters:
aClassTraceOn- if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
-
setTraceOn
public void setTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen only the informative, warning and error log messages are recorded.- Parameters:
aTraceOn- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
public boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrueif tracing is enabled for this class.- Returns:
- true if tracing is enabled for this class, false otherwise.
-
getComponent
Deprecated. -
countILcdActions
public int countILcdActions()Deprecated. -
addILcdAction
Deprecated. -
setILcdAction
Deprecated. -
removeILcdActionAt
public void removeILcdActionAt(int aIndex) Deprecated. -
getILcdAction
Deprecated. -
setILcdAction
Deprecated. -
getILcdAction
Deprecated. -
getMinimumSize
Deprecated.- Overrides:
getMinimumSizein classContainer
-
getMaximumSize
Deprecated.- Overrides:
getMaximumSizein classContainer
-
getPreferredSize
Deprecated.- Overrides:
getPreferredSizein classContainer
-
addButton
Deprecated. -
getAWTComponent
Deprecated. -
filterComponent
Deprecated. -
add
Deprecated. -
add
Deprecated. -
add
Deprecated. -
add
Deprecated. -
add
Deprecated. -
setHGap
public void setHGap(int newHGap) Deprecated. -
getHGap
public int getHGap()Deprecated. -
setVGap
public void setVGap(int newVGap) Deprecated. -
getVGap
public int getVGap()Deprecated. -
setButtonWidth
public void setButtonWidth(int newButtonWidth) Deprecated. -
getButtonWidth
public int getButtonWidth()Deprecated. -
setButtonHeight
public void setButtonHeight(int newButtonHeight) Deprecated. -
getButtonHeight
public int getButtonHeight()Deprecated. -
setNRow
public void setNRow(int newNRow) Deprecated. -
getNRow
public int getNRow()Deprecated. -
setNColumn
public void setNColumn(int newNColumn) Deprecated. -
getNColumn
public int getNColumn()Deprecated.
-