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

Quick Search    Search Deep

org.gjt.sp.jedit.browser
Class VFSDirectoryEntryTableModel.Entry  view VFSDirectoryEntryTableModel.Entry download VFSDirectoryEntryTableModel.Entry.java

java.lang.Object
  extended byorg.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry
Enclosing class:
VFSDirectoryEntryTableModel

static class VFSDirectoryEntryTableModel.Entry
extends java.lang.Object


Field Summary
(package private)  org.gjt.sp.jedit.io.VFS.DirectoryEntry dirEntry
           
(package private)  boolean expanded
           
(package private)  int level
           
 
Constructor Summary
(package private) VFSDirectoryEntryTableModel.Entry(org.gjt.sp.jedit.io.VFS.DirectoryEntry dirEntry, int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dirEntry

org.gjt.sp.jedit.io.VFS.DirectoryEntry dirEntry

expanded

boolean expanded

level

int level
Constructor Detail

VFSDirectoryEntryTableModel.Entry

VFSDirectoryEntryTableModel.Entry(org.gjt.sp.jedit.io.VFS.DirectoryEntry dirEntry,
                                  int level)