|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
javax.swing.table.TableColumnModel |
getTableColumnModel(javax.swing.table.TableColumnModel model)
This method enables to recover a TableColumnModel that matches the data stored in this Memento. |
void |
setTableColumnModel(javax.swing.table.TableColumnModel model)
This method enables to set the TableColumnModel for which this Memento will record the state. |
| Methods inherited from interface org.jcreme.state.Memento |
load, store, updateMemento, updateObject |
| Method Detail |
public void setTableColumnModel(javax.swing.table.TableColumnModel model)
throws java.lang.IllegalArgumentException
model - the TableColumnModel to remember.
java.lang.IllegalArgumentException - if the provided model is not supported by this instance.public javax.swing.table.TableColumnModel getTableColumnModel(javax.swing.table.TableColumnModel model)
model - the current TableColumnModel. It is used to remove columns
that do not exist anymore or to add new columns.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||