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 JDT
Release 3.5

org.eclipse.jdt.ui.text
Interface IJavaPartitions


public interface IJavaPartitions

Definition of Java partitioning and its partitions.

Since:
3.1

Field Summary
static  String JAVA_CHARACTER
          The identifier of the Java character partition content type.
static  String JAVA_DOC
          The identifier of the Javadoc (JLS2: DocumentationComment) partition content type.
static  String JAVA_MULTI_LINE_COMMENT
          The identifier multi-line (JLS2: TraditionalComment) comment partition content type.
static  String JAVA_PARTITIONING
          The identifier of the Java partitioning.
static  String JAVA_SINGLE_LINE_COMMENT
          The identifier of the single-line (JLS2: EndOfLineComment) end comment partition content type.
static  String JAVA_STRING
          The identifier of the Java string partition content type.
 

Field Detail

JAVA_PARTITIONING

static final 
String JAVA_PARTITIONING
The identifier of the Java partitioning.

See Also:
Constant Field Values

JAVA_SINGLE_LINE_COMMENT

static final 
String JAVA_SINGLE_LINE_COMMENT
The identifier of the single-line (JLS2: EndOfLineComment) end comment partition content type.

See Also:
Constant Field Values

JAVA_MULTI_LINE_COMMENT

static final 
String JAVA_MULTI_LINE_COMMENT
The identifier multi-line (JLS2: TraditionalComment) comment partition content type.

See Also:
Constant Field Values

JAVA_DOC

static final 
String JAVA_DOC
The identifier of the Javadoc (JLS2: DocumentationComment) partition content type.

See Also:
Constant Field Values

JAVA_STRING

static final 
String JAVA_STRING
The identifier of the Java string partition content type.

See Also:
Constant Field Values

JAVA_CHARACTER

static final 
String JAVA_CHARACTER
The identifier of the Java character partition content type.

See Also:
Constant Field Values

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

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