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

A

AbstractCompileAction - class org.openide.actions.AbstractCompileAction.
Compilation action--compiles all selected nodes.
AbstractCompileAction() - Constructor for class org.openide.actions.AbstractCompileAction
 
AbstractFileSystem - class org.openide.filesystems.AbstractFileSystem.
Implementation of FileSystem that simplifies the most common tasks.
AbstractFileSystem.Attr - interface org.openide.filesystems.AbstractFileSystem.Attr.
Handle attributes of files.
AbstractFileSystem.Change - interface org.openide.filesystems.AbstractFileSystem.Change.
Controls modification of files.
AbstractFileSystem.Info - interface org.openide.filesystems.AbstractFileSystem.Info.
Information about files.
AbstractFileSystem.List - interface org.openide.filesystems.AbstractFileSystem.List.
Provides access to the hierarchy of resources.
AbstractFileSystem.Transfer - interface org.openide.filesystems.AbstractFileSystem.Transfer.
Controls on moving of files.
AbstractFileSystem() - Constructor for class org.openide.filesystems.AbstractFileSystem
 
AbstractLookup - class org.openide.util.lookup.AbstractLookup.
Implementation of the lookup from OpenAPIs that is based on the introduction of Item.
AbstractLookup.Content - class org.openide.util.lookup.AbstractLookup.Content.
A class that can be used by the creator of the AbstractLookup to control its content.
AbstractLookup.Content() - Constructor for class org.openide.util.lookup.AbstractLookup.Content
 
AbstractLookup.Pair - class org.openide.util.lookup.AbstractLookup.Pair.
Extension to the default lookup item that offers additional information for the data structures use in AbstractLookup
AbstractLookup.Pair() - Constructor for class org.openide.util.lookup.AbstractLookup.Pair
For use by subclasses.
AbstractLookup() - Constructor for class org.openide.util.lookup.AbstractLookup
Default constructor for subclasses that do not need to provide a content
AbstractLookup(AbstractLookup.Content) - Constructor for class org.openide.util.lookup.AbstractLookup
Constructor to create this lookup and associate it with given Content.
AbstractNode - class org.openide.nodes.AbstractNode.
A basic implementation of a node.
AbstractNode(Children) - Constructor for class org.openide.nodes.AbstractNode
Create a new abstract node with a given child set.
accept(Node) - Method in interface org.openide.explorer.view.MenuView.Acceptor
Deprecated. whole interface is obsoleted, use NodeAcceptor.acceptNodes(org.openide.nodes.Node[]) instead.
accept(Object) - Method in class org.openide.util.enum.FilterEnumeration
Filters objects.
accept(Object) - Method in class org.openide.util.enum.RemoveDuplicatesEnumeration
Filters objects.
acceptContainer(DataObject.Container) - Method in class org.openide.loaders.FolderInstance
Allows subclasses to decide how they want to work with an object that implements a DataObject.Container.
acceptContainer(DataObject.Container) - Method in class org.openide.loaders.FolderLookup
Container is recognized as underlying FolderLookup which passes its items to parent FolderLookup.
acceptCookie(InstanceCookie) - Method in class org.openide.loaders.FolderInstance
Allows subclasses to decide whether they want to work with the specified InstanceCookie or not.
acceptDataObject(DataObject) - Method in interface org.openide.loaders.DataFilter
Should the data object be displayed or not?
acceptDataObject(DataObject) - Method in class org.openide.loaders.FolderInstance
Allows subclasses to decide whether they want to work with the specified DataObject or not.
accepted(int) - Method in interface org.openide.util.datatransfer.TransferListener
Accepted by a drop operation.
acceptFileObject(FileObject) - Method in class org.openide.execution.ScriptType
The script type can decide whether it will be able to execute the given file object.
acceptFolder(DataFolder) - Method in class org.openide.loaders.FolderInstance
Allows subclasses to decide how they want to work with a provided folder.
acceptFolder(DataFolder) - Method in class org.openide.loaders.FolderLookup
Folder is recognized as underlying FolderLookup which passes its items to parent FolderLookup.
acceptMimeType(String) - Method in class org.openide.text.IndentEngine
Allow subclasses to decide whether they are suitable for the given mime-type or not.
acceptNodes(Node[]) - Method in interface org.openide.nodes.NodeAcceptor
Is the set of nodes acceptable?
action - Variable in class org.openide.explorer.view.MenuView.Menu
Action listener to attach to all menu items.
action - Variable in class org.openide.explorer.view.MenuView.MenuItem
The action listener to attach to all menu items.
ACTION_BREAKPOINT_HIT - Static variable in class org.openide.debugger.Debugger
 
ACTION_STEP_OUT - Static variable in class org.openide.debugger.Debugger
 
ACTION_TRACE_INTO - Static variable in class org.openide.debugger.Debugger
 
ACTION_TRACE_OVER - Static variable in class org.openide.debugger.Debugger
 
ActionManager - class org.openide.actions.ActionManager.
Collects access methods to implementation depended functionality for actions package.
ActionManager() - Constructor for class org.openide.actions.ActionManager
 
actionPerformed(ActionEvent) - Method in class org.openide.actions.HelpAction
 
actionPerformed(ActionEvent) - Method in class org.openide.actions.ToolsAction
 
actionPerformed(ActionEvent) - Method in class org.openide.actions.FileSystemAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.SystemAction
Actually perform the action.
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.CallableSystemAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.NodeAction
Perform the action with a specific action event.
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.ProjectSensitiveAction
 
actionPerformed(ActionEvent) - Method in class org.openide.util.actions.BooleanStateAction
 
ActionPerformer - interface org.openide.util.actions.ActionPerformer.
Specifies how an action should be performed.
Actions - class org.openide.awt.Actions.
Supporting class for manipulation with menu and toolbar presenters.
Actions.CheckboxMenuItem - class org.openide.awt.Actions.CheckboxMenuItem.
CheckboxMenuItem extends the java.awt.CheckboxMenuItem and adds a connection to Corona boolean state actions.
Actions.CheckboxMenuItem(BooleanStateAction, boolean) - Constructor for class org.openide.awt.Actions.CheckboxMenuItem
Constructs a new ActCheckboxMenuItem with the specified label and connects it to the given BooleanStateAction.
Actions.MenuItem - class org.openide.awt.Actions.MenuItem.
Actions.MenuItem extends the java.awt.MenuItem and adds a connection to Corona system actions.
Actions.MenuItem(SystemAction, boolean) - Constructor for class org.openide.awt.Actions.MenuItem
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenu - class org.openide.awt.Actions.SubMenu.
SubMenu provides easy way of displaying submenu items based on SubMenuModel.
Actions.SubMenu(SystemAction, Actions.SubMenuModel) - Constructor for class org.openide.awt.Actions.SubMenu
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenu(SystemAction, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
Constructs a new ActMenuItem with the specified label and no keyboard shortcut and connects it to the given SystemAction.
Actions.SubMenuModel - interface org.openide.awt.Actions.SubMenuModel.
Interface for the creating Actions.SubMenu.
Actions.ToolbarButton - class org.openide.awt.Actions.ToolbarButton.
Component shown in toolbar, representing an action.
Actions.ToolbarButton(SystemAction) - Constructor for class org.openide.awt.Actions.ToolbarButton
 
Actions.ToolbarToggleButton - class org.openide.awt.Actions.ToolbarToggleButton.
The Component for BooleeanState action that is to be shown in a toolbar.
Actions.ToolbarToggleButton(BooleanStateAction) - Constructor for class org.openide.awt.Actions.ToolbarToggleButton
Constructs a new ActToolbarToggleButton for specified action
actions() - Method in interface org.openide.Places.Folders
Deprecated. Get the folder for actions pool.
Actions() - Constructor for class org.openide.awt.Actions
 
activate() - Method in interface org.openide.awt.ToolbarPool.Configuration
Activates the configuration and returns right component that can display the configuration.
activate() - Method in interface org.openide.windows.Workspace
Activates this workspace to be current one.
activateComponent(TopComponent) - Method in class org.openide.windows.WindowManager
Activate a component.
ADD - Static variable in interface org.openide.src.SourceElement.Impl
Add some top-level classes.
ADD - Static variable in interface org.openide.src.JavaDoc
Serves as second parameter in method JavaDoc.changeTags(org.openide.src.JavaDocTag[], int).
ADD - Static variable in interface org.openide.src.ClassElement.Impl
Add some items.
ADD_BOTTOM - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a component to the bottom(right) pane (an alias for the ADD_SECOND constant)
ADD_FIRST - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a component to the first (left/top) pane
ADD_LEFT - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a component to the left(top) pane (an alias for the ADD_FIRST constant)
ADD_RIGHT - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a component to the right(bottom) pane (an alias for the ADD_SECOND constant)
ADD_SECOND - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a component to the second (right/bottom) pane
ADD_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a splitter
ADD_TOP - Static variable in class org.openide.awt.SplittedPanel
constraints constant for adding a component to the top(left) pane (an alias for the ADD_FIRST constant)
add(Class[], CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
Registers a Factory for given cookie classes
add(Class, CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
Registers a Factory for given cookie class
add(Collection) - Method in class org.openide.compiler.CompilerJob
Adds compilers into the job.
add(Compiler) - Method in class org.openide.compiler.CompilerJob
Adds a compiler into the job.
add(Compiler) - Method in class org.openide.compiler.CompilerGroup
Add a compiler to the group.
add(Compiler) - Method in class org.openide.compiler.ExternalCompilerGroup
 
add(Node.Cookie) - Method in class org.openide.nodes.CookieSet
Add a new cookie to the set.
add(Node[]) - Method in class org.openide.nodes.Children
Add nodes this container.
add(Node[]) - Method in class org.openide.nodes.Children.Array
 
add(Node[]) - Method in class org.openide.nodes.Children.Keys
 
add(Node[]) - Method in class org.openide.nodes.FilterNode.Children
 
add(Node[]) - Method in class org.openide.nodes.Children.Map
Does nothing.
add(Object) - Method in class org.openide.util.WeakSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class org.openide.util.lookup.InstanceContent
The method to add instance to the lookup with.
add(Object, InstanceContent.Convertor) - Method in class org.openide.util.lookup.InstanceContent
The method to add instance to the lookup with.
add(SystemOption) - Method in class org.openide.options.ControlPanel
Deprecated. Use a declaration in a manifest file.
addAnnotation(Annotation) - Method in class org.openide.text.Annotatable
Add annotation to this Annotatable class
addAnnotation(Annotation) - Method in class org.openide.text.DocumentLine
Add annotation to this Annotatable class
addAnnotation(Position, int, Annotation) - Method in interface org.openide.text.NbDocument.Annotatable
Add annotation to the document.
addAnnotation(StyledDocument, Position, int, Annotation) - Static method in class org.openide.text.NbDocument
Add annotation to the document.
addChangeListener(ChangeListener) - Method in interface org.openide.WizardDescriptor.Iterator
Add a listener to changes of the current panel.
addChangeListener(ChangeListener) - Method in interface org.openide.WizardDescriptor.Panel
Add a listener to changes of the panel's validity.
addChangeListener(ChangeListener) - Method in class org.openide.WizardDescriptor.ArrayIterator
 
addChangeListener(ChangeListener) - Method in interface org.openide.actions.ToolsAction.Model
Deprecated.  
addChangeListener(ChangeListener) - Method in interface org.openide.awt.Actions.SubMenuModel
Adds change listener for changes of the model.
addChangeListener(ChangeListener) - Method in interface org.openide.awt.UndoRedo
Add a change listener.
addChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Manager
 
addChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Empty
 
addChangeListener(ChangeListener) - Method in class org.openide.loaders.DataLoaderPool
Add a new listener to the listener list.
addChangeListener(ChangeListener) - Method in class org.openide.loaders.DataObject.Registry
Add new listener to changes in the set of modified objects.
addChangeListener(ChangeListener) - Method in interface org.openide.nodes.Index
Add a new listener to the listener list.
addChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.Support
 
addChangeListener(ChangeListener) - Method in class org.openide.nodes.CookieSet
Add a listener to changes in the cookie set.
addChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.ArrayChildren
 
addChangeListener(ChangeListener) - Method in class org.openide.text.CloneableEditorSupport
Adds a listener for status changes.
addChangeListener(ChangeListener) - Method in class org.openide.text.EditorSupport
Deprecated. Adds a listener for status changes.
addClass(ClassElement) - Method in class org.openide.src.SourceElement
Add a new top-level class.
addClass(ClassElement) - Method in class org.openide.src.ClassElement
Add a new inner class to this class.
addClasses(ClassElement[]) - Method in class org.openide.src.SourceElement
Add some new top-level classes.
addClasses(ClassElement[]) - Method in class org.openide.src.ClassElement
Add some new inner classes to this class.
addClassPath(String) - Method in class org.openide.filesystems.FileSystem.Environment
Adds one element to the class path environment variable.
addClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Add a listener to clipboard operations.
addCompilerListener(CompilerListener) - Method in class org.openide.compiler.CompilerGroup
Add a listener.
addConstructor(ConstructorElement) - Method in class org.openide.src.ClassElement
Add a constructor to this class.
addConstructors(ConstructorElement[]) - Method in class org.openide.src.ClassElement
Add some constructors to this class.
addDocumentListener(DocumentListener) - Method in class org.openide.text.FilterDocument
 
addEntityResolver(EntityResolver) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. EntityResolver is a parser user responsibility. Every time set a EntityResolver to an XML parser you use. A utility entity resolver chain is provided. The IDE also defines a default entity catalog reachable at EntityCatalog.
addExtension(String) - Method in class org.openide.loaders.ExtensionList
Add a new extension.
addField(FieldElement) - Method in class org.openide.src.ClassElement
Add a new field to the class.
addFields(FieldElement[]) - Method in class org.openide.src.ClassElement
Add some new fields to the class.
addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
Add new listener to this object.
addFileStatusListener(FileStatusListener) - Method in class org.openide.filesystems.FileSystem
Registers FileStatusListener to receive events.
addFileSystem(FileSystem) - Method in class org.openide.filesystems.Repository
Adds new file system to the pool.
addImport(Import) - Method in class org.openide.src.SourceElement
Add an import.
addImports(Import[]) - Method in class org.openide.src.SourceElement
Add some imports.
addInitializer(InitializerElement) - Method in class org.openide.src.ClassElement
Add a new initializer block to this class.
addInitializers(InitializerElement[]) - Method in class org.openide.src.ClassElement
Add some initializer blocks to this class.
addInterface(Identifier) - Method in class org.openide.src.ClassElement
Add an interface to this class.
addInterfaces(Identifier[]) - Method in class org.openide.src.ClassElement
Add some interfaces to this class.
addLoader(Class) - Method in class org.openide.loaders.DataObjectFilter
Permit a representation class of data object to be shown (after appropriate filtering).
addLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Registers a listener that is invoked when there is a possible change in this result.
addMethod(MethodElement) - Method in class org.openide.src.ClassElement
Add a method to this class.
addMethods(MethodElement[]) - Method in class org.openide.src.ClassElement
Add some methods to this class.
addMimeType(String) - Method in class org.openide.loaders.ExtensionList
Adds new mime type.
addMouseListener(MouseListener) - Method in class org.openide.explorer.view.TreeTableView
 
addNodeListener(NodeListener) - Method in class org.openide.nodes.Node
Add a listener to changes in the node's intrinsic properties (name, cookies, etc.).
addNotify() - Method in class org.openide.awt.JInlineMenu
Deprecated. This method is overriden so that this class now allow following pattern to be used: (1) nm = new JInlineMenu(); (2) nm.setMenuItems( ...
addNotify() - Method in class org.openide.awt.Toolbar
 
addNotify() - Method in class org.openide.explorer.propertysheet.PropertySheetView
 
addNotify() - Method in class org.openide.explorer.view.ListView
 
addNotify() - Method in class org.openide.explorer.view.ListTableView
 
addNotify() - Method in class org.openide.explorer.view.TreeView
 
addNotify() - Method in class org.openide.explorer.view.TreeTableView
 
addNotify() - Method in class org.openide.explorer.view.MenuView
 
addNotify() - Method in class org.openide.explorer.view.ChoiceView
 
addNotify() - Method in class org.openide.filesystems.FileSystem
Notifies this file system that it has been added to the repository.
addNotify() - Method in class org.openide.filesystems.MultiFileSystem
Notifies all encapsulated file systems in advance to superclass behaviour.
addNotify() - Method in class org.openide.filesystems.XMLFileSystem
Notifies this file system that it has been added to the repository.
addNotify() - Method in class org.openide.filesystems.JarFileSystem
 
addNotify() - Method in class org.openide.loaders.DataObjectFilter
 
addNotify() - Method in class org.openide.nodes.Children
Called when children are first asked for nodes.
addNotify() - Method in class org.openide.nodes.FilterNode.Children
Initializes listening to changes in original node.
addNotify() - Method in class org.openide.nodes.BeanChildren
 
addNotify() - Method in class org.openide.src.nodes.SourceChildren
 
addNotify() - Method in class org.openide.src.nodes.FieldCustomizer
 
addNotify() - Method in class org.openide.src.nodes.ClassCustomizer
 
addNotify() - Method in class org.openide.src.nodes.ClassChildren
 
addNotify() - Method in class org.openide.src.nodes.MethodCustomizer
 
addNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the first listener has been added to this action.
addNotify() - Method in class org.openide.util.actions.NodeAction
Initializes selection listener.
addNotify() - Method in class org.openide.util.actions.ProjectSensitiveAction
 
addOperationListener(OperationListener) - Method in class org.openide.loaders.DataLoaderPool
Add a listener for operations on data objects.
addOption(SystemOption) - Method in class org.openide.options.ContextSystemOption
Add a new option to the set.
addPair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup
The method to add instance to the lookup with.
addPair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup.Content
The method to add instance to the lookup with.
addProcessorClass(Class) - Method in class org.openide.loaders.XMLDataObject.Info
Deprecated. Add processor class to info.
addProperties(Sheet.Set) - Method in class org.openide.loaders.ExecSupport
Helper method that creates default properties for execution of a given support.
addProperties(Sheet.Set) - Method in class org.openide.loaders.CompilerSupport
Helper method that creates default properties for compilation of given file entry.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.TopManager
Add a listener to property changes in the TopManager.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.NotifyDescriptor
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.ServiceType
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.actions.ActionManager
Registers PropertyChangeListener to receive events.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
Adds property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.HtmlBrowser.Impl
Adds PropertyChangeListener to this browser.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.SpinButton
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.debugger.Breakpoint
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.debugger.Debugger
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.debugger.Watch
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.ExplorerManager
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.explorer.propertysheet.PropertyModel
Add listener to change of the value.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Adds listener to change of the value.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystem
Registers PropertyChangeListener to receive events.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability
Adds PropertyChange listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Adds listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.loaders.DataObject
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.loaders.OpenSupport.Env
Adds property listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.loaders.DataObject.Container
Adds a listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.modules.ModuleInfo
If true, this class name is supposed to be loaded by this module.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Node
Add a listener to the node's computed Bean properties.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.IndexedCustomizer
Deprecated.  
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet
Add a change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet.Set
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.src.Element
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.src.Element.Impl
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotatable
Add listeners on changes of annotatable properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.text.Annotation
Add listeners on changes of annotation properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.util.SharedClassObject
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Adds property listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Mode
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.TopComponent.Registry
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.windows.WindowManager
Attaches listener for changes in workspaces
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.openide.windows.Workspace
Add a property change listener.
addRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
Adds new listener.
addSecondaryEntry(MultiDataObject.Entry) - Method in class org.openide.loaders.MultiDataObject
Add a new secondary entry to the list.
addSpinButtonListener(SpinButtonListener) - Method in class org.openide.awt.SpinButton
 
addSplitChangeListener(SplittedPanel.SplitChangeListener) - Method in class org.openide.awt.SplittedPanel
Adds specified listener to the current set of SplitChangeListeners
addStyle(String, Style) - Method in class org.openide.text.FilterDocument
 
addStyle(String, Style) - Method in class org.openide.text.FilterStyledDocument
 
addTaskListener(TaskListener) - Method in class org.openide.util.Task
Add a listener to the task.
addToJob(CompilerJob, Compiler.Depth) - Method in interface org.openide.cookies.CompilerCookie
Allows the cookie to add its compiler(s) into a compiler job.
addToJob(CompilerJob, Compiler.Depth) - Method in class org.openide.loaders.CompilerSupport
 
addTransferListener(TransferListener) - Method in class org.openide.util.datatransfer.ExTransferable
Adds a listener to watch the life-cycle of this object.
addUndoableEditListener(UndoableEditListener) - Method in class org.openide.text.FilterDocument
 
addVariable(String, Object) - Method in class org.openide.execution.ScriptType
Adds variable with name to the variables known by the script type.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.explorer.ExplorerManager
Add a VetoableListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.explorer.propertysheet.PropertyEnv
Vetoable change listener: listenning here you will be notified when the state of the environment is being changed (when the setState method is being called).
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.filesystems.FileSystem
Adds listener for the veto of property change.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.loaders.DataObject
 
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.loaders.OpenSupport.Env
Adds veto listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.options.VetoSystemOption
Add a new veto listener to all instances of this exact class.
addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.src.Element
Attaches a VetoableChange listener to the element.
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.openide.src.Element.Impl2
Adds a vetoable listener.
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.openide.windows.CloneableOpenSupport.Env
Adds veto listener.
AddWatchAction - class org.openide.actions.AddWatchAction.
Add a debugger watch.
AddWatchAction() - Constructor for class org.openide.actions.AddWatchAction
 
ALL - Static variable in class org.openide.filesystems.FileSystemCapability
Object that is capable of every thing.
ALL - Static variable in interface org.openide.loaders.DataFilter
Default filter that accepts everything.
ALL - Static variable in class org.openide.src.nodes.SourceElementFilter
Does not specify any top-level element.
ALL - Static variable in class org.openide.src.nodes.ClassElementFilter
Does not specify a child type.
ALL_MODIFIERS - Static variable in class org.openide.src.nodes.SourceElementFilter
Does not specify any member access.
allClasses() - Method in class org.openide.util.Lookup.Result
Get all classes represented in the result.
allEditors - Variable in class org.openide.windows.CloneableOpenSupport
All opened editors on this file.
allInstances() - Method in class org.openide.util.Lookup.Result
Get all instances in the result.
allItems() - Method in class org.openide.util.Lookup.Result
Get all registered items.
allLoaders() - Method in class org.openide.loaders.DataLoaderPool
Get an enumeration of all loaders, including the preferred and system loaders.
allowAccess(InetAddress) - Static method in class org.openide.util.HttpServer
Requests the server to allow access to it from a given IP address.
allowAccess(InetAddress) - Method in interface org.openide.util.HttpServer.Impl
Requests the server to allow access to it from a given IP address.
alter(Object) - Method in class org.openide.util.enum.AlterEnumeration
Alters objects.
AlterEnumeration - class org.openide.util.enum.AlterEnumeration.
Abstract class that takes an enumeration and alter their elements to new objects.
AlterEnumeration(Enumeration) - Constructor for class org.openide.util.enum.AlterEnumeration
 
ALWAYS_AS_STRING - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Constant for showing properties as a string always.
Annotatable - class org.openide.text.Annotatable.
Classes which are capable of holding annotations must extend this abstract class.
Annotatable() - Constructor for class org.openide.text.Annotatable
 
annotate(Throwable, int, String, String, Throwable, Date) - Method in class org.openide.ErrorManager
Annotates given exception with given values.
annotate(Throwable, String) - Method in class org.openide.ErrorManager
Annotates given exception with given values.
annotate(Throwable, Throwable) - Method in class org.openide.ErrorManager
Annotates target exception with given exception.
annotateIcon(Image, int, Set) - Method in interface org.openide.filesystems.FileSystem.Status
Annotate the icon of a file cluster.
annotateName(String, Set) - Method in interface org.openide.filesystems.FileSystem.Status
Annotate the name of a file cluster.
Annotation - class org.openide.text.Annotation.
Description of annotation.
Annotation() - Constructor for class org.openide.text.Annotation
 
annotationChanged(FileStatusEvent) - Method in interface org.openide.filesystems.FileStatusListener
Notifies listener about change in annotataion of a few files.
annotationChanged(FileStatusEvent) - Method in class org.openide.util.WeakListener.FileStatus
Deprecated. Notifies listener about change in annotataion of a few files.
append(char[], Font, Color) - Method in class org.openide.text.AttributedCharacters
Append a character array with a font.
append(char, Font, Color) - Method in class org.openide.text.AttributedCharacters
Append a character with specified font.
areDataFlavorsSupported(DataFlavor[]) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Test whether each transferred item supports at least one of these flavors.
ArgumentsCookie - interface org.openide.cookies.ArgumentsCookie.
Provides ability for a data object or node to be passed runtime arguments.
ArrayEnumeration - class org.openide.util.enum.ArrayEnumeration.
The class that presents specifiED (in constructor) array as an Enumeration.
ArrayEnumeration(Object[]) - Constructor for class org.openide.util.enum.ArrayEnumeration
Constructs a new ArrayEnumeration for specified array
arrayHashCode(Object[]) - Static method in class org.openide.util.Utilities
Compute hash code of array.
arrowsOrientation - Variable in class org.openide.awt.SpinButton
Current orientation of arrows of SpinButton.
asParameterString(String[]) - Static method in class org.openide.compiler.ExternalCompilerGroup.Format
Helper method to allows conversion of list of files to compile to one string that can be passed as parameter to external process.
attach(Annotatable) - Method in class org.openide.text.Annotation
Attach annotation to Annotatable object.
attach(ExplorerManager) - Method in class org.openide.explorer.ExplorerActions
Attach to new manager.
attachAnnotations(Throwable, ErrorManager.Annotation[]) - Method in class org.openide.ErrorManager
Associates annotations with an exception.
attachedToElement(Element) - Method in interface org.openide.src.Element.Impl
Called to attach the implementation to a specific element.
attachEnv(PropertyEnv) - Method in interface org.openide.explorer.propertysheet.ExPropertyEditor
This method is called by the IDE to pass the environment to the property editor.
attachTo(ElementNodeFactory) - Method in class org.openide.src.nodes.FilterFactory
 
attachTo(XMLDataObject) - Method in interface org.openide.loaders.XMLDataObject.Processor
Deprecated. When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.
attr - Variable in class org.openide.filesystems.AbstractFileSystem
Handling of attributes for files.
ATTR_EXT - Static variable in class org.openide.filesystems.DefaultAttributes
Deprecated. does not handle XML attributes
ATTR_NAME - Static variable in class org.openide.filesystems.DefaultAttributes
Deprecated. does not handle XML attributes
ATTR_NAME_EXT - Static variable in class org.openide.filesystems.DefaultAttributes
Deprecated. does not handle XML attributes
AttributedCharacters - class org.openide.text.AttributedCharacters.
The class is a support for all classes that implement PrintCookie.
AttributedCharacters.AttributedCharacterIteratorImpl - class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl.
Implementation of AttributedCharacterIterator interface.
AttributedCharacters.AttributedCharacterIteratorImpl(char[], Font[], Color[], int[], int[]) - Constructor for class org.openide.text.AttributedCharacters.AttributedCharacterIteratorImpl
 
AttributedCharacters() - Constructor for class org.openide.text.AttributedCharacters
 
attributes(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Get all file attribute names for the file.
attributes(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get all file attribute names for the file.
attributes(String) - Method in class org.openide.filesystems.JarFileSystem
 
attributes(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
attributes(String) - Method in class org.openide.filesystems.DefaultAttributes
 
available() - Method in class org.openide.util.io.ReaderInputStream
Returns the number of bytes that can be read from this input stream without blocking.

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.