net.aerith.misao.gui
Class InformationTable.XmlFileDropTargetListener

java.lang.Object
  |
  +--net.aerith.misao.gui.event.DropTargetAdapter
        |
        +--net.aerith.misao.gui.event.FileDropTargetAdapter
              |
              +--net.aerith.misao.gui.InformationTable.XmlFileDropTargetListener
Enclosing class:
InformationTable

protected class InformationTable.XmlFileDropTargetListener
extends FileDropTargetAdapter

The XmlFileDropTargetListener is a listener class of drop event from native filer application.


Field Summary
private  XmlFilter filter
          The xml file filter.
 
Constructor Summary
protected InformationTable.XmlFileDropTargetListener()
           
 
Method Summary
 void dropFiles(java.io.File[] files)
          Invoked when files are dropped.
 
Methods inherited from class net.aerith.misao.gui.event.FileDropTargetAdapter
drop
 
Methods inherited from class net.aerith.misao.gui.event.DropTargetAdapter
dragEnter, dragExit, dragOver, dropActionChanged
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

filter

private XmlFilter filter
The xml file filter.
Constructor Detail

InformationTable.XmlFileDropTargetListener

protected InformationTable.XmlFileDropTargetListener()
Method Detail

dropFiles

public void dropFiles(java.io.File[] files)
Invoked when files are dropped.
Overrides:
dropFiles in class FileDropTargetAdapter
Parameters:
files - the dropped files.