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

I

IAnnotationManager - Interface in org.eclipse.jet.xpath
Interface that manages annotations of model elements.
ID - Static variable in class org.eclipse.jet.transform. JETLaunchConstants
The name of the 'id' attribute in the launch configuration.
IElementInspector - Interface in org.eclipse.jet.xpath.inspector
Specialization of INodeInspector for nodes where getNodeKind() returns ELEMENT.
IEmbeddedExpression - Interface in org.eclipse.jet.core.expressions
Protocol for embedded expression evaluators
IJETBundleDescriptor - Interface in org.eclipse.jet.transform
Provide descriptive information about a JET Project/transform/bundle.
IJETBundleManager - Interface in org.eclipse.jet.transform
Define the interface to the manager for loading/unloading and describing JET transform bundles.
IJETCompilerState - Interface in org.eclipse.jet.compiler
Deprecated. Use JETASTParser
IJETParser - Interface in org.eclipse.jet.core.parser
Define the behavior of a JET Parser
IJETRunnable - Interface in org.eclipse.jet.transform
Interface defining a series of actions to perform against a JET bundle.
ILoadContext - Interface in org.eclipse.jet.runtime.model
A named URL context for model loading.
ILoaderFactory - Interface in org.eclipse.jet.runtime.model
Factory for an IModelLoader instance.
ILoaderManager - Interface in org.eclipse.jet.runtime.model
Interface to the manager for model loaders.
IModelLoader - Interface in org.eclipse.jet.runtime.model
Loads an object model given an URL reference to a model, or a string form of that model.
IModelLoaderDescription - Interface in org.eclipse.jet.runtime.model
A description of a model loader This interface is not intended to be implemented by clients.
IncludedContent - Class in org.eclipse.jet.core.parser.ast
Container for content included as a result of a JET V1 <%@include %> directive.
INFO - Static variable in class org.eclipse.jet. ContextLogEntry
The bit mask value 0x1 for a severity indicating there is an informational message.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.jet.ui.newproject. NewProjectWizard
 
INodeInspector - Interface in org.eclipse.jet.xpath.inspector
Interface providing the XPath parser with information on a particular object.
INodeInspector.NodeKind - Class in org.eclipse.jet.xpath.inspector
A type safe enumeration of node kinds recognized by the JET XPath engine.
INodeInspectorExtension1 - Interface in org.eclipse.jet.xpath.inspector
An optional extension interface of INodeInspector allowing faster access to named child nodes.
inputExists(URI, String) - Method in class org.eclipse.jet.core.parser. AbstractTemplateResolver
Test whether the template input exists.
inputExists(URI, String) - Method in class org.eclipse.jet.core.parser. DefaultTemplateResolver
Test whether the template input exists.
inputExists(String) - Method in interface org.eclipse.jet.core.parser. ITemplateResolverHelper
Test if templatePath exists
InspectorManager - Class in org.eclipse.jet.xpath.inspector
Manager for finding XPath Inspectors for classes
InvalidChildException - Exception in org.eclipse.jet.xpath.inspector
Represent an inconsistency between at child element's parent, and its parent as specified in a method call.
InvalidChildException(Object, ExpandedName, Object) - Constructor for exception org.eclipse.jet.xpath.inspector. InvalidChildException
Create an exception instance
IProblem - Interface in org.eclipse.jet.core.parser
Describe a parsing problem This interface is not intended to be implemented by clients
isAutoImport() - Method in interface org.eclipse.jet.taglib. TagLibraryReference
Test whether the tag library is automatically imported bundle templates.
isCanceled() - Method in class org.eclipse.jet.transform. TransformContextExtender
Test whether the transformation has been canceled.
isContentAllowed() - Method in interface org.eclipse.jet.taglib. TagDefinition
Test whether the tag is allowed to have content (even empty content).
isDeprecated() - Method in interface org.eclipse.jet.taglib. TagAttributeDefinition
Test if the element has been deprecated
isDeprecated() - Method in interface org.eclipse.jet.taglib. TagDefinition
Test if the tag is declared to be deprecated.
isDeprecated() - Method in interface org.eclipse.jet.taglib. TagLibrary
Test if the tag library has been deprecated.
isEmpty() - Method in class org.eclipse.jet.xpath. XPathUtil.NodeSetAdapter
 
isEmptyTagAllowed() - Method in interface org.eclipse.jet.taglib. TagDefinition
Test whether the tag is allowed to be specified in the empty tag form: <tagName/>.
isEnableEmbeddedExpressions() - Method in interface org.eclipse.jet.transform. IJETBundleDescriptor
Tests whether embedded language expressions are allowed in the transforms templates.
isExtension() - Method in class org.eclipse.jet.ui.newproject. NewJETProjectPage2
 
isJET2SourceFile(IResource) - Method in class org.eclipse.jet.compiler. JET2Compiler
Deprecated. Test whether the supplied resource is a compilable JET2 source file.
isKnownInvalidTagName(String) - Method in class org.eclipse.jet.compiler. TagLibraryUsageManager
Deprecated. Test whether the tag name passed is known to be an invalid name by the manager.
isKnownInvalidTagName(String) - Method in class org.eclipse.jet.core.parser.ast. TagLibraryUsageManager
Test whether the tag name passed is known to be an invalid name by the manager.
isKnownTag(String) - Method in class org.eclipse.jet.compiler. TagLibraryUsageManager
Deprecated. Test whether the tag name passed is know to this manager
isKnownTag(String) - Method in class org.eclipse.jet.core.parser.ast. TagLibraryUsageManager
Test whether the tag name passed is know to this manager
isLibraryDefined(String) - Method in class org.eclipse.jet.compiler. TagLibraryUsageManager
Deprecated.  
isLibraryDefined(String) - Method in class org.eclipse.jet.core.parser.ast. TagLibraryUsageManager
 
isPrivate() - Method in interface org.eclipse.jet.transform. IJETBundleDescriptor
Tests whether the transform is declared to be private.
isRequired() - Method in interface org.eclipse.jet.taglib. TagAttributeDefinition
Test if the element is required
isText() - Method in interface org.eclipse.jet.core.expressions. IEmbeddedExpression
Test whether the expression contains nothing but text.
isTrimFirstLine() - Method in class org.eclipse.jet.compiler. TextElement
Deprecated.  
isTrimFirstLine() - Method in class org.eclipse.jet.core.parser.ast. TextElement
 
isTrimLastLine() - Method in class org.eclipse.jet.compiler. TextElement
Deprecated.  
isTrimLastLine() - Method in class org.eclipse.jet.core.parser.ast. TextElement
 
ITagLibraryResolver - Interface in org.eclipse.jet.core.parser
Protocol for resolving Tag library ids into instances of TagLibrary
ITemplateInput - Interface in org.eclipse.jet.core.parser
Encapsulate a JET Templates input
ITemplateResolver - Interface in org.eclipse.jet.core.parser
Protocol for resolving JET template paths into actual input - used by the JET parser and compiler.
ITemplateResolverHelper - Interface in org.eclipse.jet.core.parser
Protocal for template resolver that is responsible for resolving templates from a single base location which is communicated to the helper on creation.
ITemplateResolverHelperFactory - Interface in org.eclipse.jet.core.parser
Protocol for a factory that creates ITemplateResolverHelper instances.
ITERATING - Static variable in class org.eclipse.jet.taglib. CustomTagKind
A tag declared in the tagLibrary extension using the 'iteratingTag' element.
IteratingTag - Interface in org.eclipse.jet.taglib
Define the behavior of a JET2 iterating tag.
iterator() - Method in class org.eclipse.jet.xpath. XPathUtil.NodeSetAdapter
 
IWorkspaceAction - Interface in org.eclipse.jet.taglib.workspace
Represents a workspace action managed by WorkspaceContextExtender.
IWorkspaceAction2 - Interface in org.eclipse.jet.taglib.workspace
Enhanced workspace action protocol based on IWorkspaceAction that provides feedback on whether an action IO action was performed.
IWorkspaceActionExtension - Interface in org.eclipse.jet.taglib.workspace
Extension to IWorkspaceAction that permits actions to avoid unnecessary file IO if the generated contents have not changed and the contents is generated by a BufferedJET2Writer.
IWriterListener - Interface in org.eclipse.jet
Callback interface allowing participation in the finalization of a JET2Writer's content.
IWriterListenerExtension - Interface in org.eclipse.jet
Extension interface to IWriterListener allowing finalizeContent handlers to receive existing file contents

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