Eclipse Platform
Release 3.1

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 String FOLDING_COLLAPSE
          Identifier of the "collapse folded region" command.
static String FOLDING_EXPAND
          Identifier of the "expand folded region" command.
static String FOLDING_EXPAND_ALL
          Identifier of the "expand all folded regions" command.
static String FOLDING_TOGGLE
          Identifier of the "toggle folding" command.
 

Field Detail

FOLDING_COLLAPSE

public 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

public 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

public 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

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

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

See Also:
Constant Field Values

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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