de.hillenbrand.swing
Class HItemList.FileItemEditor

java.lang.Object
  extended by de.hillenbrand.swing.HItemList.FileItemEditor
All Implemented Interfaces:
HItemList.Editor<java.io.File>
Direct Known Subclasses:
HItemList.DirectoryItemEditor
Enclosing class:
HItemList<T>

public static class HItemList.FileItemEditor
extends java.lang.Object
implements HItemList.Editor<java.io.File>


Constructor Summary
HItemList.FileItemEditor()
           
 
Method Summary
 java.io.File[] addItems(javax.swing.JComponent parent)
           
 java.io.File editItem(javax.swing.JComponent parent, java.io.File item)
           
 java.io.File parseFrom(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HItemList.FileItemEditor

public HItemList.FileItemEditor()
Method Detail

addItems

public java.io.File[] addItems(javax.swing.JComponent parent)
Specified by:
addItems in interface HItemList.Editor<java.io.File>

editItem

public java.io.File editItem(javax.swing.JComponent parent,
                             java.io.File item)
Specified by:
editItem in interface HItemList.Editor<java.io.File>

parseFrom

public java.io.File parseFrom(java.lang.String s)
Specified by:
parseFrom in interface HItemList.Editor<java.io.File>