Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
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.
 

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

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire