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.