Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
D
E
F
G
J
R
S
T
V
A
addDJarListener(DJarListener)
- Method in class dscopesi.djar.
DJarArchive
Adds a listener of DJarEvent
addTreeSelectionListener(TreeSelectionListener)
- Method in class dscopesi.djar.
DJarDirTree
Add a listener for TreeSelection events
D
dataChanged(DJarEvent)
- Method in class dscopesi.djar.
DJarDirTree
Invoked when the archive changes.
dataChanged(DJarEvent)
- Method in interface dscopesi.djar.
DJarListener
dataModel
- Variable in class dscopesi.djar.
DJarAttribsViewer
dataModel
- Variable in class dscopesi.djar.
DJarEntryTable
DJarArchive
- class dscopesi.djar.
DJarArchive
.
A Bean that implements a Jar(or Zip) archive.
DJarArchive()
- Constructor for class dscopesi.djar.
DJarArchive
Constructs a DJarArchive that is not bound to a file.
DJarAttribsViewer
- class dscopesi.djar.
DJarAttribsViewer
.
A Bean that display in a table the atttributes of a JarEntry The attributes are stored in the manifest file in the jar.
DJarAttribsViewer()
- Constructor for class dscopesi.djar.
DJarAttribsViewer
DJarDirTree
- class dscopesi.djar.
DJarDirTree
.
A Bean that display the directory tree of an archive.
DJarDirTree()
- Constructor for class dscopesi.djar.
DJarDirTree
DJarEntryTable
- class dscopesi.djar.
DJarEntryTable
.
A Bean that implements a table to view all the files in a directory of an archive.
DJarEntryTable()
- Constructor for class dscopesi.djar.
DJarEntryTable
DJarEvent
- class dscopesi.djar.
DJarEvent
.
An event to signal that thhe Archive content has changed
DJarEvent(Object)
- Constructor for class dscopesi.djar.
DJarEvent
DJarListener
- interface dscopesi.djar.
DJarListener
.
For those classes that want to be notified when an archive changes
dscopesi.djar
- package dscopesi.djar
E
entries
- Variable in class dscopesi.djar.
DJarAttribsViewer
entries
- Variable in class dscopesi.djar.
DJarEntryTable
extract(Enumeration, File, boolean)
- Method in class dscopesi.djar.
DJarArchive
Extracts multiple entries.
extract(JarEntry, File, boolean)
- Method in class dscopesi.djar.
DJarArchive
Extracts the single entry.
extract(String, File, boolean, boolean)
- Method in class dscopesi.djar.
DJarArchive
Extracts all the entries that are in a folder of the archive
F
filetable
- Variable in class dscopesi.djar.
DJarAttribsViewer
fireDataChanged(DJarEvent)
- Method in class dscopesi.djar.
DJarArchive
Fires a DJarEvent to all listeners
G
getArchive()
- Method in class dscopesi.djar.
DJarDirTree
The archive in use
getArchive()
- Method in class dscopesi.djar.
DJarEntryTable
get the underlyiing archive
getDateformat()
- Method in class dscopesi.djar.
DJarEntryTable
Returns the current date format
getDirectoryTree()
- Method in class dscopesi.djar.
DJarArchive
Returns the root nod of the directory tree of the archive
getEntries()
- Method in class dscopesi.djar.
DJarEntryTable
Returns an enumeration of JarEntry
getEntries()
- Method in class dscopesi.djar.
DJarArchive
Returns all the entries in the archive (an Enumeration of JarEntry)
getEntriesInPath(String, boolean)
- Method in class dscopesi.djar.
DJarArchive
Given a path in the archive, returns all the entries in that path.
getEntry()
- Method in class dscopesi.djar.
DJarAttribsViewer
The current Entry
getEntry(int)
- Method in class dscopesi.djar.
DJarEntryTable
Returns a specific entry
getEntry(String)
- Method in class dscopesi.djar.
DJarArchive
Returns the named entry
getEntryFileName(JarEntry)
- Static method in class dscopesi.djar.
DJarArchive
Removes tha path from a JarEntry name
getEntryTable()
- Method in class dscopesi.djar.
DJarAttribsViewer
The DJarEntryTable in use
getFile()
- Method in class dscopesi.djar.
DJarArchive
The JarFile in use
getFileName()
- Method in class dscopesi.djar.
DJarArchive
The name of the JarFile in use
getSelectedEntries()
- Method in class dscopesi.djar.
DJarEntryTable
Returns an enumeration of JarEntry
getSelectedPath()
- Method in class dscopesi.djar.
DJarDirTree
gives the full path selected, or null if no selection
getTable()
- Method in class dscopesi.djar.
DJarEntryTable
The Jtable used
getTableModel()
- Method in class dscopesi.djar.
DJarAttribsViewer
The table model to use.
getTree()
- Method in class dscopesi.djar.
DJarDirTree
The underlying JTree
getTree()
- Method in class dscopesi.djar.
DJarEntryTable
get the associated tree
J
jarentry
- Variable in class dscopesi.djar.
DJarAttribsViewer
R
readDirectoryTree()
- Method in class dscopesi.djar.
DJarArchive
Scans all the archive to build the tree
removeDJarListener(DJarListener)
- Method in class dscopesi.djar.
DJarArchive
Removes a listener of DJarEvent
removeTreeSelectionListener(TreeSelectionListener)
- Method in class dscopesi.djar.
DJarDirTree
Remove a listener for TreeSelection events
S
setArchive(DJarArchive)
- Method in class dscopesi.djar.
DJarDirTree
Links this bean to an archive
setDateformat(DateFormat)
- Method in class dscopesi.djar.
DJarEntryTable
Change the date format used to display entries' date.
setEntryTable(DJarEntryTable)
- Method in class dscopesi.djar.
DJarAttribsViewer
Links this Bean to the entry table.
setFile(File)
- Method in class dscopesi.djar.
DJarArchive
Open the file as a JarFile, scan it and refreshes everything
setTree(DJarDirTree)
- Method in class dscopesi.djar.
DJarEntryTable
Links this bean to a DJarDirTree.
T
table
- Variable in class dscopesi.djar.
DJarAttribsViewer
table
- Variable in class dscopesi.djar.
DJarEntryTable
V
valueChanged(ListSelectionEvent)
- Method in class dscopesi.djar.
DJarAttribsViewer
Called when the selected entry changes.
valueChanged(TreeSelectionEvent)
- Method in class dscopesi.djar.
DJarEntryTable
Called on tree selection event.
A
D
E
F
G
J
R
S
T
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES