|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
java.lang.Objectjavax.swing.table.DefaultTableColumnModel
public class DefaultTableColumnModel
JTable
�ı��д�������
���棺����������л��������Ժ�� Swing �汾�����ݡ���ǰ�����л�֧�������ڶ��ڴ洢��������ͬ Swing �汾��Ӧ�ó���֮��� RMI���� 1.4 �汾��ʼ������ java.beans
����������֧������ JavaBeansTM ���ڴ洢�Ĺ��ܡ���μ� XMLEncoder
��
JTable
�ֶ�ժҪ | |
---|---|
protected ChangeEvent |
changeEvent
�����¼���ֻ��Ҫһ���� |
protected int |
columnMargin
ÿ��֮��Ŀհ��� |
protected boolean |
columnSelectionAllowed
����ģ������������ѡ�� |
protected EventListenerList |
listenerList
TableColumnModelListener ���б� |
protected ListSelectionModel |
selectionModel
������ѡ���ģ�� |
protected Vector<TableColumn> |
tableColumns
��ģ���� TableColumn ������ɵ����� |
protected int |
totalColumnWidth
�������ܿ��ȵı��ػ��� |
���췽��ժҪ | |
---|---|
DefaultTableColumnModel()
����Ĭ�ϵı���ģ�͡� |
����ժҪ | ||
---|---|---|
void |
addColumn(TableColumn aColumn)
�� aColumn �ӵ� tableColumns ����Ľ�β�� |
|
void |
addColumnModelListener(TableColumnModelListener x)
���ӱ���ģ���¼����������� |
|
protected ListSelectionModel |
createSelectionModel()
�����µ�Ĭ���б�ѡ��ģ�͡� |
|
protected void |
fireColumnAdded(TableColumnModelEvent e)
֪ͨ���жԴ��¼����͵�֪ͨ����Ȥ����ע���������� |
|
protected void |
fireColumnMarginChanged()
֪ͨ���жԴ��¼����͵�֪ͨ����Ȥ����ע���������� |
|
protected void |
fireColumnMoved(TableColumnModelEvent e)
֪ͨ���жԴ��¼����͵�֪ͨ����Ȥ����ע���������� |
|
protected void |
fireColumnRemoved(TableColumnModelEvent e)
֪ͨ���жԴ��¼����͵�֪ͨ����Ȥ����ע���������� |
|
protected void |
fireColumnSelectionChanged(ListSelectionEvent e)
֪ͨ���жԴ��¼����͵�֪ͨ����Ȥ����ע���������� |
|
TableColumn |
getColumn(int columnIndex)
���� columnIndex ���е� TableColumn ���� |
|
int |
getColumnCount()
���� tableColumns ����������� |
|
int |
getColumnIndex(Object identifier)
���� tableColumns �����е�һ�е���������ʹ�� equals ���бȽ�ʱ�����еı�ʶ������ identifier �� |
|
int |
getColumnIndexAtX(int x)
����λ�� x ���е�����������õ㴦û���У��� -1�� |
|
int |
getColumnMargin()
���� TableColumn �Ŀհ��ȡ� |
|
TableColumnModelListener[] |
getColumnModelListeners()
����һ�������ڴ�ģ����ע���������ģ�������������顣 |
|
Enumeration<TableColumn> |
getColumns()
���ظ�ģ���������е�һ�� Enumeration �� |
|
boolean |
getColumnSelectionAllowed()
���������ѡ���� true������ false�� |
|
|
getListeners(Class<T> listenerType)
���ص�ǰ���ڴ�ģ����ע��Ϊ FooListener �����ж�����ɵ����顣 |
|
int |
getSelectedColumnCount()
����ѡ���������� |
|
int[] |
getSelectedColumns()
���ذ���ѡ���е����顣 |
|
ListSelectionModel |
getSelectionModel()
��������ά����ѡ��״̬�� ListSelectionModel �� |
|
int |
getTotalColumnWidth()
���������е��ܿ��ȡ� |
|
void |
moveColumn(int columnIndex,
int newIndex)
�� columnIndex λ�õ��кͱ����Ƶ� newIndex �� |
|
void |
propertyChange(PropertyChangeEvent evt)
Property Change Listener ���ķ����� |
|
protected void |
recalcWidthCache()
���¼��������е��ܿ��ȡ� |
|
void |
removeColumn(TableColumn column)
�� tableColumns ����ɾ�� column �� |
|
void |
removeColumnModelListener(TableColumnModelListener x)
�Ƴ�����ģ���¼����������� |
|
void |
setColumnMargin(int newMargin)
���пհ�����Ϊ newMargin �� |
|
void |
setColumnSelectionAllowed(boolean flag)
�����Ƿ�������ѡ�� |
|
void |
setSelectionModel(ListSelectionModel newModel)
���� TableColumnModel ��ѡ��ģ������Ϊ newModel ����Ϊ������ѡ��ģ�͵�������֪ͨע������ |
|
void |
valueChanged(ListSelectionEvent e)
��ѡ�����ʱת�� ListSelectionEvents �� ListSelectionListener �� |
���� java.lang.Object �̳еķ��� |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
�ֶ���ϸ��Ϣ |
---|
protected Vector<TableColumn> tableColumns
protected ListSelectionModel selectionModel
protected int columnMargin
protected EventListenerList listenerList
protected transient ChangeEvent changeEvent
protected boolean columnSelectionAllowed
protected int totalColumnWidth
���췽����ϸ��Ϣ |
---|
public DefaultTableColumnModel()
������ϸ��Ϣ |
---|
public void addColumn(TableColumn aColumn)
aColumn
�ӵ� tableColumns
����Ľ�β���˷������� columnAdded
�¼����͵�������������
TableColumnModel
�е� addColumn
aColumn
- Ҫ���ӵ� TableColumn
IllegalArgumentException
- ��� aColumn
Ϊ null
removeColumn(javax.swing.table.TableColumn)
public void removeColumn(TableColumn column)
tableColumns
����ɾ�� column
����� column
���ڸñ����е��б��У���˷�����ִ���κβ������˷������� tile
���µ�������ͱ���ͼ�Ĵ�С���˷������� columnRemoved
�¼����͵�������������
TableColumnModel
�е� removeColumn
column
- Ҫ�Ƴ��� TableColumn
addColumn(javax.swing.table.TableColumn)
public void moveColumn(int columnIndex, int newIndex)
columnIndex
λ�õ��кͱ����Ƶ� newIndex
��ԭ���� columnIndex
λ�õ������ڿ����� newIndex
���ҵ���newIndex
λ���ϵ�ԭ������������ƶ��������ռ䡣��� columnIndex
���� newIndex
����˲������ƶ��κ��С��˷������� columnMoved
�¼����͵�������������
TableColumnModel
�е� moveColumn
columnIndex
- Ҫ�ƶ��е�����newIndex
- �����ƶ�����������λ��
IllegalArgumentException
- ��� column
�� newIndex
������Ч��Χ��public void setColumnMargin(int newMargin)
newMargin
���˷������� columnMarginChanged
�¼����͵�������������
TableColumnModel
�е� setColumnMargin
newMargin
- �µĿհ��ȣ�������Ϊ��λgetColumnMargin()
,
getTotalColumnWidth()
public int getColumnCount()
tableColumns
�����������
TableColumnModel
�е� getColumnCount
tableColumns
���������getColumns()
public Enumeration<TableColumn> getColumns()
Enumeration
��
TableColumnModel
�е� getColumns
Enumeration
public int getColumnIndex(Object identifier)
tableColumns
�����е�һ�е���������ʹ�� equals
���бȽ�ʱ�����еı�ʶ������ identifier
��
TableColumnModel
�е� getColumnIndex
identifier
- ��ʶ������
tableColumns
�����е�һ�е����������еı�ʶ������ identifier
IllegalArgumentException
- ��� identifier
Ϊ null
������û�� TableColumn
���д� identifier
getColumn(int)
public TableColumn getColumn(int columnIndex)
columnIndex
���е� TableColumn
����
TableColumnModel
�е� getColumn
columnIndex
- ���������
columnIndex
���е� TableColumn
����public int getColumnMargin()
TableColumn
�Ŀհ��ȡ�Ĭ�ϵ� columnMargin
Ϊ 1��
TableColumnModel
�е� getColumnMargin
TableColumn
��������setColumnMargin(int)
public int getColumnIndexAtX(int x)
x
���е�����������õ㴦û���У��� -1��
Ϊ���� Swing �Ŀɷ���ģ�ͼܹ�����һ�£�TableColumnModel ��֪�����ĸ��������ʵ����ʾ����Ļ�ϵġ����еĿ��ӻ���ʾ��ʹ�ô�ģ�͵���ͼ/��������ͨ���� JTable�������𡣸���ͼ/��������������Ұ�˳����ʾ���С����磬Ϊ����Ӧ���Ի���������ѡ���Դ��ҵ�����ʾ���У����߿��ܸ����û�����������ijЩ�С���Ϊģ�Ͳ�֪���������������Ļ�ϲ��ֵģ����Բ�Ӧ�������� xPosition
��Ϊ�� 2D ͼ�οռ��е����ꡣ�෴��Ӧ�ý�����Ϊ�Ǵ�ģ�������п�ʼ��һ�����ȡ������Ҫ 2D �ռ��и��� X ������������������ʹ�� JTable.columnAtPoint
��
TableColumnModel
�е� getColumnIndexAtX
x
- ��Ҫ��ˮƽλ��
JTable.columnAtPoint(java.awt.Point)
public int getTotalColumnWidth()
TableColumnModel
�е� getTotalColumnWidth
totalColumnWidth
����public void setSelectionModel(ListSelectionModel newModel)
TableColumnModel
��ѡ��ģ������Ϊ newModel
����Ϊ������ѡ��ģ�͵�������֪ͨע��������� newModel
Ϊ null
�����׳�һ���쳣��
TableColumnModel
�е� setSelectionModel
newModel
- �µ�ѡ��ģ��
IllegalArgumentException
- ��� newModel
Ϊ null
getSelectionModel()
public ListSelectionModel getSelectionModel()
ListSelectionModel
��
TableColumnModel
�е� getSelectionModel
null
��setSelectionModel(javax.swing.ListSelectionModel)
public void setColumnSelectionAllowed(boolean flag)
TableColumnModel
�е� setColumnSelectionAllowed
flag
- ���������ѡ����Ϊ true������Ϊ falseTableColumnModel.getColumnSelectionAllowed()
public boolean getColumnSelectionAllowed()
TableColumnModel
�е� getColumnSelectionAllowed
columnSelectionAllowed
����TableColumnModel.setColumnSelectionAllowed(boolean)
public int[] getSelectedColumns()
selectionModel
Ϊ null
����һ�������顣
TableColumnModel
�е� getSelectedColumns
selectionModel
Ϊ null
����һ��������public int getSelectedColumnCount()
TableColumnModel
�е� getSelectedColumnCount
public void addColumnModelListener(TableColumnModelListener x)
TableColumnModel
�е� addColumnModelListener
x
- һ�� TableColumnModelListener
����public void removeColumnModelListener(TableColumnModelListener x)
TableColumnModel
�е� removeColumnModelListener
x
- һ�� TableColumnModelListener
����public TableColumnModelListener[] getColumnModelListeners()
ColumnModelListener
�������ǰû����ע�����ģ������������һ��������addColumnModelListener(javax.swing.event.TableColumnModelListener)
,
removeColumnModelListener(javax.swing.event.TableColumnModelListener)
protected void fireColumnAdded(TableColumnModelEvent e)
e
- ���յ��¼�EventListenerList
protected void fireColumnRemoved(TableColumnModelEvent e)
e
- ���յ��¼�EventListenerList
protected void fireColumnMoved(TableColumnModelEvent e)
e
- ���յ��¼�EventListenerList
protected void fireColumnSelectionChanged(ListSelectionEvent e)
e
- ���յ��¼�EventListenerList
protected void fireColumnMarginChanged()
EventListenerList
public <T extends EventListener> T[] getListeners(Class<T> listenerType)
FooListener
�����ж�����ɵ����顣FooListener
���� addFooListener
����ע��ġ�
����ʹ�� class ����ֵ���� FooListener.class
����ָ�� listenerType
���������磬����ʹ�����´����ѯ DefaultTableColumnModel
m
����ģ����������
ColumnModelListener[] cmls = (ColumnModelListener[])(m.getListeners(ColumnModelListener.class));�������������������������˷���������һ�������顣
listenerType
- ��������������ͣ��˲���Ӧ��ָ��һ���� java.util.EventListener
�̳еĽӿ�
FooListener
�����ж�����ɵ����飬���û����������������������һ��������
ClassCastException
- ��� listenerType
δָ��ʵ�� java.util.EventListener
�����ӿڡ�getColumnModelListeners()
public void propertyChange(PropertyChangeEvent evt)
PropertyChangeListener
�е� propertyChange
evt
- PropertyChangeEvent
public void valueChanged(ListSelectionEvent e)
ListSelectionEvents
�� ListSelectionListener
��
ListSelectionListener
�е� valueChanged
e
- �����¼�protected ListSelectionModel createSelectionModel()
protected void recalcWidthCache()
totalColumnWidth
���ԡ�
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������