Package com.luciad.gui.awt
Class TLcdPopupMenu
java.lang.Object
java.awt.MenuComponent
java.awt.MenuItem
java.awt.Menu
java.awt.PopupMenu
com.luciad.gui.awt.TLcdPopupMenu
- All Implemented Interfaces:
MenuContainer,Serializable,Accessible
- Direct Known Subclasses:
TLcdBeanEditorPopupMenuAWT
Deprecated.
Use a JPopupMenu with JMenuItem instead.
A pop-up menu to which actions can be added.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.PopupMenu
PopupMenu.AccessibleAWTPopupMenuNested classes/interfaces inherited from class java.awt.Menu
Menu.AccessibleAWTMenuNested classes/interfaces inherited from class java.awt.MenuItem
MenuItem.AccessibleAWTMenuItemNested classes/interfaces inherited from class java.awt.MenuComponent
MenuComponent.AccessibleAWTMenuComponent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddILcdAction(ILcdAction aAction) Deprecated.booleanDeprecated.This method has been deprecated.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.voidDeprecated.Methods inherited from class java.awt.PopupMenu
addNotify, getAccessibleContext, getParentMethods inherited from class java.awt.Menu
add, add, addSeparator, countItems, getItem, getItemCount, insert, insert, insertSeparator, isTearOff, paramString, remove, remove, removeAll, removeNotifyMethods inherited from class java.awt.MenuItem
addActionListener, deleteShortcut, disable, disableEvents, enable, enable, enableEvents, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, processActionEvent, processEvent, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcutMethods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getTreeLock, postEvent, setFont, setName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.awt.MenuContainer
getFont, postEvent
-
Constructor Details
-
TLcdPopupMenu
public TLcdPopupMenu()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.
-
addILcdAction
Deprecated. -
show
Deprecated.
-