Class TLcdPopupMenu

All Implemented Interfaces:
MenuContainer, Serializable, Accessible
Direct Known Subclasses:
TLcdBeanEditorPopupMenuAWT

public class TLcdPopupMenu extends PopupMenu
Deprecated.
Use a JPopupMenu with JMenuItem instead.
A pop-up menu to which actions can be added.
See Also:
  • 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 is true 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 either true or false as argument automatically turns off tracing for all other class instances for which setTraceOn has not been called. If the argument is false 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.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • addILcdAction

      public void addILcdAction(ILcdAction aAction)
      Deprecated.
    • show

      public void show(Component aComponent, int aX, int aY)
      Deprecated.
      Overrides:
      show in class PopupMenu