Package org.eclipse.ui.editors.text
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 Summary
Modifier and TypeFieldDescriptionstatic final String
Identifier of the "collapse folded region" command.static final String
Identifier of the "collapse all folded regions" command.static final String
Identifier of the "expand folded region" command.static final String
Identifier of the "expand all folded regions" command.static final String
Identifier of the "restore folding structure" command.static final String
Identifier of the "toggle folding" command.
-
Field Details
-
FOLDING_COLLAPSE
Identifier of the "collapse folded region" command.Value: "org.eclipse.ui.edit.text.folding.collapse".
- See Also:
-
FOLDING_EXPAND
Identifier of the "expand folded region" command.Value: "org.eclipse.ui.edit.text.folding.expand".
- See Also:
-
FOLDING_EXPAND_ALL
Identifier of the "expand all folded regions" command.Value: "org.eclipse.ui.edit.text.folding.expand_all".
- See Also:
-
FOLDING_TOGGLE
Identifier of the "toggle folding" command.Value: "org.eclipse.ui.edit.text.folding.toggle".
- See Also:
-
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:
-
FOLDING_RESTORE
Identifier of the "restore folding structure" command.Value: "org.eclipse.ui.edit.text.folding.restore".
- Since:
- 3.2
- See Also:
-