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 java.lang.Object
implements ca.odell.glazedlists.gui.TableFormat<ClasspathEntry>

Table format for classpath entries.


Constructor Summary
ClasspathEntryTableFormat()
           
 
Method Summary
 int getColumnCount()
          
 java.lang.String getColumnName(int column)
          
 java.lang.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 java.lang.String getColumnName(int column)

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

getColumnValue

public final java.lang.Object getColumnValue(ClasspathEntry entry,
                                             int column)

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


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