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.AccessibleAWTContainer
Nested 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_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.void
Deprecated.void
Deprecated.Deprecated.protected void
Deprecated.void
addILcdAction
(ILcdAction aAction) Deprecated.int
Deprecated.protected void
filterComponent
(Component comp) Deprecated.Deprecated.int
Deprecated.int
Deprecated.Deprecated.int
getHGap()
Deprecated.Deprecated.getILcdAction
(int index) Deprecated.Deprecated.Deprecated.int
Deprecated.int
getNRow()
Deprecated.Deprecated.int
getVGap()
Deprecated.boolean
Deprecated.This method has been deprecated.void
removeILcdActionAt
(int aIndex) Deprecated.void
setButtonHeight
(int newButtonHeight) Deprecated.void
setButtonWidth
(int newButtonWidth) Deprecated.static void
setClassTraceOn
(boolean aClassTraceOn) Deprecated.This method has been deprecated.void
setHGap
(int newHGap) Deprecated.void
setILcdAction
(ILcdAction[] aActionArray) Deprecated.void
setILcdAction
(ILcdAction aAction, int index) Deprecated.void
setNColumn
(int newNColumn) Deprecated.void
setNRow
(int newNRow) Deprecated.void
setTraceOn
(boolean aTraceOn) Deprecated.This method has been deprecated.void
setVGap
(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, validateTree
Methods 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 istrue
then 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 eithertrue
orfalse
as argument automatically turns off tracing for all other class instances for whichsetTraceOn
has not been called. If the argument isfalse
then 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.Returnstrue
if 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:
getMinimumSize
in classContainer
-
getMaximumSize
Deprecated.- Overrides:
getMaximumSize
in classContainer
-
getPreferredSize
Deprecated.- Overrides:
getPreferredSize
in 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.
-