public interface IFoldingCommandIds
This interface contains constants only; it is not intended to be implemented.
Modifier and Type | Field and Description |
---|---|
static String |
FOLDING_COLLAPSE
Identifier of the "collapse folded region" command.
|
static String |
FOLDING_COLLAPSE_ALL
Identifier of the "collapse all folded regions" 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_RESTORE
Identifier of the "restore folding structure" command.
|
static String |
FOLDING_TOGGLE
Identifier of the "toggle folding" command.
|
static final String FOLDING_COLLAPSE
Value: "org.eclipse.ui.edit.text.folding.collapse".
static final String FOLDING_EXPAND
Value: "org.eclipse.ui.edit.text.folding.expand".
static final String FOLDING_EXPAND_ALL
Value: "org.eclipse.ui.edit.text.folding.expand_all".
static final String FOLDING_TOGGLE
Value: "org.eclipse.ui.edit.text.folding.toggle".
static final String FOLDING_COLLAPSE_ALL
Value: "org.eclipse.ui.edit.text.folding.collapse_all".
static final String FOLDING_RESTORE
Value: "org.eclipse.ui.edit.text.folding.restore".
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.