Eclipse Platform
Release 3.2

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

Field Summary
static java.lang.String FOLDING_COLLAPSE
          Identifier of the "collapse folded region" command.
static java.lang.String FOLDING_COLLAPSE_ALL
          Identifier of the "collapse all folded regions" command.
static java.lang.String FOLDING_EXPAND
          Identifier of the "expand folded region" command.
static java.lang.String FOLDING_EXPAND_ALL
          Identifier of the "expand all folded regions" command.
static java.lang.String FOLDING_RESTORE
          Identifier of the "restore folding structure" command.
static java.lang.String FOLDING_TOGGLE
          Identifier of the "toggle folding" command.
 

Field Detail

FOLDING_COLLAPSE

static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.