public interface TableColumnModelListener extends EventListener
TableColumnModelEvent
Modifier and Type | Method and Description |
---|---|
void |
columnAdded(TableColumnModelEvent e)
告诉听众,一列添加到模型中。
|
void |
columnMarginChanged(ChangeEvent e)
告诉侦听器,一列由于边缘更改而移动。
|
void |
columnMoved(TableColumnModelEvent e)
告诉听众,一柱定位。
|
void |
columnRemoved(TableColumnModelEvent e)
告诉侦听器,一列从模型中删除。
|
void |
columnSelectionChanged(ListSelectionEvent e)
告诉听众,选择模型的tablecolumnmodel改变。
|
void columnAdded(TableColumnModelEvent e)
void columnRemoved(TableColumnModelEvent e)
void columnMoved(TableColumnModelEvent e)
void columnMarginChanged(ChangeEvent e)
void columnSelectionChanged(ListSelectionEvent e)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.