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

  




 

 

A B C D E F G H I J L M N O P R S T U V W X

C

CANCEL - Static variable in class org.eclipse.jet. ContextLogEntry
The bit mask value 0x1 for a severity indicating that the diagnosis was canceled.
canDefinePrefix(String, String) - Method in class org.eclipse.jet.compiler. TagLibraryUsageManager
Deprecated. Test whether a prefix can be created.
canDefinePrefix(String, String) - Method in class org.eclipse.jet.core.parser.ast. TagLibraryUsageManager
Test whether a prefix can be created.
canFinish() - Method in class org.eclipse.jet.ui.newproject. NewProjectWizard
 
canLoad(String) - Method in interface org.eclipse.jet.runtime.model. IModelLoader
Indicate whether the model loader can handle a particular file kind.
cbxExtends - Variable in class org.eclipse.jet.ui.newproject. NewJETProjectPage2Controls
 
cbxExtends_selection(SelectionEvent) - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage2
 
cbxExtends_selection(SelectionEvent) - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage2Controls
Selection event handler for NewJETProjectPage2Controls.cbxExtends.
checkCanceled() - Method in class org.eclipse.jet.transform. TransformContextExtender
Check whether the transformation has been canceled and throw a OperationCanceledException if so.
checkpointWorkspace(boolean) - Static method in class org.eclipse.jet.taglib.workspace. ActionsUtil
Deprecated. Use ActionsUtil.checkpointWorkspace(boolean,IProgressMonitor) instead
checkpointWorkspace(boolean, IProgressMonitor) - Static method in class org.eclipse.jet.taglib.workspace. ActionsUtil
Force the workspace to broadcast accumulated workspace change events, and optionally do a build.
clean() - Method in class org.eclipse.jet.compiler. JET2Compiler
Deprecated.  
cleanup() - Method in class org.eclipse.jet.transform. TransformContextExtender
 
clear() - Method in interface org.eclipse.jet.compiler. IJETCompilerState
Deprecated. Clear the compiler state, returning it to its initial condition.
clear() - Method in class org.eclipse.jet.xpath. XPathUtil.NodeSetAdapter
 
clearDefaultLoader(String) - Method in interface org.eclipse.jet.runtime.model. ILoaderManager
Clear the default loader (if any) associated with the file type.
col - Variable in class org.eclipse.jet.taglib. TagInfo
 
Comment - Class in org.eclipse.jet.compiler
Deprecated. Since 0.8.0, use Comment
Comment(JET2AST, Comment) - Constructor for class org.eclipse.jet.compiler. Comment
Deprecated.  
Comment - Class in org.eclipse.jet.core.parser.ast
An JET AST element representing a comment
COMMENT - Static variable in class org.eclipse.jet.xpath.inspector. INodeInspector.NodeKind
A node that contains a document comment, and is contained by either a root node or an element node.
commit(IProgressMonitor) - Method in class org.eclipse.jet.transform. TransformContextExtender
Commit changes.
commit(JET2Context, IProgressMonitor) - Method in interface org.eclipse.jet.transform. TransformContextListener
 
compile(IResource) - Method in class org.eclipse.jet.compiler. JET2Compiler
Deprecated. Compile the passed resource into a Java file.
compile(String) - Method in interface org.eclipse.jet.xpath. XPath
 
COMPILE_PROBLEM_MARKER - Static variable in class org.eclipse.jet.compiler. JET2Compiler
Deprecated. The Marker created by the compiler on all identified problems.
CompileOptionsManager - Class in org.eclipse.jet.compiler
A singleton that managers JET project compile options.
CONDITIONAL - Static variable in class org.eclipse.jet.taglib. CustomTagKind
A tag declared in the tagLibrary extension using the 'conditionalTag' element.
ConditionalTag - Interface in org.eclipse.jet.taglib
Interface to a conditional tag.
CONFIG_ID - Static variable in class org.eclipse.jet.transform. JETLaunchConstants
The JET Launch configuration ID
connect(String, IProgressMonitor) - Method in interface org.eclipse.jet.transform. IJETBundleManager
Record a connection to the specified JET transform bundle.
CONTAINER - Static variable in class org.eclipse.jet.taglib. CustomTagKind
A tag declared in the tagLibrary extension using the 'containerTag' element.
ContainerTag - Interface in org.eclipse.jet.taglib
Interface to a container tag.
contains(Object) - Method in class org.eclipse.jet.xpath. XPathUtil.NodeSetAdapter
 
containsAll(Collection) - Method in class org.eclipse.jet.xpath. XPathUtil.NodeSetAdapter
 
Context - Class in org.eclipse.jet.xpath
Define the XPath Context
Context(Object, IAnnotationManager) - Constructor for class org.eclipse.jet.xpath. Context
 
Context(Object, Map, IAnnotationManager) - Constructor for class org.eclipse.jet.xpath. Context
 
Context(Object, XPathVariableResolver, IAnnotationManager) - Constructor for class org.eclipse.jet.xpath. Context
 
Context(Object, XPathVariableResolver, IAnnotationManager, XPathFunctionResolver) - Constructor for class org.eclipse.jet.xpath. Context
 
ContextLogEntry - Class in org.eclipse.jet
Entry in the log created by JET2Context log methods
ContextLogEntry.Builder - Class in org.eclipse.jet
Builder for ContextLogEntry entities
ContextLogEntry.Builder(ContextLogEntry[]) - Constructor for class org.eclipse.jet. ContextLogEntry.Builder
Create a ContextLogEntry Builder that summarizes a collection of other ContextLog Entries.
ContextLogEntry.Builder(int) - Constructor for class org.eclipse.jet. ContextLogEntry.Builder
Create a ContextLogEntry Builder for a single entry with the indicated severity
copyElement(Object, Object, String, boolean) - Method in interface org.eclipse.jet.xpath.inspector. IElementInspector
Make a copy of srcElement under tgtParent with the specified name.
copyElement(Object, Object, String, boolean) - Method in class org.eclipse.jet. XPathContextExtender
Copy srcElement as a new element with the specified name under tgtParent.
CopyElementException - Exception in org.eclipse.jet.xpath.inspector
Thrown during if an error occurs during the execution of IElementInspector.copyElement(Object, Object, String, boolean).
CopyElementException() - Constructor for exception org.eclipse.jet.xpath.inspector. CopyElementException
 
CopyElementException(String) - Constructor for exception org.eclipse.jet.xpath.inspector. CopyElementException
 
CopyElementException(String, Throwable) - Constructor for exception org.eclipse.jet.xpath.inspector. CopyElementException
 
CopyElementException(Throwable) - Constructor for exception org.eclipse.jet.xpath.inspector. CopyElementException
 
CoreJETException - Exception in org.eclipse.jet
Represents an exception in the core JET engine
CoreJETException() - Constructor for exception org.eclipse.jet. CoreJETException
 
CoreJETException(Throwable) - Constructor for exception org.eclipse.jet. CoreJETException
Create an exception wrapping another exception
CoreJETException(String) - Constructor for exception org.eclipse.jet. CoreJETException
Create a CoreJETException
CoreJETException(String, Throwable) - Constructor for exception org.eclipse.jet. CoreJETException
Create a CoreJETException
create() - Method in interface org.eclipse.jet.runtime.model. ILoaderFactory
Create a new instance of the model loader.
createAttribute(Object, String, String) - Method in interface org.eclipse.jet.xpath.inspector. IElementInspector
Create the named attribute on the context node (which is an ELEMENT) and set its value to the passed value.
createControl(Composite) - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage1
 
createControl(Composite) - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage1Controls
 
createControl(Composite) - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage2
 
createControl(Composite) - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage2Controls
 
createCustomTag(String) - Method in interface org.eclipse.jet.taglib. TagInstanceFactory
 
createExpression(String) - Method in class org.eclipse.jet.core.expressions. EmbeddedExpressionFactory
Create an expression using the default expression language
createExpression(String, String) - Method in class org.eclipse.jet.core.expressions. EmbeddedExpressionFactory
 
createExtendedData(JET2Context) - Method in class org.eclipse.jet. AbstractContextExtender
Deprecated. Called by the AbstractContextExtender constructor if the extender's data has not yet been created in the context.
createExtendedData(JET2Context) - Method in class org.eclipse.jet. XPathContextExtender
 
createMarkerOnWriter(JET2Writer, int, int, String, TagInfo, String) - Static method in class org.eclipse.jet.taglib. MarkerHelper
Specify a region of the writer that will become a workspace marker when the file contents are committed.
createProblem(ProblemSeverity, int, String, Object[], int, int, int, int) - Method in class org.eclipse.jet.compiler. JET2CompilationUnit
Deprecated. Create a new problem on the compilation unit
createProblem(ProblemSeverity, int, String, Object[], int, int, int, int) - Method in class org.eclipse.jet.core.parser.ast. JETCompilationUnit
Create a new problem on the compilation unit
createProject(IProject, IProgressMonitor) - Static method in class org.eclipse.jet.taglib.workspace. ActionsUtil
Create a new project.
createProject(IProject, IProjectDescription, IProgressMonitor) - Static method in class org.eclipse.jet.taglib.workspace. ActionsUtil
Create a new project.
createRuntimeTag(String, String, String, TagInfo) - Method in interface org.eclipse.jet.taglib. TagFactory
 
createTemplateInput(URI, String) - Method in class org.eclipse.jet.core.parser. AbstractTemplateResolver
Create a Template Input from the give base location and templatePath
createTemplateInput(URI, String) - Method in class org.eclipse.jet.core.parser. DefaultTemplateResolver
Create a Template Input from the give base location and templatePath
createTemplateInput(String) - Method in interface org.eclipse.jet.core.parser. ITemplateResolverHelper
Create a template input for the given templatePath.
createTransformFiles() - Method in class org.eclipse.jet.compiler. JET2Compiler
Deprecated. Create the Template Loader class for the project
currentXPathContextObject() - Method in class org.eclipse.jet. XPathContextExtender
Return the current XPath context object.
CustomTag - Interface in org.eclipse.jet.taglib
Interface representing common characteristics of JET2 custom tags.
CustomTagKind - Class in org.eclipse.jet.taglib
An enumeration of the deferent kinds of tags.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I J L M N O P R S T U V W X

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