de.schwarzrot.ui.control.support
Class AbstractTableView.AbstractTableFormat
java.lang.Object
de.schwarzrot.ui.control.support.AbstractTableView.AbstractTableFormat
- All Implemented Interfaces:
- ca.odell.glazedlists.gui.TableFormat<E>, JTableConfigurer
- Direct Known Subclasses:
- MappingsTableView.MapFormat, OptionBundlesTableView.OptBundleFormat, OptionsTableView.OptionFormat, ServicesTableView.ServiceTableFormat
- Enclosing class:
- AbstractTableView<E extends Entity>
protected abstract class AbstractTableView.AbstractTableFormat
- extends Object
- implements ca.odell.glazedlists.gui.TableFormat<E>, JTableConfigurer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ca.odell.glazedlists.gui.TableFormat |
getColumnValue |
AbstractTableView.AbstractTableFormat
protected AbstractTableView.AbstractTableFormat(String prefix)
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount
in interface ca.odell.glazedlists.gui.TableFormat<E extends Entity>
getColumnName
public String getColumnName(int idx)
- Specified by:
getColumnName
in interface ca.odell.glazedlists.gui.TableFormat<E extends Entity>
setupTable
public void setupTable(JTable table)
- Specified by:
setupTable
in interface JTableConfigurer
getColumnNames
protected abstract String[] getColumnNames()
getColumnWidth
protected abstract int getColumnWidth(int idx)
getMaxColWidth
protected abstract int getMaxColWidth(int idx)
getMinColWidth
protected int getMinColWidth(int idx)
setColumnRenderer
protected abstract void setColumnRenderer(TableColumn tc,
int colIndex)
setTypeRenderers
protected abstract void setTypeRenderers(JTable table)
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.