org.xnap.commons.gui.table
Class TableLayoutManager
java.lang.Object
org.xnap.commons.gui.table.TableLayoutManager
public class TableLayoutManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableLayoutManager
public TableLayoutManager(JTable table)
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.