org.xnap.commons.gui.table
Class TableLayoutManager

java.lang.Object
  extended by org.xnap.commons.gui.table.TableLayoutManager

public class TableLayoutManager
extends Object


Constructor Summary
TableLayoutManager(JTable table)
           
 
Method Summary
 void addColumnProperties(String key, String name, int width, boolean defaultColumn)
           
 org.xnap.commons.gui.table.TableLayoutManager.ResetTableLayoutAction getResetTableLayoutAction()
           
 TableLayout getTableLayout()
           
 void initializeTableLayout()
           
 void resetTableLayout()
           
 void restoreLayout(SettingStore store, String key)
           
 void saveLayout(SettingStore store, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableLayoutManager

public TableLayoutManager(JTable table)
Method Detail

addColumnProperties

public void addColumnProperties(String key,
                                String name,
                                int width,
                                boolean defaultColumn)

getResetTableLayoutAction

public org.xnap.commons.gui.table.TableLayoutManager.ResetTableLayoutAction getResetTableLayoutAction()

getTableLayout

public TableLayout getTableLayout()

initializeTableLayout

public void initializeTableLayout()

resetTableLayout

public void resetTableLayout()

restoreLayout

public void restoreLayout(SettingStore store,
                          String key)

saveLayout

public void saveLayout(SettingStore store,
                       String key)


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.