- canClose() - Method in class org.openide.text.DataEditorSupport
-
Checks whether is possible to close support components.
- canClose() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Should test whether all data is saved, and if not, prompt the user
to save.
- canCopy() - Method in class org.openide.loaders.DataNode
-
- canCopy() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
- canCut() - Method in class org.openide.loaders.DataNode
-
- canCut() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
- canDestroy() - Method in class org.openide.loaders.DataNode
-
Indicate whether the node may be destroyed.
- canDestroy() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
- canRename() - Method in class org.openide.loaders.DataNode
-
Indicate whether the node may be renamed.
- canRename() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
- ChangeableDataFilter - Interface in org.openide.loaders
-
Allows certain data objects to be excluded from being displayed.
- changeFile() - Method in class org.openide.text.DataEditorSupport.Env
-
Method that allows subclasses to notify this environment that
the file associated with this support has changed and that
the environment should listen on modifications of different
file object.
- children() - Method in class org.openide.loaders.DataFolder
-
Get enumeration of children of this folder.
- children(boolean) - Method in class org.openide.loaders.DataFolder
-
Enumerate all children of this folder.
- CLASS - Static variable in class org.openide.loaders.DataFolder.SortMode
-
Objects are sorted by their types and then by names.
- clearSharedData() - Method in class org.openide.loaders.DataLoader
-
- CLIPBOARD_COPY - Static variable in class org.openide.loaders.LoaderTransfer
-
Constant indicating copying to the clipboard.
- CLIPBOARD_CUT - Static variable in class org.openide.loaders.LoaderTransfer
-
Constant indicating cutting to the clipboard.
- clipboardCopy() - Method in class org.openide.loaders.DataNode
-
Copy this node to the clipboard.
- clipboardCopy() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
Copy this node to the clipboard.
- clipboardCut() - Method in class org.openide.loaders.DataNode
-
Cut this node to the clipboard.
- clipboardCut() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
Cut this node to the clipboard.
- clone() - Method in class org.openide.loaders.ExtensionList
-
Clone new object.
- clone() - Method in class org.openide.loaders.XMLDataObject.Info
-
Deprecated.
- cloneNode() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
- close() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Closes all opened editors (if the user agrees) and
flushes content of the document to the file.
- close(boolean) - Method in class org.openide.text.EditorSupport
-
Deprecated.
Closes the editor, asks if necessary.
- ConnectionSupport - Class in org.openide.loaders
-
- ConnectionSupport(MultiDataObject.Entry, ConnectionCookie.Type[]) - Constructor for class org.openide.loaders.ConnectionSupport
-
Deprecated.
Creates new connection support for given file entry.
- cookieClasses() - Method in class org.openide.actions.FileSystemRefreshAction
-
- copy(DataFolder) - Method in class org.openide.loaders.DataObject
-
Copy this object to a folder.
- copy(FileObject, String) - Method in class org.openide.loaders.FileEntry
-
- copy(FileObject, String) - Method in class org.openide.loaders.FileEntry.Folder
-
Creates new folder and copies attributes.
- copy(FileObject, String) - Method in class org.openide.loaders.FileEntry.Numb
-
Does nothing.
- COPY - Static variable in class org.openide.loaders.LoaderTransfer
-
Generic mask for copying DataObjects (do not destroy the original).
- copy(FileObject, String) - Method in class org.openide.loaders.MultiDataObject.Entry
-
Called when the entry is to be copied.
- copyRename(FileObject, String, String) - Method in class org.openide.loaders.FileEntry
-
- copyRename(FileObject, String, String) - Method in class org.openide.loaders.MultiDataObject.Entry
-
Called when the entry is to be copied and renamed.
- create(DataFolder, String) - Static method in class org.openide.loaders.DataFolder
-
Helper method to find or create a folder of a given path.
- create(DataFolder, DataObject) - Static method in class org.openide.loaders.DataShadow
-
Method that creates new data shadow in a folder.
- create(DataFolder, String, DataObject) - Static method in class org.openide.loaders.DataShadow
-
Method that creates new data shadow in a folder.
- create(DataFolder, String, DataObject, String) - Static method in class org.openide.loaders.DataShadow
-
Method that creates new data shadow in a folder.
- create(DataFolder, String, String) - Static method in class org.openide.loaders.InstanceDataObject
-
Create a new InstanceDataObject
in a given folder.
- create(DataFolder, String, Class<?>) - Static method in class org.openide.loaders.InstanceDataObject
-
Create a new InstanceDataObject
in a given folder.
- create(DataFolder, String, Object, ModuleInfo) - Static method in class org.openide.loaders.InstanceDataObject
-
Create a new InstanceDataObject
containing settings
in a given folder.
- create(DataFolder, String, Object, ModuleInfo, boolean) - Static method in class org.openide.loaders.InstanceDataObject
-
Create a new InstanceDataObject
containing settings
in a given folder.
- create(DataObject, MultiDataObject.Entry, CookieSet) - Static method in class org.openide.text.DataEditorSupport
-
Factory method to create simple CloneableEditorSupport for a given
entry of a given DataObject.
- create(DataObject, MultiDataObject.Entry, CookieSet, Callable<CloneableEditorSupport.Pane>) - Static method in class org.openide.text.DataEditorSupport
-
Factory method to create a bit more complicated CloneableEditorSupport for a given
entry of a given DataObject.
- createActions() - Method in class org.openide.loaders.DataNode
-
- createClassLoader() - Method in class org.openide.loaders.InstanceSupport
-
Creates new NbClassLoader with restricted PermissionCollection
that contains only:
java.io.FilePermission("<<ALL FILES>>", "read")
java.util.PropertyPermission("*", "read")
- createCloneableTopComponent() - Method in class org.openide.text.EditorSupport
-
Deprecated.
- createContextAwareInstance(Lookup) - Method in class org.openide.actions.FileSystemAction
-
Implements ContextAwareAction
interface method.
- createContextAwareInstance(Lookup) - Method in class org.openide.actions.NewTemplateAction
-
Implements ContextAwareAction
interface method.
- createDefaultIterator() - Method in class org.openide.loaders.TemplateWizard
-
Allows subclasses to provide their own default iterator
the one that will be used if not special iterator is associated
with selected template.
- createDocument() - Static method in class org.openide.loaders.XMLDataObject
-
- createEditorCookie() - Method in class org.openide.loaders.XMLDataObject
-
- createEditorKit() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Creates editor kit for this source.
- createFormat(FileObject, String, String) - Method in class org.openide.loaders.FileEntry.Format
-
Provide a suitable format for
substitution of lines.
- createFromTemplate(CreateDescriptor) - Method in class org.openide.loaders.CreateFromTemplateHandler
-
Deprecated.
- createFromTemplate(FileObject, FileObject, String, Map<String, Object>) - Method in class org.openide.loaders.CreateFromTemplateHandler
-
Deprecated.
Handles the creation of new file.
- createFromTemplate(DataFolder) - Method in class org.openide.loaders.DataObject
-
Create a new object from template (with a name depending on the template).
- createFromTemplate(DataFolder, String) - Method in class org.openide.loaders.DataObject
-
Create a new object from template.
- createFromTemplate(DataFolder, String, Map<String, ? extends Object>) - Method in class org.openide.loaders.DataObject
-
- createFromTemplate(FileObject, String) - Method in class org.openide.loaders.FileEntry
-
- createFromTemplate(FileObject, String) - Method in class org.openide.loaders.FileEntry.Folder
-
Creates new folder and copies attributes, the template flag is cleared.
- createFromTemplate(FileObject, String) - Method in class org.openide.loaders.FileEntry.Format
-
- createFromTemplate(FileObject, String) - Method in class org.openide.loaders.FileEntry.Numb
-
Does nothing.
- createFromTemplate(FileObject, String) - Method in class org.openide.loaders.MultiDataObject.Entry
-
Called when the entry is to be created from a template.
- CreateFromTemplateAttributesProvider - Interface in org.openide.loaders
-
- CreateFromTemplateHandler - Class in org.openide.loaders
-
- CreateFromTemplateHandler() - Constructor for class org.openide.loaders.CreateFromTemplateHandler
-
Deprecated.
- createInputSource(URL) - Static method in class org.openide.loaders.XMLDataObject
-
- createInstance(InstanceCookie[]) - Method in class org.openide.loaders.FolderInstance
-
Notifies subclasses that the set of cookies for this folder
has changed.
- createInstance(InstanceCookie[]) - Method in class org.openide.loaders.FolderLookup
-
Deprecated.
Updates the content of the lookup.
- createMultiObject(FileObject) - Method in class org.openide.loaders.MultiFileLoader
-
Creates the right data object for a given primary file.
- createMultiObject(FileObject) - Method in class org.openide.loaders.UniFileLoader
-
- createNodeChildren(DataFilter) - Method in class org.openide.loaders.DataFolder
-
Support method to obtain a children object that
can be added to any
Node
.
- createNodeDelegate() - Method in class org.openide.loaders.DataFolder
-
Create node representative for this folder.
- createNodeDelegate() - Method in class org.openide.loaders.DataObject
-
Provides node that should represent this data object.
- createNodeDelegate() - Method in class org.openide.loaders.DataShadow
-
- createNodeDelegate() - Method in class org.openide.loaders.InstanceDataObject
-
- createNodeDelegate() - Method in class org.openide.loaders.MultiDataObject
-
Provides node that should represent this data object.
- createNodeDelegate() - Method in class org.openide.loaders.XMLDataObject
-
If the Info associated with this data object (if any) provides
a subclass of Node, then this object is created to represent the
XML data object, otherwise DataNode is created.
- createNodeListener() - Method in class org.openide.loaders.DataShadow.ShadowNode
-
Creates a node listener that allows listening on the
original node and propagating events to the proxy.
- createParser() - Static method in class org.openide.loaders.XMLDataObject
-
- createParser(boolean) - Static method in class org.openide.loaders.XMLDataObject
-
- createPasteTypes(Transferable, List<PasteType>) - Method in class org.openide.loaders.DataFolder.FolderNode
-
- createPasteTypes(Transferable, List<PasteType>) - Method in class org.openide.loaders.DataNode
-
- createPositionRef(int, Position.Bias) - Method in class org.openide.text.EditorSupport
-
Deprecated.
Create a position reference for the given offset.
- createPrimaryEntry(MultiDataObject, FileObject) - Method in class org.openide.loaders.MultiFileLoader
-
Creates the right primary entry for a given primary file.
- createPrimaryEntry(MultiDataObject, FileObject) - Method in class org.openide.loaders.UniFileLoader
-
- createSecondaryEntry(MultiDataObject, FileObject) - Method in class org.openide.loaders.MultiFileLoader
-
Creates a new secondary entry for a given file.
- createSecondaryEntry(MultiDataObject, FileObject) - Method in class org.openide.loaders.UniFileLoader
-
Do not create a seconday entry.
- createShadow(DataFolder) - Method in class org.openide.loaders.DataObject
-
Creates shadow for this object in specified folder.
- createSheet() - Method in class org.openide.loaders.DataFolder.FolderNode
-
- createSheet() - Method in class org.openide.loaders.DataNode
-
- createStyledDocument(EditorKit) - Method in class org.openide.text.DataEditorSupport
-
Let's the super method create the document and also annotates it
with Title and StreamDescription properties.
- createTargetChooser() - Method in class org.openide.loaders.TemplateWizard
-
Method that allows subclasses to second (default) panel.
- createTemplateChooser() - Method in class org.openide.loaders.TemplateWizard
-
Method that allows subclasses to provide their own panel
for choosing the template (the first panel).
- createUndoRedoManager() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Create an undo/redo manager.
- createWeakOperationListener(OperationListener, Object) - Static method in class org.openide.loaders.DataLoaderPool
-
Factory to create weak OperationListener