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 Link icon

    • TLcdPopupMenu Link icon

      public TLcdPopupMenu()
      Deprecated.
  • Method Details Link icon

    • setClassTraceOn Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      public void addILcdAction(ILcdAction aAction)
      Deprecated.
    • show Link icon

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