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

C

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
Deprecated.
Should no longer be used.
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
Deprecated.
Use DataNode.getActions(boolean) or do nothing and let the data loader specify actions.
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
Deprecated.
Replaced with XMLUtil It directly violates DOM's root element reference read-only status. If you can not move to XMLUtil for compatabilty reasons please replace with following workaround:
 String templ = "";
 InputSource in = new InputSource(new StringReader(templ));
 in.setSystemId("StringReader");  //workaround
 DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
 Document doc = builder.parse(in);
 
createEditorCookie() - Method in class org.openide.loaders.XMLDataObject
Deprecated.
CookieSet factory should be used by subclasses instead.
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
More generic way how to instantiate a 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
Deprecated.
Use CreateFromTemplateAttributes in openide.filesystems.templates instead.
CreateFromTemplateHandler - Class in org.openide.loaders
Deprecated.
in 7.59. Use CreateFromTemplateHandler instead.
CreateFromTemplateHandler() - Constructor for class org.openide.loaders.CreateFromTemplateHandler
Deprecated.
 
createInputSource(URL) - Static method in class org.openide.loaders.XMLDataObject
Deprecated.
Deprecated as it was a workaround method. Replace with new InputSource(url.toExternalForm()).
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
Deprecated.
Use XMLUtil instead. It will create a SAX XMLReader that is SAX Parser replacement. You will have to replace DocumentHandler by ContentHandler besause XMLReader accepts just ContentHandler.

Alternatively if not interested in new callbacks defined by SAX 2.0 you can wrap returned XMLReader into XMLReaderAdapter that implements Parser.

createParser(boolean) - Static method in class org.openide.loaders.XMLDataObject
Deprecated.
Use XMLUtil.createXMLReader(boolean,boolean) instead setting ns to false. For more details see createParser
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
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.70.1