|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.sciapp.event.GroupTableColumnModelEvent
public class GroupTableColumnModelEvent
An event used to notify listeners that a group table column model has changed, such as group columns were added or removed.
| Field Summary | |
|---|---|
protected int[] |
childIndices
Indices identifying the position of where the children were added or removed |
protected TableColumn[] |
children
Children that have been added or removed |
protected GroupTableColumn |
groupColumn
The parent group column of the columns that have been added or removed |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GroupTableColumnModelEvent(Object source,
GroupTableColumn groupColumn)
Constructs a GroupTableColumnModelEvent. |
|
GroupTableColumnModelEvent(Object source,
GroupTableColumn groupColumn,
int[] childIndices,
TableColumn[] children)
Constructs a GroupTableColumnModelEvent. |
|
| Method Summary | |
|---|---|
int[] |
getChildIndices()
Returns the values of the child indexes. |
TableColumn[] |
getChildren()
Returns the columns that are children of the group column identified by getGroupColumn at the locations specified by getChildIndices. |
GroupTableColumn |
getGroupColumn()
Returns the parent group column of the columns that have been added or removed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int[] childIndices
protected TableColumn[] children
protected GroupTableColumn groupColumn
| Constructor Detail |
|---|
public GroupTableColumnModelEvent(Object source,
GroupTableColumn groupColumn)
public GroupTableColumnModelEvent(Object source,
GroupTableColumn groupColumn,
int[] childIndices,
TableColumn[] children)
| Method Detail |
|---|
public int[] getChildIndices()
public TableColumn[] getChildren()
public GroupTableColumn getGroupColumn()
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||