Class Tree.ActionPlacements

  • Enclosing interface:
    Tree<T extends Tree<T>>

    public static final class Tree.ActionPlacements
    extends Object
    • Field Detail

      • GLOBAL

        public static final String GLOBAL
        Global actions will appear in a dropdown in the tree view navigator's title bar near the "add" and "search" actions.
        See Also:
        Constant Field Values
      • SECONDARY

        public static final String SECONDARY
        Secondary actions will appear in the dropdowns of tree view navigator items and the editor breadcrumbs.
        See Also:
        Constant Field Values