net.sf.jftp.gui
Class DirLister

java.lang.Object
  extended bynet.sf.jftp.gui.DirLister
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class DirLister
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
 boolean finished
           
 
Constructor Summary
DirLister(BasicConnection con)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 int getLength()
           
 int[] getPermissions()
           
 void init()
           
 boolean isOk()
           
 java.lang.String[] list()
           
 java.lang.String[] sList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

finished

public boolean finished
Constructor Detail

DirLister

public DirLister(BasicConnection con)
Method Detail

init

public void init()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

isOk

public boolean isOk()

getLength

public int getLength()

list

public java.lang.String[] list()

sList

public java.lang.String[] sList()

getPermissions

public int[] getPermissions()