Interface IFoldingCommandIds


  • public interface IFoldingCommandIds
    Command IDs for folding commands.

    This interface contains constants only; it is not intended to be implemented.

    Since:
    3.0
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Field Detail

      • FOLDING_COLLAPSE

        static final String FOLDING_COLLAPSE
        Identifier of the "collapse folded region" command.

        Value: "org.eclipse.ui.edit.text.folding.collapse".

        See Also:
        Constant Field Values
      • FOLDING_EXPAND

        static final String FOLDING_EXPAND
        Identifier of the "expand folded region" command.

        Value: "org.eclipse.ui.edit.text.folding.expand".

        See Also:
        Constant Field Values
      • FOLDING_EXPAND_ALL

        static final String FOLDING_EXPAND_ALL
        Identifier of the "expand all folded regions" command.

        Value: "org.eclipse.ui.edit.text.folding.expand_all".

        See Also:
        Constant Field Values
      • FOLDING_TOGGLE

        static final String FOLDING_TOGGLE
        Identifier of the "toggle folding" command.

        Value: "org.eclipse.ui.edit.text.folding.toggle".

        See Also:
        Constant Field Values
      • FOLDING_COLLAPSE_ALL

        static final String FOLDING_COLLAPSE_ALL
        Identifier of the "collapse all folded regions" command.

        Value: "org.eclipse.ui.edit.text.folding.collapse_all".

        Since:
        3.2
        See Also:
        Constant Field Values
      • FOLDING_RESTORE

        static final String FOLDING_RESTORE
        Identifier of the "restore folding structure" command.

        Value: "org.eclipse.ui.edit.text.folding.restore".

        Since:
        3.2
        See Also:
        Constant Field Values