org.fuin.utils4swing.appstarter
Class ClasspathEntryTableFormat

java.lang.Object
  extended by org.fuin.utils4swing.appstarter.ClasspathEntryTableFormat
All Implemented Interfaces:
ca.odell.glazedlists.gui.TableFormat<ClasspathEntry>

public final class ClasspathEntryTableFormat
extends Object
implements ca.odell.glazedlists.gui.TableFormat<ClasspathEntry>

Table format for classpath entries.


Constructor Summary
ClasspathEntryTableFormat()
           
 
Method Summary
 int getColumnCount()
          
 String getColumnName(int column)
          
 Object getColumnValue(ClasspathEntry entry, int column)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathEntryTableFormat

public ClasspathEntryTableFormat()
Method Detail

getColumnCount

public final int getColumnCount()

Specified by:
getColumnCount in interface ca.odell.glazedlists.gui.TableFormat<ClasspathEntry>

getColumnName

public final String getColumnName(int column)

Specified by:
getColumnName in interface ca.odell.glazedlists.gui.TableFormat<ClasspathEntry>

getColumnValue

public final Object getColumnValue(ClasspathEntry entry,
                                   int column)

Specified by:
getColumnValue in interface ca.odell.glazedlists.gui.TableFormat<ClasspathEntry>


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.