站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

T-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

TYPE_IDE - Static variable in class org.openide.modules.Dependency
Dependency on the IDE.
TYPE_JAVA - Static variable in class org.openide.modules.Dependency
Dependency on Java.
TYPE_MODULE - Static variable in class org.openide.modules.Dependency
Dependency on another module.
TYPE_PACKAGE - Static variable in class org.openide.modules.Dependency
Dependency on a package.
TYPE_REQUIRES - Static variable in class org.openide.modules.Dependency
Dependency on a token.
TYPICAL_WINDOWS_TASKBAR_HEIGHT - Static variable in class org.openide.util.Utilities
A height of the windows's taskbar
Task - class org.openide.util.Task.
A task that may be executed in a separate thread and permits examination of its status.
Task(Runnable) - Constructor for class org.openide.util.Task
Create a new task.
Task() - Constructor for class org.openide.util.Task
Constructor for subclasses that wants to control whole execution itself.
TaskListener - interface org.openide.util.TaskListener.
Listener which can be notifies when a task finishes.
ToolbarButton - class org.openide.awt.ToolbarButton.
Deprecated. This class was a workaround for JDK 1.2 era Windows Look and feel issues. All implementation code has been removed. It is here only for backward compatibility.
ToolbarButton() - Constructor for class org.openide.awt.ToolbarButton
Deprecated.  
ToolbarButton(Icon) - Constructor for class org.openide.awt.ToolbarButton
Deprecated.  
ToolbarToggleButton - class org.openide.awt.ToolbarToggleButton.
Deprecated. This class was a workaround for JDK 1.2 era Windows Look and feel issues. All implementation code has been removed. It is here only for backward compatibility.
ToolbarToggleButton() - Constructor for class org.openide.awt.ToolbarToggleButton
Deprecated.  
ToolbarToggleButton(Icon) - Constructor for class org.openide.awt.ToolbarToggleButton
Deprecated.  
ToolbarToggleButton(Icon, boolean) - Constructor for class org.openide.awt.ToolbarToggleButton
Deprecated.  
ToolsAction - class org.openide.actions.ToolsAction.
A "meta-action" that displays (in a submenu) a list of enabled actions provided by modules.
ToolsAction() - Constructor for class org.openide.actions.ToolsAction
 
ToolsAction.Model - interface org.openide.actions.ToolsAction.Model.
Deprecated. Useless, see ActionManager.
TopComponent - class org.openide.windows.TopComponent.
Embeddable visual component to be displayed in the IDE.
TopComponent() - Constructor for class org.openide.windows.TopComponent
Create a top component.
TopComponent(Lookup) - Constructor for class org.openide.windows.TopComponent
Creates a top component for a provided lookup that will delegate take and synchronize activated nodes and ActionMap from a provided lookup.
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.
TopComponentGroup - interface org.openide.windows.TopComponentGroup.
Represents window group.
TopologicalSortException - exception org.openide.util.TopologicalSortException.
Exception that signals that a topological sort failed due to unsortable nature of the graph and that provides support for reporting and recovering from that state.
TransferListener - interface org.openide.util.datatransfer.TransferListener.
Allows listening to progress of manipulation with ExTransferable.
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.
taskFinished(Task) - Method in interface org.openide.util.TaskListener
Called when a task finishes running.
textField - Variable in class org.openide.NotifyDescriptor.InputLine
The text field used to enter the input.
throwException - Variable in class org.openide.util.io.NullInputStream
True if attempting to read from the stream should throw an IOException.
throwException - Variable in class org.openide.util.io.NullOutputStream
is an exception be thrown while read?
toArray() - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
toArray() - Method in class org.openide.nodes.Sheet
Obtain the array of property sets.
toArray(Object[]) - Method in class org.openide.util.WeakSet
 
toArray() - 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.
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.filesystems.FileUtil
Finds appropriate java.io.File to FileObject if possible.
toFile(URL) - Static method in class org.openide.util.Utilities
Deprecated. Use URI.URI(String) and File.File(URI) instead under JDK 1.4. (There was no proper equivalent under JDK 1.3.)
toFileObject(File) - Static method in class org.openide.filesystems.FileUtil
Converts a disk file to a matching file object.
toFront() - Method in class org.openide.windows.TopComponent
Attempts to bring the parent Window or Frame of this TopComponent to front of other windows.
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.
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.explorer.propertysheet.PropertyEnv
 
toString() - Method in class org.openide.explorer.propertysheet.PropertyPanel
Overridden to provide information from the embedded property renderer if not in custom editor mode
toString() - Method in class org.openide.filesystems.FileEvent
 
toString() - Method in class org.openide.filesystems.FileObject
Gets a textual represtentation of this FileObject.
toString() - Method in class org.openide.filesystems.FileSystem
 
toString() - Method in class org.openide.modules.Dependency
Unspecified string representation for debugging.
toString() - Method in class org.openide.modules.SpecificationVersion
String representation (Dewey-decimal).
toString() - Method in class org.openide.nodes.DefaultHandle
 
toString() - Method in class org.openide.nodes.Node
 
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.text.PositionBounds
 
toString() - Method in class org.openide.text.PositionRef
 
toString() - Method in class org.openide.util.HelpCtx
 
toString() - Method in class org.openide.util.Lookup.Item
 
toString() - Method in class org.openide.util.Lookup.Template
 
toString() - Method in class org.openide.util.Mutex
toString
toString() - Method in class org.openide.util.RequestProcessor.Task
 
toString() - Method in class org.openide.util.Task
 
toString() - Method in class org.openide.util.WeakListener
Deprecated.  
toString() - Method in class org.openide.util.WeakSet
 
toString() - Method in class org.openide.util.io.FoldingIOException
Deprecated.  
toString() - Method in class org.openide.util.lookup.AbstractLookup
 
toString() - Method in class org.openide.util.lookup.ProxyLookup
 
toURL(File) - Static method in class org.openide.util.Utilities
Deprecated. Use File.toURI() and URI.toURL() instead under JDK 1.4. (File.toURL() is buggy in JDK 1.3 and the bugs are not fixed in JDK 1.4.)
topComponentActivatedNodesChanged(TopComponent, Node[]) - Method in class org.openide.windows.WindowManager
Informs about change of activated nodes of specified TopComponent.
topComponentCancelRequestAttention(TopComponent) - Method in class org.openide.windows.WindowManager
Stop this TopComponent's tab from flashing if it is flashing.
topComponentClose(TopComponent) - Method in class org.openide.windows.WindowManager
Provides closing of specified TopComponent.
topComponentDefaultActions(TopComponent) - Method in class org.openide.windows.WindowManager
Gets default list of actions which appear in popup menu of TopComponent.
topComponentDisplayNameChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
Informs about change of display name of specified TopComponent.
topComponentID(TopComponent, String) - Method in class org.openide.windows.WindowManager
Returns unique ID for specified TopComponent.
topComponentIconChanged(TopComponent, Image) - Method in class org.openide.windows.WindowManager
Informs about chagne of icon of specified TopComponent.
topComponentIsOpened(TopComponent) - Method in class org.openide.windows.WindowManager
Indicates whether specified TopComponent is opened.
topComponentOpen(TopComponent) - Method in class org.openide.windows.WindowManager
Provides opening of specified TopComponent.
topComponentRequestActive(TopComponent) - Method in class org.openide.windows.WindowManager
Provides activation of specified TopComponent.
topComponentRequestAttention(TopComponent) - Method in class org.openide.windows.WindowManager
Cause this TopComponent's tab to flash or otherwise draw the users' attention to it.
topComponentRequestVisible(TopComponent) - Method in class org.openide.windows.WindowManager
Provides selection of specfied TopComponent.
topComponentToFront(TopComponent) - Method in class org.openide.windows.WindowManager
Attempts to bring the parent Window of the given TopComponent to front of other windows.
topComponentToolTipChanged(TopComponent, String) - Method in class org.openide.windows.WindowManager
Informs about change of tooltip of specified TopComponent.
topologicalSets() - Method in class org.openide.util.TopologicalSortException
As the full topological sort cannot be finished due to cycles in the graph this methods performs a partition topological sort.
topologicalSort(Collection, Map) - Static method in class org.openide.util.Utilities
Topologically sort some objects.
transfer - Variable in class org.openide.filesystems.AbstractFileSystem
Methods for moving of files.
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.
translate(String) - Static method in class org.openide.util.Utilities
Provides support for parts of the system that deal with classnames (use Class.forName, NbObjectInputStream, etc.).
tree - Variable in class org.openide.explorer.view.TreeView
Main JTree component.
treeTable - Variable in class org.openide.explorer.view.TreeTableView
The table
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.

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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.