Package com.luciad.gui.awt
Class TLcdButton
java.lang.Object
java.awt.Component
com.luciad.gui.awt.TLcdButton
- All Implemented Interfaces:
ImageObserver,MenuContainer,Serializable
Deprecated.
use a Swing JButton instead.
Deprecated, use a Swing JButton instead.
- See Also:
-
Nested Class Summary
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_ALIGNMENTFields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.TLcdButton(ILcdAction aAction) Deprecated.TLcdButton(ILcdIcon aIcon) Deprecated.TLcdButton(String aLabel) Deprecated.TLcdButton(String aLabel, ILcdIcon aIcon) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionListener(ActionListener aActionListener) Deprecated.voidDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getLabel()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getToolTipLocation(MouseEvent aMouseEvent) Deprecated.Deprecated.getToolTipText(MouseEvent aMouseEvent) Deprecated.booleanDeprecated.This method has been deprecated.voidDeprecated.protected voidDeprecated.protected voidDeprecated.voidremoveActionListener(ActionListener aActionListener) Deprecated.voidsetAction(ILcdAction aAction) Deprecated.voidsetActionCommand(String command) Deprecated.voidsetBackgroundToolTip(Color aBackgroundToolTip) Deprecated.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.voidsetILcdIcon(ILcdIcon aIcon) Deprecated.voidDeprecated.voidsetToolTipText(String aToolTipText) Deprecated.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.protected voidDeprecated.Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getAlignmentX, getAlignmentY, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, 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, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, 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, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setMixingCutoutShape, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate
-
Constructor Details
-
TLcdButton
public TLcdButton()Deprecated. -
TLcdButton
Deprecated. -
TLcdButton
Deprecated. -
TLcdButton
Deprecated. -
TLcdButton
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.
-
setAction
Deprecated. -
getAction
Deprecated. -
asTLcdButton
Deprecated. -
getComponent
Deprecated. -
addActionListener
Deprecated. -
removeActionListener
Deprecated. -
processActionEvent
Deprecated. -
processEvent
Deprecated.- Overrides:
processEventin classComponent
-
setActionCommand
Deprecated. -
getActionCommand
Deprecated. -
setILcdIcon
Deprecated. -
getILcdIcon
Deprecated. -
getPreferredSize
Deprecated.- Overrides:
getPreferredSizein classComponent
-
getMinimumSize
Deprecated.- Overrides:
getMinimumSizein classComponent
-
getMaximumSize
Deprecated.- Overrides:
getMaximumSizein classComponent
-
setToolTipText
Deprecated. -
getToolTipText
Deprecated. -
getToolTipText
Deprecated. -
getToolTipComponent
Deprecated. -
getToolTipLocation
Deprecated. -
setBackgroundToolTip
Deprecated. -
findParentContainer
Deprecated. -
paint
Deprecated. -
setLabel
Deprecated. -
getLabel
Deprecated. -
addNotify
public void addNotify()Deprecated. -
updatePreferredSize
protected void updatePreferredSize()Deprecated.
-