Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
org.openide.text |
Modifier and Type | Class and Description |
---|---|
class |
FileEntry
Entry that works with plain files.
|
static class |
FileEntry.Folder
Simple entry for handling folders, on copy, move and createFromTemplate
it creates new empty folder and copies attributes of source folder.
|
static class |
FileEntry.Format
Specialized entry that simplifies substitution when a file entry
is created from template.
|
static class |
FileEntry.Numb
Simple file entry variant.
|
Modifier and Type | Field and Description |
---|---|
protected MultiDataObject.Entry |
OpenSupport.entry
Entry to work with.
|
Modifier and Type | Method and Description |
---|---|
protected MultiDataObject.Entry |
UniFileLoader.createPrimaryEntry(MultiDataObject obj,
FileObject primaryFile) |
protected abstract MultiDataObject.Entry |
MultiFileLoader.createPrimaryEntry(MultiDataObject obj,
FileObject primaryFile)
Creates the right primary entry for a given primary file.
|
protected MultiDataObject.Entry |
UniFileLoader.createSecondaryEntry(MultiDataObject obj,
FileObject secondaryFile)
Do not create a seconday entry.
|
protected abstract MultiDataObject.Entry |
MultiFileLoader.createSecondaryEntry(MultiDataObject obj,
FileObject secondaryFile)
Creates a new secondary entry for a given file.
|
MultiDataObject.Entry |
MultiDataObject.FileObject fo)
For a given file, find the associated secondary entry.
|
MultiDataObject.Entry |
MultiDataObject.getPrimaryEntry()
Get the primary entry.
|
protected MultiDataObject.Entry |
MultiDataObject.FileObject fo)
Tests whether this file is between entries and if not,
creates a secondary entry for it and adds it into set of
secondary entries.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiDataObject.addSecondaryEntry(MultiDataObject.Entry fe)
Add a new secondary entry to the list.
|
protected void |
MultiDataObject.removeSecondaryEntry(MultiDataObject.Entry fe)
Remove a secondary entry from the list.
|
Constructor and Description |
---|
ConnectionSupport(MultiDataObject.Entry entry,
ConnectionCookie.Type[] types)
Deprecated.
Creates new connection support for given file entry.
|
InstanceSupport(MultiDataObject.Entry entry)
New support for given entry.
|
OpenSupport(MultiDataObject.Entry entry)
New support for a given entry.
|
OpenSupport(MultiDataObject.Entry entry,
OpenSupport.Env env)
Constructor that allows subclasses to provide their own environment.
|
Modifier and Type | Method and Description |
---|---|
static CloneableEditorSupport |
DataEditorSupport.create(DataObject obj,
MultiDataObject.Entry entry,
CookieSet set)
Factory method to create simple CloneableEditorSupport for a given
entry of a given DataObject.
|
static CloneableEditorSupport |
DataEditorSupport.create(DataObject obj,
MultiDataObject.Entry entry,
CookieSet set,
CloneableEditorSupport.Pane> paneFactory)
Factory method to create a bit more complicated CloneableEditorSupport for a given
entry of a given DataObject.
|
Constructor and Description |
---|
EditorSupport(MultiDataObject.Entry entry)
Deprecated.
Support an existing loader entry.
|