ij2x.control
Class DeleteAction

java.lang.Object
  extended by ij2x.control.DeleteAction

public class DeleteAction
extends java.lang.Object


Nested Class Summary
 class DeleteAction.DeleteProgressDialog
           
 
Constructor Summary
DeleteAction(java.awt.Component parentComponent)
           
DeleteAction(java.awt.Component parentComponent, javax.swing.filechooser.FileSystemView fsv)
           
 
Method Summary
 void addFile(java.io.File file)
           
 void addShellListener(JThumbListener l)
           
 void cancel()
           
 void clear()
           
 void delete()
           
 boolean isCanceled()
           
 void removeShellListener(JThumbListener l)
           
 void setFileSystemView(javax.swing.filechooser.FileSystemView fsv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteAction

public DeleteAction(java.awt.Component parentComponent)

DeleteAction

public DeleteAction(java.awt.Component parentComponent,
                    javax.swing.filechooser.FileSystemView fsv)
Method Detail

setFileSystemView

public void setFileSystemView(javax.swing.filechooser.FileSystemView fsv)

addFile

public void addFile(java.io.File file)

clear

public void clear()

isCanceled

public boolean isCanceled()

addShellListener

public void addShellListener(JThumbListener l)

removeShellListener

public void removeShellListener(JThumbListener l)

cancel

public void cancel()

delete

public void delete()
            throws java.io.IOException,
                   java.lang.SecurityException
Throws:
java.io.IOException
java.lang.SecurityException