Class UIDocumentBrowserActionAvailability


  • public final class UIDocumentBrowserActionAvailability
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Menu
      The action can be shown in the menu
      static long NavigationBar
      The action can be shown in navigation bar
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Menu

        public static final long Menu
        The action can be shown in the menu
        See Also:
        Constant Field Values
      • NavigationBar

        public static final long NavigationBar
        The action can be shown in navigation bar
        See Also:
        Constant Field Values