Skip navigation links
org.openide.loaders 7.71.1
A B C D E F G H I L M N O P R S T U V W X 

I

iconResource() - Method in class org.openide.actions.SaveAllAction
 
iconResource() - Method in class org.openide.actions.SaveAsTemplateAction
Deprecated.
Should never be called publically.
Index(DataFolder) - Constructor for class org.openide.loaders.DataFolder.Index
Deprecated.
Please explicitly specify a node to be safe.
Index(DataFolder, Node) - Constructor for class org.openide.loaders.DataFolder.Index
Create an index cookie associated with a data folder.
Info() - Constructor for class org.openide.loaders.XMLDataObject.Info
Deprecated.
Create info
initialize() - Method in class org.openide.actions.SaveAllAction
 
initialize() - Method in class org.openide.loaders.TemplateWizard
Initializes important settings.
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.DataEditorSupport
Annotates the editor with icon from the data object and also sets appropriate selected node.
inputStream() - Method in class org.openide.text.DataEditorSupport.Env
Obtains the input stream.
INSTANCE - Static variable in class org.openide.loaders.InstanceDataObject
File extension for instance data objects.
Instance(Object) - Constructor for class org.openide.loaders.InstanceSupport.Instance
Create a new instance cookie.
instanceClass() - Method in class org.openide.loaders.FolderInstance
Returns the root class of all objects.
instanceClass() - Method in class org.openide.loaders.FolderLookup
Deprecated.
The correct class that this folder recognizes.
instanceClass() - Method in class org.openide.loaders.InstanceDataObject
 
instanceClass() - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceClass() - Method in class org.openide.loaders.InstanceSupport
 
instanceCreate() - Method in class org.openide.loaders.FolderInstance
Creates instance.
instanceCreate() - Method in class org.openide.loaders.InstanceDataObject
 
instanceCreate() - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceCreate() - Method in class org.openide.loaders.InstanceSupport
 
InstanceDataObject - Class in org.openide.loaders
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
Deprecated.
Overrides superclass method.
instanceName() - Method in class org.openide.loaders.FolderInstance
The name of the class that we create.
instanceName() - Method in class org.openide.loaders.InstanceDataObject
 
instanceName() - Method in class org.openide.loaders.InstanceSupport.Instance
 
instanceName() - Method in class org.openide.loaders.InstanceSupport
 
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.loaders.InstanceSupport.Instance
 
instanceOf(Class<?>) - Method in class org.openide.loaders.InstanceSupport
 
instanceOrigin() - Method in class org.openide.loaders.InstanceSupport
Returns the origin of the instance.
InstanceSupport - Class in org.openide.loaders
An instance cookie implementation that works with files or entries.
InstanceSupport(MultiDataObject.Entry) - Constructor for class org.openide.loaders.InstanceSupport
New support for given entry.
InstanceSupport.Instance - Class in org.openide.loaders
Trivial supporting instance cookie for already-existing objects.
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 information provided by the wizard.
InstantiateAction - Class in org.openide.actions
Deprecated.
Deprecated since 3.42. The use of this action should be avoided.
InstantiateAction() - Constructor for class org.openide.actions.InstantiateAction
Deprecated.
 
instantiateTemplate(DataObject) - Static method in class org.openide.actions.InstantiateAction
Deprecated.
Instantiate a template object.
isApplet() - 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.
isCopyAllowed() - Method in class org.openide.loaders.DataFolder
 
isCopyAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be copied.
isCopyAllowed() - Method in class org.openide.loaders.DataShadow
 
isCopyAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isDeleteAllowed() - Method in class org.openide.loaders.DataFolder
 
isDeleteAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be deleted.
isDeleteAllowed() - Method in class org.openide.loaders.DataShadow
 
isDeleteAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isDocumentLoaded() - Method in class org.openide.text.EditorSupport
Deprecated.
Test whether the document is in memory, or whether loading is still in progress.
isExecutable() - 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.
isFinished() - Method in class org.openide.awt.ToolbarPool
Check whether all data needed for the toolbar are read from disk.
isImportant() - Method in class org.openide.loaders.FileEntry.Numb
Is not important at all.
isImportant() - Method in class org.openide.loaders.MultiDataObject.Entry
Method that allows to check whether an entry is important or is not.
isInterface() - 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.
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.
isLocked() - Method in class org.openide.loaders.MultiDataObject.Entry
Tests whether the entry is locked.
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.EditorSupport
Deprecated.
Test whether the document is modified.
isMoveAllowed() - Method in class org.openide.loaders.DataFolder
 
isMoveAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be moved.
isMoveAllowed() - Method in class org.openide.loaders.DataShadow
 
isMoveAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isOpaque() - Method in class org.openide.awt.MenuBar
 
isOpaque() - Method in class org.openide.awt.Toolbar
 
isRegistered(String) - Method in class org.openide.loaders.ExtensionList
Test whether the name in the string is acceptable.
isRegistered(FileObject) - Method in class org.openide.loaders.ExtensionList
Tests whether the file object is acceptable.
isRenameAllowed() - Method in class org.openide.loaders.DataFolder
 
isRenameAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may be renamed.
isRenameAllowed() - Method in class org.openide.loaders.DataShadow
 
isRenameAllowed() - Method in class org.openide.loaders.MultiDataObject
 
isShadowAllowed() - Method in class org.openide.loaders.DataObject
Test whether the object may create shadows.
isTemplate() - Method in class org.openide.loaders.DataObject
Get the template status of this data object.
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.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links
org.openide.loaders 7.71.1