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

T

TAG_ARGUMENTS - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with arguments of the program
TAG_BOOTCLASSPATH - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with ProcessExecutors.getBootClassPath ()
TAG_BOOTCLASSPATH - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with ProcessExecutors.getBootClassPath ()
TAG_CATEGORY - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Category of module for display purposes.
TAG_CLASSNAME - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with name of executed class
TAG_CLASSPATH - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with ProcessExecutors.getClassPath ()
TAG_CLASSPATH - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with ProcessExecutors.getClassPath ()
TAG_DESCRIPTION - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Name of an (optional) JavaHelp-style help set.
TAG_FILES - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with arguments of the program
TAG_FILESYSTEM_HELP - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Help resource for a file system.
TAG_FILESYSTEM_NAME - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Display name of a file system type.
TAG_IDE_DEPENDENCIES - Static variable in class org.openide.modules.ModuleDescription
Deprecated. IDE dependency tag for whole module.
TAG_IMPL_VERSION - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Implementation version tag for whole module.
TAG_INSTALL_AFTER - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Option to install this loader after another.
TAG_INSTALL_BEFORE - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Option to install this loader before another.
TAG_JAVA_DEPENDENCIES - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Java dependency tag for whole module.
TAG_JAVAHOME - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with home directory of JDK
TAG_JAVAHOME - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with install directory of JDK
TAG_JDKHOME - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with root directory of JDK
TAG_JDKHOME - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with install directory of JDK
TAG_LAYER - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Name of (optional) XML filesystem layer.
TAG_LIBRARY - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with ProcessExecutors.getLibraryPath ()
TAG_LIBRARY - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with ProcessExecutors.getLibraryPath ()
TAG_LONG_DESCRIPTION - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Long description of module.
TAG_MAGIC - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Global tag for whole module.
TAG_MAIN - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Name of (optional) main class.
TAG_MODULE_DEPENDENCIES - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Module dependency tag for whole module.
TAG_NAME - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Display name of module.
TAG_NODE_TYPE - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Option to distingiush between different types of nodes.
TAG_PACKAGE_DEPENDENCIES - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Package dependency tag for whole module.
TAG_PATHSEPARATOR - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with separator between path components
TAG_PATHSEPARATOR - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with separator between path components
TAG_REPOSITORY - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with ProcessExecutors.getRepositoryPath ()
TAG_REPOSITORY - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with ProcessExecutors.getRepositoryPath ()
TAG_SECTION_CLASS - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Tag for a section.
TAG_SEPARATOR - Static variable in class org.openide.compiler.ExternalCompilerGroup.Format
Tag replaced with separator between filename components
TAG_SEPARATOR - Static variable in class org.openide.execution.ProcessExecutor.Format
Tag replaced with separator between filename components
TAG_SERVICE_DEFAULT - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Whether this service should be the default for its category.
TAG_SHORT_DESCRIPTION - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Short description of module.
TAG_SPEC_VERSION - Static variable in class org.openide.modules.ModuleDescription
Deprecated. Specification version tag for whole module.
takeLock() - Method in class org.openide.loaders.MultiDataObject.Entry
Try to lock this file entry.
takeLock() - Method in class org.openide.text.DataEditorSupport.Env
Locks the file.
takePrimaryFileLock() - Method in class org.openide.loaders.DataObject
Obtains lock for primary file.
takePrimaryFileLock() - Method in class org.openide.loaders.MultiDataObject
 
targetChooser() - Method in class org.openide.loaders.TemplateWizard
Panel that is used to choose target package and name of the template.
Task - class org.openide.util.Task.
A task that may be executed in a separate thread and permits examination of its status.
TASK_CLEANING - Static variable in class org.openide.compiler.ProgressEvent
Task for cleaning result of (previous) compilation.
TASK_GENERATING - Static variable in class org.openide.compiler.ProgressEvent
Task for generating the output code.
TASK_PARSING - Static variable in class org.openide.compiler.ProgressEvent
Task for parsing source code in preparation.
TASK_UNKNOWN - Static variable in class org.openide.compiler.ProgressEvent
Task for general compiler overhead, unspecified.
TASK_WRITING - Static variable in class org.openide.compiler.ProgressEvent
Task for writing the output code.
Task() - Constructor for class org.openide.util.Task
Constructor for subclasses that wants to control whole execution itself.
Task(Runnable) - Constructor for class org.openide.util.Task
Create a new task.
taskFinished(Task) - Method in interface org.openide.util.TaskListener
Called when a task finishes running.
TaskListener - interface org.openide.util.TaskListener.
Listener which can be notifies when a task finishes.
templateChooser() - Method in class org.openide.loaders.TemplateWizard
Panel that is used to choose a template.
templates() - Method in interface org.openide.Places.Folders
Deprecated. Get the default folder for templates.
TemplateWizard - class org.openide.loaders.TemplateWizard.
Wizard for creation of new objects from a template.
TemplateWizard.Iterator - interface org.openide.loaders.TemplateWizard.Iterator.
The interface for custom iterator.
TemplateWizard() - Constructor for class org.openide.loaders.TemplateWizard
Creates new TemplateWizard
TemplateWizard(TemplateWizard.Iterator) - Constructor for class org.openide.loaders.TemplateWizard
Constructor For wizards that requires the target chooser or template chooser panel.
text() - Method in interface org.openide.src.JavaDocTag
Return the text of this tag, that is, portion beyond tag name.
textField - Variable in class org.openide.NotifyDescriptor.InputLine
The text field used to enter the input.
textToSource(Element) - Method in interface org.openide.cookies.SourceCookie.Editor
Translate a text element to a source element, if it is possible to do so.
ThreadExecutor - class org.openide.execution.ThreadExecutor.
Executes a class in a thread in the current VM.
ThreadExecutor() - Constructor for class org.openide.execution.ThreadExecutor
Create a new thread executor.
throwException - Variable in class org.openide.util.io.NullInputStream
is an exception be thrown while read?
throwException - Variable in class org.openide.util.io.NullOutputStream
is an exception be thrown while read?
toArray() - Method in class org.openide.filesystems.Repository
Returns a sorted array of file systems.
toArray() - Method in class org.openide.loaders.DataLoaderPool
Get an array of loaders that are currently registered.
toArray() - Method in class org.openide.nodes.Sheet
Obtain the array of property sets.
toArray(Object[]) - Method in class org.openide.util.WeakSet
 
toAttributeValue(String) - Static method in class org.openide.xml.XMLUtil
Escape passed string as XML attibute value (<, &, ' and " will be escaped.
toClass() - Method in class org.openide.src.Type
Attempt to get the real class corresponding to this type, using the default class loader.
toClass(ClassLoader) - Method in class org.openide.src.Type
Attempt to get the real class corresponding to this type.
toElementContent(String) - Static method in class org.openide.xml.XMLUtil
Escape passed string as XML element content (<, & and > in ]]> sequences).
toFile(FileObject) - Static method in class org.openide.execution.NbClassPath
Deprecated. You probably should use FileUtil.toFile(org.openide.filesystems.FileObject) instead.
toFile(FileObject) - Static method in class org.openide.filesystems.FileUtil
Finds appropriate java.io.File to FileObject if possible.
ToggleBreakpointAction - class org.openide.actions.ToggleBreakpointAction.
Toggle a breakpoint (e.g. in the Editor).
ToggleBreakpointAction() - Constructor for class org.openide.actions.ToggleBreakpointAction
 
toHandles(Node[]) - Static method in class org.openide.nodes.NodeOp
Takes array of nodes and creates array of handles.
toHex(byte[], int, int) - Static method in class org.openide.xml.XMLUtil
Can be used to encode values that contain invalid XML characters.
toObjectArray(Object) - Static method in class org.openide.util.Utilities
Convert an array of primitive types to an array of objects.
Toolbar - class org.openide.awt.Toolbar.
Toolbar provides a component which is useful for displaying commonly used actions.
Toolbar.DnDEvent - class org.openide.awt.Toolbar.DnDEvent.
DnDEvent is Toolbar's drag and drop event.
Toolbar.DnDEvent(Toolbar, String, int, int, int) - Constructor for class org.openide.awt.Toolbar.DnDEvent
 
Toolbar.DnDListener - interface org.openide.awt.Toolbar.DnDListener.
DnDListener is Drag and Drop listener for Toolbar motion events.
Toolbar() - Constructor for class org.openide.awt.Toolbar
Create a new Toolbar with empty name.
Toolbar(String) - Constructor for class org.openide.awt.Toolbar
Create a new not floatable Toolbar with programmatic name.
Toolbar(String, boolean) - Constructor for class org.openide.awt.Toolbar
Create a new Toolbar.
Toolbar(String, String) - Constructor for class org.openide.awt.Toolbar
Create a new not floatable Toolbar with specified programmatic name and display name
Toolbar(String, String, boolean) - Constructor for class org.openide.awt.Toolbar
Create a new Toolbar.
ToolbarButton - class org.openide.awt.ToolbarButton.
An implementation of a toolbar button.
ToolbarButton(Icon) - Constructor for class org.openide.awt.ToolbarButton
Creates a button with an icon.
ToolbarPool - class org.openide.awt.ToolbarPool.
This class keeps track of the current toolbars and their names.
ToolbarPool.Configuration - interface org.openide.awt.ToolbarPool.Configuration.
Abstract class for toolbar configuration
ToolbarPool(DataFolder) - Constructor for class org.openide.awt.ToolbarPool
Creates a new ToolbarPool.
toolbars() - Method in interface org.openide.Places.Folders
Deprecated. Get the folder for toolbars.
ToolbarToggleButton - class org.openide.awt.ToolbarToggleButton.
An implementation of a toggle toolbar button.
ToolbarToggleButton(Icon) - Constructor for class org.openide.awt.ToolbarToggleButton
Creates a button with an icon.
ToolbarToggleButton(Icon, boolean) - Constructor for class org.openide.awt.ToolbarToggleButton
Creates a toggle button with the specified image and selection state.
ToolsAction - class org.openide.actions.ToolsAction.
A "meta-action" that displays (in a submenu) a list of enabled actions provided by modules.
ToolsAction.Model - interface org.openide.actions.ToolsAction.Model.
Deprecated. Useless, see ActionManager.
ToolsAction() - Constructor for class org.openide.actions.ToolsAction
 
TopComponent - class org.openide.windows.TopComponent.
Embeddable visual component to be displayed in the IDE.
TopComponent.Cloneable - interface org.openide.windows.TopComponent.Cloneable.
Each top component that wishes to be cloned should implement this interface, so CloneAction can check it and call the cloneComponent method.
TopComponent.NodeName - class org.openide.windows.TopComponent.NodeName.
This class provides the connection between the node name and a name of the component.
TopComponent.NodeName(TopComponent) - Constructor for class org.openide.windows.TopComponent.NodeName
Constructs new name adapter that can be attached to any node and will listen on changes of its display name and modify the name of the component.
TopComponent.Registry - interface org.openide.windows.TopComponent.Registry.
Registry of all top components.
TopComponent() - Constructor for class org.openide.windows.TopComponent
Create a top component.
TopComponent(DataObject) - Constructor for class org.openide.windows.TopComponent
Create a top component associated with a data object.
TopManager - class org.openide.TopManager.
Heart of the whole IDE.
TopManager.NodeOperation - class org.openide.TopManager.NodeOperation.
Provides common operations on nodes.
TopManager.NodeOperation() - Constructor for class org.openide.TopManager.NodeOperation
 
TopManager() - Constructor for class org.openide.TopManager
 
toPrimitiveArray(Object[]) - Static method in class org.openide.util.Utilities
Convert an array of objects to an array of primitive types.
toString() - Method in class org.openide.ServiceType.Handle
 
toString() - Method in class org.openide.compiler.CompilerJob
 
toString() - Method in class org.openide.compiler.ExternalCompiler
 
toString() - Method in class org.openide.filesystems.FileSystem
 
toString() - Method in class org.openide.filesystems.FileEvent
 
toString() - Method in class org.openide.filesystems.FileObject
Get fully-qualified filename.
toString() - Method in class org.openide.loaders.InstanceSupport
 
toString() - Method in class org.openide.loaders.DataObject
 
toString() - Method in class org.openide.modules.ModuleDescription
Deprecated.  
toString() - Method in class org.openide.modules.ModuleDescription.Dependency
Deprecated.  
toString() - Method in class org.openide.modules.SpecificationVersion
String representation (Dewey-decimal).
toString() - Method in class org.openide.modules.Dependency
Unspecified string representation for debugging.
toString() - Method in class org.openide.nodes.Node
 
toString() - Method in class org.openide.nodes.DefaultHandle
 
toString() - Method in class org.openide.nodes.NodeMemberEvent
Human presentable information about the event
toString() - Method in class org.openide.nodes.NodeReorderEvent
Human presentable information about the event
toString() - Method in class org.openide.src.Element
Get a string representation of the element.
toString() - Method in class org.openide.src.Import
Get this import as a string.
toString() - Method in class org.openide.src.Identifier
This function was changed to match the behaviour of Type.toString that returns text representation suitable for the source file.
toString() - Method in class org.openide.src.Type
Get a form of this type usable in Java source.
toString() - Method in class org.openide.src.MethodParameter
 
toString() - Method in class org.openide.text.PositionBounds
 
toString() - Method in class org.openide.text.PositionRef
 
toString() - Method in class org.openide.util.Task
 
toString() - Method in class org.openide.util.WeakSet
 
toString() - Method in class org.openide.util.Mutex
toString
toString() - Method in class org.openide.util.WeakListener
To string.
toString() - Method in class org.openide.util.RequestProcessor.Task
 
toString() - Method in class org.openide.util.Lookup.Template
 
toString() - Method in class org.openide.util.Lookup.Item
 
toString() - Method in class org.openide.util.HelpCtx
 
toString() - Method in class org.openide.util.io.FoldingIOException
Deprecated.  
traceInto() - Method in class org.openide.debugger.Debugger
Trace into (a statement).
TraceIntoAction - class org.openide.actions.TraceIntoAction.
Trace into a method in the debugger.
TraceIntoAction() - Constructor for class org.openide.actions.TraceIntoAction
 
traceOver() - Method in class org.openide.debugger.Debugger
Trace over (a statement).
TraceOverAction - class org.openide.actions.TraceOverAction.
Trace over a line in the debugger.
TraceOverAction() - Constructor for class org.openide.actions.TraceOverAction
 
transfer - Variable in class org.openide.filesystems.AbstractFileSystem
Methods for moving of files.
transferable(DataObject, int) - Static method in class org.openide.loaders.LoaderTransfer
Creates transferable that represents an operation, such as cut-to-clipboard.
transferable(Node, int) - Static method in class org.openide.nodes.NodeTransfer
Creates transferable that represents a node operation, such as cut-to-clipboard.
transferableAccepted(Transferable, int) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has been accepted by a drop.
transferableOwnershipLost(Transferable) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has lost ownership in clipboard.
transferableRejected(Transferable) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has been rejected by a drop.
TransferListener - interface org.openide.util.datatransfer.TransferListener.
Allows listening to progress of manipulation with ExTransferable.
translate(String) - Static method in class org.openide.util.Utilities
Handles repackaging whole IDE for runtime compatibility.
tree - Variable in class org.openide.explorer.view.TreeView
Main JTree component.
TreeTableView - class org.openide.explorer.view.TreeTableView.
Explorer view.
TreeTableView() - Constructor for class org.openide.explorer.view.TreeTableView
Create TreeTableView with default NodeTableModel
TreeTableView(NodeTableModel) - Constructor for class org.openide.explorer.view.TreeTableView
Creates TreeTableView with provided NodeTableModel.
TreeView - class org.openide.explorer.view.TreeView.
Tree view abstract class.
TreeView() - Constructor for class org.openide.explorer.view.TreeView
Constructor.
TreeView(boolean, boolean) - Constructor for class org.openide.explorer.view.TreeView
Constructor.
Type - class org.openide.src.Type.
Java types.
TYPE_ADD - Static variable in class org.openide.src.MultiPropertyChangeEvent
Items are being added to the container.
TYPE_COMPOUND - Static variable in class org.openide.src.MultiPropertyChangeEvent
Compound event, resulting from a generic change and comparisons
TYPE_ENVIRONMENT - Static variable in class org.openide.modules.ManifestSection.NodeSection
Deprecated. Type to add an entry to the Environment (in the Explorer).
TYPE_IDE - Static variable in class org.openide.modules.ModuleDescription.Dependency
Deprecated. Dependency on the IDE.
TYPE_IDE - Static variable in class org.openide.modules.Dependency
Dependency on the IDE.
TYPE_JAVA - Static variable in class org.openide.modules.ModuleDescription.Dependency
Deprecated. Dependency on Java.
TYPE_JAVA - Static variable in class org.openide.modules.Dependency
Dependency on Java.
TYPE_MODIFY - Static variable in class org.openide.src.MultiPropertyChangeEvent
Items are being replaced.
TYPE_MODULE - Static variable in class org.openide.modules.ModuleDescription.Dependency
Deprecated. Dependency on another module.
TYPE_MODULE - Static variable in class org.openide.modules.Dependency
Dependency on another module.
TYPE_PACKAGE - Static variable in class org.openide.modules.ModuleDescription.Dependency
Deprecated. Dependency on a package.
TYPE_PACKAGE - Static variable in class org.openide.modules.Dependency
Dependency on a package.
TYPE_REMOVE - Static variable in class org.openide.src.MultiPropertyChangeEvent
Items are being removed from the container.
TYPE_REORDER - Static variable in class org.openide.src.MultiPropertyChangeEvent
Items are being reordered.
TYPE_ROOTS - Static variable in class org.openide.modules.ManifestSection.NodeSection
Deprecated. Type to add an entry to the root nodes.
TYPE_SESSION - Static variable in class org.openide.modules.ManifestSection.NodeSection
Deprecated. Type to add an entry to the Session settings.
type(Object) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Return type of converted object.
types(Node) - Method in interface org.openide.nodes.NodeTransfer.Paste
Method that checks the type of target node and can decide which paste types it supports.
TYPICAL_WINDOWS_TASKBAR_HEIGHT - Static variable in class org.openide.util.Utilities
A height of the windows's taskbar

A B C D E F G H I J K L M N O P Q R S T U V W X Y
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.