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

I

iAlphaSort - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own).
iconResource() - Method in class org.openide.actions.StartDebuggerAction
 
iconResource() - Method in class org.openide.actions.GoAction
 
iconResource() - Method in class org.openide.actions.TraceIntoAction
 
iconResource() - Method in class org.openide.actions.ToggleBreakpointAction
 
iconResource() - Method in class org.openide.actions.PrintAction
 
iconResource() - Method in class org.openide.actions.PasteAction
 
iconResource() - Method in class org.openide.actions.CompileAllAction
 
iconResource() - Method in class org.openide.actions.SaveAction
 
iconResource() - Method in class org.openide.actions.CopyAction
 
iconResource() - Method in class org.openide.actions.RedoAction
 
iconResource() - Method in class org.openide.actions.HelpAction
 
iconResource() - Method in class org.openide.actions.CompileAction
 
iconResource() - Method in class org.openide.actions.PageSetupAction
 
iconResource() - Method in class org.openide.actions.FinishDebuggerAction
 
iconResource() - Method in class org.openide.actions.DebugProjectAction
 
iconResource() - Method in class org.openide.actions.CloneViewAction
 
iconResource() - Method in class org.openide.actions.NewAction
 
iconResource() - Method in class org.openide.actions.AddWatchAction
 
iconResource() - Method in class org.openide.actions.BuildProjectAction
 
iconResource() - Method in class org.openide.actions.BuildAction
 
iconResource() - Method in class org.openide.actions.ExecuteProjectAction
 
iconResource() - Method in class org.openide.actions.CompileProjectAction
 
iconResource() - Method in class org.openide.actions.SaveProjectAction
 
iconResource() - Method in class org.openide.actions.UndockAction
 
iconResource() - Method in class org.openide.actions.NextTabAction
 
iconResource() - Method in class org.openide.actions.BuildAllAction
 
iconResource() - Method in class org.openide.actions.TraceOverAction
 
iconResource() - Method in class org.openide.actions.CleanAllAction
 
iconResource() - Method in class org.openide.actions.GarbageCollectAction
 
iconResource() - Method in class org.openide.actions.ViewAction
 
iconResource() - Method in class org.openide.actions.OpenProjectAction
 
iconResource() - Method in class org.openide.actions.CleanAction
 
iconResource() - Method in class org.openide.actions.UndoAction
 
iconResource() - Method in class org.openide.actions.CustomizeAction
 
iconResource() - Method in class org.openide.actions.SaveAllAction
 
iconResource() - Method in class org.openide.actions.EditAction
 
iconResource() - Method in class org.openide.actions.PreviousTabAction
 
iconResource() - Method in class org.openide.actions.DeleteAction
 
iconResource() - Method in class org.openide.actions.SaveAsTemplateAction
Deprecated. Should never be called publically.
iconResource() - Method in class org.openide.actions.NewTemplateAction
 
iconResource() - Method in class org.openide.actions.GoToCursorAction
 
iconResource() - Method in class org.openide.actions.OpenLocalExplorerAction
 
iconResource() - Method in class org.openide.actions.PropertiesAction
 
iconResource() - Method in class org.openide.actions.FindAction
 
iconResource() - Method in class org.openide.actions.CutAction
 
iconResource() - Method in class org.openide.actions.StepOutAction
 
iconResource() - Method in class org.openide.actions.ExecuteAction
 
iconResource() - Method in class org.openide.util.actions.SystemAction
Specify the proper resource name for the action's icon.
IconView - class org.openide.explorer.view.IconView.
A view displaying icons.
IconView() - Constructor for class org.openide.explorer.view.IconView
 
iCustomize - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own).
id(Object) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Computes the ID of the resulted object.
IDE_IMPL - Static variable in class org.openide.modules.Dependency
Implementation version of the IDE.
IDE_NAME - Static variable in class org.openide.modules.Dependency
Name, for purposes of dependencies, of the IDE.
IDE_SPEC - Static variable in class org.openide.modules.Dependency
Specification version of the IDE.
Identifier - class org.openide.src.Identifier.
Represents one identifier.
Identifier.Resolver - interface org.openide.src.Identifier.Resolver.
The interface allows lazy resolving of an Identifier to a fully qualified name.
iDisplayWritableOnly - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own).
IllegalModuleException - exception org.openide.modules.IllegalModuleException.
Deprecated.  
IllegalModuleException() - Constructor for class org.openide.modules.IllegalModuleException
Deprecated. Create exception.
IllegalModuleException(Exception) - Constructor for class org.openide.modules.IllegalModuleException
Deprecated. Create exception based on another checked exception.
IllegalModuleException(String) - Constructor for class org.openide.modules.IllegalModuleException
Deprecated. Create exception with detail string.
impl - Variable in class org.openide.src.Element
Implementation
impl2 - Variable in class org.openide.src.Element
Implementation extension #2
IMPLEMENTS - Static variable in class org.openide.src.nodes.ClassElementFilter
Specifies a child representing an implemented interface of the node's class.
Import - class org.openide.src.Import.
Represents one class or package import.
IMPORT - Static variable in class org.openide.src.nodes.SourceElementFilter
Specifies a child representing a package or class import.
Import(Identifier, boolean) - Constructor for class org.openide.src.Import
Create an import.
IndentEngine - class org.openide.text.IndentEngine.
Indentation engine for formating text in documents.
IndentEngine() - Constructor for class org.openide.text.IndentEngine
 
indentEngines() - Static method in class org.openide.text.IndentEngine
Returns enumeration of all registered indentation engines.
indentLine(Document, int) - Method in class org.openide.text.IndentEngine
Indents the current line.
indentNewLine(Document, int) - Method in class org.openide.text.IndentEngine
Inserts new line at given position and indents the new line with spaces.
Index - interface org.openide.nodes.Index.
Index cookie providing operations useful for reordering child nodes.
Index.ArrayChildren - class org.openide.nodes.Index.ArrayChildren.
Reorderable children list stored in an array.
Index.ArrayChildren() - Constructor for class org.openide.nodes.Index.ArrayChildren
Constructor for the support.
Index.KeysChildren - class org.openide.nodes.Index.KeysChildren.
Implementation of index interface that operates on an list of objects that are presented by given nodes.
Index.KeysChildren(List) - Constructor for class org.openide.nodes.Index.KeysChildren
Constructor.
Index.Support - class org.openide.nodes.Index.Support.
A support class implementing some methods of the Index cookie.
Index.Support() - Constructor for class org.openide.nodes.Index.Support
Default constructor.
IndexedCustomizer - class org.openide.nodes.IndexedCustomizer.
Deprecated. Better to use Index.Support.showIndexedCustomizer which behaves better with the window system.
IndexedCustomizer() - Constructor for class org.openide.nodes.IndexedCustomizer
Deprecated. Construct a new customizer.
IndexedNode - class org.openide.nodes.IndexedNode.
An implementation of a node that has children and supports reordering by providing Index implementor.
IndexedNode() - Constructor for class org.openide.nodes.IndexedNode
Create an indexed node.
IndexedNode(Children, Index) - Constructor for class org.openide.nodes.IndexedNode
Allows subclasses to provide their own children and index handling.
IndexedPropertySupport - class org.openide.nodes.IndexedPropertySupport.
Support for indexed properties.
IndexedPropertySupport(Object, Class, Class, Method, Method, Method, Method) - Constructor for class org.openide.nodes.IndexedPropertySupport
Constructor.
indexOf(Node) - Method in class org.openide.loaders.DataFolder.Index
 
indexOf(Node) - Method in interface org.openide.nodes.Index
Get the index of a given node.
indexOf(Node) - Method in class org.openide.nodes.Index.Support
Get the index of a node.
indexOf(Node) - Method in class org.openide.nodes.Index.ArrayChildren
 
indexToLocation(int) - Method in class org.openide.awt.ListPane
Returns the origin of the specified item in JList coordinates, null if index isn't valid.
info - Variable in class org.openide.filesystems.AbstractFileSystem
Methods for obtaining information about files.
INFORMATION_MESSAGE - Static variable in class org.openide.NotifyDescriptor
Message type for information messages.
INFORMATIONAL - Static variable in class org.openide.ErrorManager
Message that would be useful for tracing events but which need not be a problem.
initCollection() - Method in class org.openide.nodes.Children.Array
Allow subclasses to create a collection, the first time the children are used.
initCollection() - Method in class org.openide.nodes.Index.ArrayChildren
If default constructor is used, then this method is called to lazily create the collection.
initialize() - Method in class org.openide.NotifyDescriptor
Method that is called before a value is returned from any of getter methods in this object.
initialize() - Method in class org.openide.WizardDescriptor
Initializes settings.
initialize() - Method in class org.openide.actions.ToggleBreakpointAction
 
initialize() - Method in class org.openide.actions.PopupAction
 
initialize() - Method in class org.openide.actions.PasteAction
 
initialize() - Method in class org.openide.actions.CopyAction
 
initialize() - Method in class org.openide.actions.HelpAction
 
initialize() - Method in class org.openide.actions.FinishDebuggerAction
 
initialize() - Method in class org.openide.actions.AddWatchAction
 
initialize() - Method in class org.openide.actions.MoveDownAction
 
initialize() - Method in class org.openide.actions.TraceOverAction
 
initialize() - Method in class org.openide.actions.SaveAllAction
 
initialize() - Method in class org.openide.actions.DeleteAction
 
initialize() - Method in class org.openide.actions.MoveUpAction
 
initialize() - Method in class org.openide.actions.CutAction
 
initialize() - Method in class org.openide.actions.StepOutAction
 
initialize() - Method in class org.openide.loaders.TemplateWizard
Initializes important settings.
initialize() - Method in class org.openide.options.ContextSystemOption
Initialize shared state.
initialize() - Method in class org.openide.util.SharedClassObject
Initialize shared state.
initialize() - Method in class org.openide.util.actions.SystemAction
Initialize the action.
initialize() - Method in class org.openide.util.actions.NodeAction
 
initialize() - Method in class org.openide.util.actions.CallbackSystemAction
Initialize the action to have no performer.
initialize() - Method in class org.openide.util.actions.ProjectSensitiveAction
 
initialize() - Method in class org.openide.util.actions.BooleanStateAction
 
initialize() - Method in class org.openide.util.lookup.AbstractLookup
Method for subclasses to initialize them selves.
initialize(TemplateWizard) - Method in interface org.openide.loaders.TemplateWizard.Iterator
Initializes the Iterator after it is constructed.
initializeCloneableEditor(CloneableEditor) - Method in class org.openide.text.CloneableEditorSupport
Initialize the editor.
initializeCloneableEditor(CloneableEditor) - Method in class org.openide.text.DataEditorSupport
Annotates the editor with icon from the data object and also sets appropriate selected node.
initializePanels() - Method in class org.openide.WizardDescriptor.ArrayIterator
Allows subclasses to initialize their arrays of panels when constructed using default constructor.
InitializerElement - class org.openide.src.InitializerElement.
Element which represents an initializer block.
InitializerElement.Impl - interface org.openide.src.InitializerElement.Impl.
Pluggable implementation of initializers.
InitializerElement() - Constructor for class org.openide.src.InitializerElement
Create an initializer represented in memory.
InitializerElement(InitializerElement.Impl, ClassElement) - Constructor for class org.openide.src.InitializerElement
Create an initializer.
InitializerElementNode - class org.openide.src.nodes.InitializerElementNode.
Node representing an initializer (static or nonstatic).
InitializerElementNode(InitializerElement, boolean) - Constructor for class org.openide.src.nodes.InitializerElementNode
Create a new initializer node.
initMap() - Method in class org.openide.nodes.Children.Map
Initialize some nodes.
iNoSort - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own).
inout - Variable in class org.openide.execution.NbClassLoader
I/O for classes defined by this classloader.
InputOutput - interface org.openide.windows.InputOutput.
An I/O connection to one tab on the Output Window.
InputOutput.Null - class org.openide.windows.InputOutput.Null.
Deprecated. Use InputOutput.NULL instead.
InputOutput.Null() - Constructor for class org.openide.windows.InputOutput.Null
Deprecated.  
InputOutput.NullOutputWriter - class org.openide.windows.InputOutput.NullOutputWriter.
Deprecated. Use InputOutput.NULL instead.
inputStream() - Method in class org.openide.text.DataEditorSupport.Env
Obtains the input stream.
inputStream() - Method in interface org.openide.text.CloneableEditorSupport.Env
Obtains the input stream.
inputStream(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get input stream.
inputStream(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get input stream.
inputStream(String) - Method in class org.openide.filesystems.JarFileSystem
 
inputStream(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
inputStream(String) - Method in class org.openide.filesystems.LocalFileSystem
 
inputStream(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
insertAfter(String) - Method in class org.openide.text.PositionBounds
Inserts the text after this PositionBounds.
insertGuarded(StyledDocument, int, String) - Static method in class org.openide.text.NbDocument
Inserts a text into given offset and marks it guarded.
insertString(int, String, AttributeSet) - Method in class org.openide.text.FilterDocument
 
insertUpdate(DocumentEvent) - Method in class org.openide.util.WeakListener.Document
Deprecated. Gives notification that there was an insert into the document.
installed() - Method in class org.openide.modules.ModuleInstall
Called when the module is first installed into the IDE.
instance - Variable in class org.openide.nodes.IndexedPropertySupport
Instance of the bean.
instance - Variable in class org.openide.nodes.PropertySupport.Reflection
Instance of a bean.
INSTANCE - Static variable in class org.openide.loaders.InstanceDataObject
File extension for instance data objects.
instanceClass() - Method in interface org.openide.cookies.InstanceCookie
The representation type that may be created as instances.
instanceClass() - Method in class org.openide.loaders.InstanceSupport
 
instanceClass() - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceClass() - Method in class org.openide.loaders.InstanceDataObject
 
instanceClass() - Method in class org.openide.loaders.FolderInstance
Returns the root class of all objects.
instanceClass() - Method in class org.openide.loaders.FolderLookup
The correct class that this folder recognizes.
InstanceContent - class org.openide.util.lookup.InstanceContent.
A special content implementation that can be passed to AbstractLookup and provides methods for registration of instances and lazy instances.
InstanceContent.Convertor - interface org.openide.util.lookup.InstanceContent.Convertor.
Convertor postpones an instantiation of an object.
InstanceContent() - Constructor for class org.openide.util.lookup.InstanceContent
 
InstanceCookie - interface org.openide.cookies.InstanceCookie.
Cookie that should be provided by all nodes that are able to create a "instance".
InstanceCookie.Of - interface org.openide.cookies.InstanceCookie.Of.
Enhanced cookie that can answer queries about the type of the instance it creates.
InstanceCookie.Origin - interface org.openide.cookies.InstanceCookie.Origin.
Enhanced instance cookie that also knows the file it was created from and can be serialized back to.
instanceCreate() - Method in interface org.openide.cookies.InstanceCookie
Create an instance.
instanceCreate() - Method in class org.openide.loaders.InstanceSupport
 
instanceCreate() - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceCreate() - Method in class org.openide.loaders.InstanceDataObject
 
instanceCreate() - Method in class org.openide.loaders.FolderInstance
Creates instance.
InstanceDataObject - class org.openide.loaders.InstanceDataObject.
A data object whose only purpose is to supply InstanceCookie.
InstanceDataObject(FileObject, MultiFileLoader) - Constructor for class org.openide.loaders.InstanceDataObject
Create a new instance.
instanceFinished() - Method in class org.openide.loaders.FolderInstance
Wait for instance initialization to finish.
instanceForCookie(DataObject, InstanceCookie) - Method in class org.openide.loaders.FolderInstance
Method that is called when a the folder instance really wants to create an object from provided cookie.
instanceForCookie(DataObject, InstanceCookie) - Method in class org.openide.loaders.FolderLookup
Overrides superclass method.
instanceName() - Method in interface org.openide.cookies.InstanceCookie
The name of InstanceCookie.instanceClass().
instanceName() - Method in class org.openide.loaders.InstanceSupport
 
instanceName() - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceName() - Method in class org.openide.loaders.InstanceDataObject
 
instanceName() - Method in class org.openide.loaders.FolderInstance
The name of the class that we create.
instanceOf(Class) - Method in interface org.openide.cookies.InstanceCookie.Of
Query to found out if the object created by this cookie is instance of given type.
instanceOf(Class) - Method in class org.openide.loaders.InstanceSupport
 
instanceOf(Class) - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceOf(Class) - Method in class org.openide.loaders.InstanceDataObject
Query if this instance can create object of given type.
instanceOf(Class) - Method in class org.openide.util.lookup.AbstractLookup.Pair
Tests whether this item can produce object of class c.
instanceOrigin() - Method in interface org.openide.cookies.InstanceCookie.Origin
Returns the origin of the instance.
instanceOrigin() - Method in class org.openide.loaders.InstanceSupport
Returns the origin of the instance.
InstanceSupport - class org.openide.loaders.InstanceSupport.
An instance cookie implementation that works with files or entries.
InstanceSupport.Instance - class org.openide.loaders.InstanceSupport.Instance.
Trivial supporting instance cookie for already-existing objects.
InstanceSupport.Instance(Object) - Constructor for class org.openide.loaders.InstanceSupport.Instance
Create a new instance cookie.
InstanceSupport.Origin - class org.openide.loaders.InstanceSupport.Origin.
Enhanced instance cookie support that also knows the file it has been created from and can be serialized back to.
InstanceSupport.Origin(MultiDataObject.Entry) - Constructor for class org.openide.loaders.InstanceSupport.Origin
New support for a given entry.
InstanceSupport(MultiDataObject.Entry) - Constructor for class org.openide.loaders.InstanceSupport
New support for given entry.
instantiate() - Method in class org.openide.loaders.TemplateWizard
Chooses the template and instantiates it.
instantiate(DataObject) - Method in class org.openide.loaders.TemplateWizard
Chooses the template and instantiates it.
instantiate(DataObject, DataFolder) - Method in class org.openide.loaders.TemplateWizard
Chooses the template and instantiates it.
instantiate(TemplateWizard) - Method in interface org.openide.loaders.TemplateWizard.Iterator
Instantiates the template using informations provided by the wizard.
InstantiateAction - class org.openide.actions.InstantiateAction.
Instantiate a template.
InstantiateAction() - Constructor for class org.openide.actions.InstantiateAction
 
instantiateTemplate(DataObject) - Static method in class org.openide.actions.InstantiateAction
Instantiate a template object.
INT - Static variable in class org.openide.src.Type
int primitive type.
INTERFACE - Static variable in class org.openide.src.ClassElement
Constant indicating that the class is an interface.
INTERFACE - Static variable in class org.openide.src.nodes.SourceElementFilter
Specifies a child representing a (top-level) interface.
invokeAction(Action, ActionEvent) - Method in class org.openide.actions.ActionManager
Invokes action in a RequestPrecessor dedicated to performing actions.
isAdded() - Method in class org.openide.filesystems.RepositoryEvent
Is the file system added or removed?
isAddEvent() - Method in class org.openide.nodes.NodeMemberEvent
Get the type of action.
isAllClasses() - Method in class org.openide.src.nodes.SourceElementFilter
Test whether all classes in the source should be recursively shown.
isApplet() - Method in class org.openide.loaders.InstanceSupport
Is this an applet?
isArray() - Method in class org.openide.src.Type
Test if the type is an array.
isBackward() - Method in class org.openide.awt.HtmlBrowser.Impl
Is backward button enabled?
isBoundsIgnored() - Method in class org.openide.awt.SpinButton
 
isBreakpoint() - Method in class org.openide.text.Line
Deprecated. since 1.20. Use Annotation instead
isBreakpoint() - Method in class org.openide.text.DocumentLine
 
isCellEditable(int, int) - Method in class org.openide.explorer.view.NodeTableModel
Cell is editable only if it has non null value.
isChangeImmediate() - Method in class org.openide.explorer.propertysheet.PropertyPanel
Getter for property changeImmediate.
isClass() - Method in class org.openide.src.Import
Is this a class import?
isClass() - Method in class org.openide.src.Type
Test if the type is a class or interface.
isClass() - Method in class org.openide.src.ClassElement
Test whether this is really a class.
isClassOrInterface() - Method in class org.openide.src.ClassElement
Test whether this is really a class, or an interface.
isClassOrInterface() - Method in interface org.openide.src.ClassElement.Impl
Test whether this is a class or interface.
isClosed() - Method in interface org.openide.windows.InputOutput
Test whether this tab is closed.
isClosed() - Method in class org.openide.windows.InputOutput.Null
Deprecated.  
isConfirmDelete() - Method in class org.openide.explorer.ExplorerActions
Should deletions be confirmed?
isConfirmDelete() - Static method in class org.openide.explorer.ExplorerPanel
Are deletions confirmed on all Explorer panels?
isConsumed() - Method in class org.openide.util.datatransfer.ClipboardEvent
Has this event been consumed?
isContinuousLayout() - Method in class org.openide.awt.SplittedPanel
Getter method for the ContinuousLayout property.
isCopyAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be copied.
isCopyAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isCopyAllowed() - Method in class org.openide.loaders.DataFolder
 
isCopyAllowed() - Method in class org.openide.loaders.DataShadow
 
isData() - Method in class org.openide.filesystems.FileObject
Test whether this object is a data object.
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Single
 
isDataFlavorSupported(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Multi
Is this flavor supported?
isDataFlavorSupported(int, DataFlavor) - Method in interface org.openide.util.datatransfer.MultiTransferObject
Test whether a given data flavor is supported by the item at index.
isDeclaredAsApplet() - Method in class org.openide.src.ClassElement
Test whether this class is an applet.
isDeclaredAsJavaBean() - Method in class org.openide.src.ClassElement
Test whether this class is a JavaBean.
isDefault() - Method in class org.openide.filesystems.FileSystem
Returns true if the filesystem is default one of the IDE.
isDefault() - Method in class org.openide.modules.ManifestSection.ServiceSection
Deprecated. Is this service type default? That means should it be placed in front of other services?
isDefaultActionEnabled() - Method in class org.openide.explorer.view.TreeView
Does a double click invoke the default node action?
isDeleteAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be deleted.
isDeleteAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isDeleteAllowed() - Method in class org.openide.loaders.DataFolder
 
isDeleteAllowed() - Method in class org.openide.loaders.DataShadow
 
isDeleted() - Method in class org.openide.text.Annotatable
Whether this Annotatable object was removed or not.
isDepthSupported(Compiler.Depth) - Method in interface org.openide.cookies.CompilerCookie
Tests whether a specified depth is supported.
isDepthSupported(Compiler.Depth) - Method in class org.openide.loaders.CompilerSupport
Supports only depth one.
isDocumentLoaded() - Method in class org.openide.text.CloneableEditorSupport
Test whether the document is in memory, or whether loading is still in progress.
isDocumentLoaded() - Method in class org.openide.text.EditorSupport
Deprecated. Test whether the document is in memory, or whether loading is still in progress.
isDoubleClick(MouseEvent) - Static method in class org.openide.awt.MouseUtils
Returns true if parametr is a 'doubleclick event'
isDragSource() - Method in class org.openide.explorer.view.ListView
 
isDragSource() - Method in class org.openide.explorer.view.TreeView
 
isDropTarget() - Method in class org.openide.explorer.view.ListView
 
isDropTarget() - Method in class org.openide.explorer.view.TreeView
 
isEmpty() - Method in interface org.openide.src.JavaDoc
Test if this javadoc is empty.
isEmpty() - Method in class org.openide.util.WeakSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.openide.windows.CloneableTopComponent.Ref
Test whether there is any component in this set.
isEnabled() - Method in class org.openide.actions.RedoAction
 
isEnabled() - Method in class org.openide.actions.UndoAction
 
isEnabled() - Method in class org.openide.debugger.Breakpoint
Test whether the breakpoint is enabled.
isEnabled() - Method in class org.openide.explorer.view.BeanTreeView
Is the tree enabled
isEnabled() - Method in class org.openide.modules.ModuleInfo
Whether the module is currently enabled.
isEnabled() - Method in class org.openide.util.actions.SystemAction
Test whether the action is currently enabled.
isEnabled() - Method in class org.openide.util.actions.NodeAction
Test for enablement based on NodeAction.enable(org.openide.nodes.Node[]).
isEnabled() - Method in class org.openide.util.actions.ProjectSensitiveAction
Test for enablement based on ProjectSensitiveAction.enable(org.openide.nodes.Node).
isErrSeparated() - Method in interface org.openide.windows.InputOutput
Test whether the error output is mixed into the regular output or not.
isErrSeparated() - Method in class org.openide.windows.InputOutput.Null
Deprecated.  
isExactMatch() - Method in class org.openide.util.MapFormat
Do you require both brackets in expression? If not, use setExactMatch(false) and formatter will ignore missing right bracket.
isExecutable() - Method in class org.openide.loaders.InstanceSupport
Is this a standalone executable?
isExpanded(Node) - Method in class org.openide.explorer.view.TreeView
Test whether a node is expanded in the tree or not
isExpected() - Method in class org.openide.filesystems.FileEvent
Getter to test whether the change has been expected or not.
isFinal() - Method in class org.openide.src.MethodParameter
Test whether this parameter is final.
isFinished() - Method in class org.openide.util.Task
Test whether the task has finished running.
isFocusTaken() - Method in interface org.openide.windows.InputOutput
Test whether the output window takes focus when anything is written to it.
isFocusTaken() - Method in class org.openide.windows.InputOutput.Null
Deprecated.  
isFocusTraversable() - Method in class org.openide.awt.ToolbarToggleButton
Identifies whether or not this component can receive the focus.
isFocusTraversable() - Method in class org.openide.awt.ToolbarButton
Identifies whether or not this component can receive the focus.
isFolder() - Method in class org.openide.filesystems.FileObject
Test whether this object is a folder.
isForward() - Method in class org.openide.awt.HtmlBrowser.Impl
Is forward button enabled?
isHidden() - Method in class org.openide.debugger.Breakpoint
Test whether the breakpoint is hidden.
isHidden() - Method in class org.openide.debugger.Watch
Test whether the watch is hidden.
isHidden() - Method in class org.openide.filesystems.FileSystem
Getter for the hidden property.
isHistory() - Method in class org.openide.awt.HtmlBrowser.Impl
Is history button enabled?
isIconChange() - Method in class org.openide.filesystems.FileStatusEvent
Do the files changed their icons?
isImmediateReorder() - Method in class org.openide.nodes.IndexedCustomizer
Deprecated. Will reorders be reflected immediately?
isImportant() - Method in class org.openide.loaders.MultiDataObject.Entry
Method that allows to check whether an entry is important or is not.
isImportant() - Method in class org.openide.loaders.FileEntry.Numb
Is not important at all.
isInitialized() - Static method in class org.openide.TopManager
Test to check whether the top manager is initilized or not.
isInitialized() - Method in class org.openide.nodes.Children
Method that can be used to test whether the children content has ever been used or it is still not initalized.
isInner() - Method in class org.openide.src.ClassElement
Test if this is an inner class.
isInterface() - Method in class org.openide.loaders.InstanceSupport
Is this an interface?
isInterface() - Method in class org.openide.src.ClassElement
Test whether this is an interface.
isJavaBean() - Method in class org.openide.loaders.InstanceSupport
Deprecated. This method probably should not be used, as it catches a variety of potentially serious exceptions and errors, and swallows them so as to produce a simple boolean result. (Notifying them all would be inappropriate as they typically come from user code.) Better to directly parse the bytecode, using e.g. the classfile module, which is immune to this class of errors.
isJavaIdentifier(String) - Static method in class org.openide.util.Utilities
Test whether a given string is a valid Java identifier.
isLargeFrameIcons() - Static method in class org.openide.util.Utilities
Test whether the operating system supports icons on frames (windows).
isLastDepth() - Method in class org.openide.compiler.Compiler.Depth
Is this the last level (i.e.
isLeaf() - Method in class org.openide.nodes.Node
Test whether the node is a leaf, or may contain children.
isLeftMouseButton(MouseEvent) - Static method in class org.openide.awt.MouseUtils
Determines if the event is originated from a left mouse button
isLocked() - Method in class org.openide.loaders.MultiDataObject.Entry
Tests whether the entry is locked.
isLoggable(int) - Method in class org.openide.ErrorManager
Test whether a messages with given severity will be logged in advance.
isModal() - Method in class org.openide.DialogDescriptor
Get modal status.
isModified() - Method in interface org.openide.cookies.EditorCookie
Test whether the document is modified.
isModified() - Method in class org.openide.loaders.DataObject
Test whether the object is modified.
isModified() - Method in class org.openide.loaders.OpenSupport.Env
Test whether the object is modified or not.
isModified() - Method in class org.openide.text.CloneableEditorSupport
Test whether the document is modified.
isModified() - Method in class org.openide.text.EditorSupport
Deprecated. Test whether the document is modified.
isModified() - Method in interface org.openide.windows.CloneableOpenSupport.Env
Test whether the object is modified or not.
isMoveAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be moved.
isMoveAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isMoveAllowed() - Method in class org.openide.loaders.DataFolder
 
isMoveAllowed() - Method in class org.openide.loaders.DataShadow
 
isNameChange() - Method in class org.openide.filesystems.FileStatusEvent
Is the change change of name?
isOpaque() - Method in class org.openide.awt.ListPane
JList components are always opaque.
isOpened() - Method in class org.openide.windows.TopComponent
Finds out if this top component is opened at least on one workspace.
isOpened(Workspace) - Method in class org.openide.windows.TopComponent
Finds out whether this top component is opened or not on specified workspace.
isPackage() - Method in class org.openide.src.Import
Is this a package import?
isPersistent() - Method in interface org.openide.cookies.ConnectionCookie.Type
Getter whether the registration to this type of event is persistent or is valid only till the source disappears (the IDE shutdowns).
isPersistent() - Method in class org.openide.filesystems.FileSystem
Tests whether file system will survive reloading of system pool.
isPopupAllowed() - Method in class org.openide.explorer.view.ListView
Test whether display of a popup menu is enabled.
isPopupAllowed() - Method in class org.openide.explorer.view.TreeView
Is it permitted to display a popup menu?
isPopupContained(JPopupMenu) - Static method in class org.openide.awt.JPopupMenuUtils
 
isPrimitive() - Method in class org.openide.src.Type
Test if the type is primitive.
isQualified() - Method in class org.openide.src.Identifier
Test whether this identifier is qualified by package.
isReadExternal() - Method in class org.openide.options.SystemOption
Allows subclasses to test whether the change of a property is invoked from readExternal method or by external change invoked by any other program.
isReadOnly() - Method in class org.openide.filesystems.FileSystem
Test if the filesystem is read-only or not.
isReadOnly() - Method in class org.openide.filesystems.MultiFileSystem
This file system is readonly if it has not writable system.
isReadOnly() - Method in class org.openide.filesystems.XMLFileSystem
Test if the filesystem is read-only or not.
isReadOnly() - Method in class org.openide.filesystems.JarFileSystem
This file system is read-only.
isReadOnly() - Method in class org.openide.filesystems.FileObject
Test whether this file can be written to or not.
isReadOnly() - Method in class org.openide.filesystems.LocalFileSystem
 
isRegistered(FileObject) - Method in class org.openide.loaders.ExtensionList
Tests whether the file object is acceptable.
isRegistered(String) - Method in class org.openide.loaders.ExtensionList
Test whether the name in the string is acceptable.
isRenameAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be renamed.
isRenameAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isRenameAllowed() - Method in class org.openide.loaders.DataFolder
 
isRenameAllowed() - Method in class org.openide.loaders.DataShadow
 
isRepeating() - Method in class org.openide.awt.SpinButton
 
isRequestProcessorThread() - Method in class org.openide.util.RequestProcessor
Tests if the current thread is request processor thread.
isRightMouseButton(MouseEvent) - Static method in class org.openide.awt.MouseUtils
Determines if the event is originated from the right mouse button
isRoot() - Method in class org.openide.filesystems.FileObject
Test whether this object is the root folder.
isRootVisible() - Method in class org.openide.explorer.view.TreeView
Is the root node of the tree displayed?
isShadowAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may create shadows.
isSon(Node, Node) - Static method in class org.openide.nodes.NodeOp
Test whether the second node is a (direct) child of the first one.
isSorted() - Method in class org.openide.src.nodes.ClassElementFilter
Test whether the elements in one element type group are sorted.
isSourceFormat() - Method in class org.openide.src.ElementFormat
Test if this format generate strings in source format or fully qualified format.
isSplitAbsolute() - Method in class org.openide.awt.SplittedPanel
Getter method for the SplitAbsolute property.
isSplitDragable() - Method in class org.openide.awt.SplittedPanel
Getter method for the SplitDragable property.
isSplitTypeChangeEnabled() - Method in class org.openide.awt.SplittedPanel
Getter method for the SplitTypeChangeEnabled property.
isStatic() - Method in class org.openide.src.InitializerElement
Test whether this initializer is static.
isStatic() - Method in interface org.openide.src.InitializerElement.Impl
Test whether this initializer is static.
isStatusLineVisible() - Method in class org.openide.awt.HtmlBrowser
Gets status line state.
isStatusLineVisible() - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
Gets status line state.
isSuccessful() - Method in class org.openide.compiler.CompilerTask
Test the result of compilation.
isSwapPanesEnabled() - Method in class org.openide.awt.SplittedPanel
Getter method for the SwapPanesEnabled property.
isTemplate() - Method in class org.openide.loaders.DataObject
Get the template status of this data object.
isToolbarVisible() - Method in class org.openide.awt.HtmlBrowser
Gets status toolbar.
isToolbarVisible() - Method in class org.openide.awt.HtmlBrowser.BrowserComponent
Gets status toolbar.
isTraversalAllowed() - Method in class org.openide.explorer.view.ListView
Test whether hierarchy traversal shortcuts are permitted.
isUnix() - Static method in class org.openide.util.Utilities
Test whether the IDE is running on some variant of Unix.
isUpToDate() - Method in class org.openide.compiler.CompilerJob
Test if the set of compilers in the job still needs to be compiled.
isUpToDate() - Method in class org.openide.compiler.Compiler
Check whether the compiler is up to date.
isUpToDate() - Method in class org.openide.compiler.ExternalCompiler
 
isValid() - Method in class org.openide.NotifyDescriptor
Return true if OK button is valid (enabled), otherwise return false.
isValid() - Method in interface org.openide.WizardDescriptor.Panel
Test whether the panel is finished and it is safe to proceed to the next one.
isValid() - Method in class org.openide.debugger.Breakpoint
Test whether the breakpoint is valid.
isValid() - Method in class org.openide.filesystems.FileSystem
Test whether file system is valid.
isValid() - Method in class org.openide.filesystems.FileLock
Test whether this lock is still active, or released.
isValid() - Method in class org.openide.filesystems.FileObject
 
isValid() - Method in class org.openide.loaders.DataObject
Test whether the data object is still valid and usable.
isValid() - Method in class org.openide.loaders.OpenSupport.Env
Test whether the support is in valid state or not.
isValid() - Method in interface org.openide.src.Element.Impl2
Determines whether the element is still valid - if it is a part of its original model.
isValid() - Method in interface org.openide.windows.CloneableOpenSupport.Env
Test whether the support is in valid state or not.
isVirtual() - Method in class org.openide.filesystems.FileObject
Tests if file really exists or is missing.
isWindows() - Static method in class org.openide.util.Utilities
Test whether the IDE is running on some variant of Windows.
isWriteable() - Method in class org.openide.src.nodes.DefaultFactory
 
isWriteExternal() - Method in class org.openide.options.SystemOption
Allows subclasses to test whether the getter of a property is invoked from writeExternal method or by any other part of the program.
iterator() - Method in class org.openide.text.AttributedCharacters
Produce an appropriate character iterator.
iterator() - Method in class org.openide.util.WeakSet
Returns an iterator over the elements in this set.
iTypeSort - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Presumably noone uses this variable. If you want to customize the property sheet look you can change the image files directly (or use your own).

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.