Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

entagged.library
Class LibraryDatabaseRootGenerator  view LibraryDatabaseRootGenerator download LibraryDatabaseRootGenerator.java

java.lang.Object
  extended byentagged.library.LibraryDatabaseRootGenerator

public class LibraryDatabaseRootGenerator
extends java.lang.Object

Description of the Class. $Id: LibraryDatabaseRootGenerator.java,v 1.1 2003/11/09 22:27:10 kikidonk Exp $

Version:
v0.09

Nested Class Summary
private  class LibraryDatabaseRootGenerator.FolderNodeAdapter
          Description of the Class
 
Field Summary
private  LibraryDatabase ldb
          Description of the Field
private  java.lang.String location_id
          Description of the Field
private  java.util.Vector pathsList
          Description of the Field
private  java.util.Vector v
          Description of the Field
 
Constructor Summary
LibraryDatabaseRootGenerator(LibraryDatabase ldb)
          Constructor for the LibraryDatabaseRootGenerator object
 
Method Summary
private  void browse(LibraryDatabaseRootGenerator.FolderNodeAdapter[] list, javax.swing.tree.DefaultMutableTreeNode root)
          Description of the Method
 javax.swing.tree.DefaultMutableTreeNode generate()
          Description of the Method
private  LibraryDatabaseRootGenerator.FolderNodeAdapter[] searchChilds(LibraryDatabaseRootGenerator.FolderNodeAdapter node)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ldb

private LibraryDatabase ldb
Description of the Field


location_id

private java.lang.String location_id
Description of the Field


pathsList

private java.util.Vector pathsList
Description of the Field


v

private java.util.Vector v
Description of the Field

Constructor Detail

LibraryDatabaseRootGenerator

public LibraryDatabaseRootGenerator(LibraryDatabase ldb)
Constructor for the LibraryDatabaseRootGenerator object

Method Detail

generate

public javax.swing.tree.DefaultMutableTreeNode generate()
Description of the Method


browse

private void browse(LibraryDatabaseRootGenerator.FolderNodeAdapter[] list,
                    javax.swing.tree.DefaultMutableTreeNode root)
Description of the Method


searchChilds

private LibraryDatabaseRootGenerator.FolderNodeAdapter[] searchChilds(LibraryDatabaseRootGenerator.FolderNodeAdapter node)
Description of the Method