Class ContextMenusOnShapes.ContextMenuItemInfo

  • Enclosing class:
    ContextMenusOnShapes

    protected static class ContextMenusOnShapes.ContextMenuItemInfo
    extends java.lang.Object
    The ContextMenuItemInfo class specifies the contents of one entry in the context menu.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String displayString  
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextMenuItemInfo​(java.lang.String displayString)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • displayString

        protected java.lang.String displayString
    • Constructor Detail

      • ContextMenuItemInfo

        public ContextMenuItemInfo​(java.lang.String displayString)