|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.swing.event.TableColumnModelEvent
public class TableColumnModelEvent
TableColumnModelEvent
| Field Summary | |
|---|---|
protected int |
fromIndex
fromIndex |
protected int |
toIndex
toIndex |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TableColumnModelEvent(TableColumnModel source,
int from,
int to)
Constructor TableColumnModelEvent |
|
| Method Summary | |
|---|---|
int |
getFromIndex()
getFromIndex. |
int |
getToIndex()
getToIndex. |
| 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 fromIndex
protected int toIndex
| Constructor Detail |
|---|
public TableColumnModelEvent(TableColumnModel source,
int from,
int to)
source - Source TableColumnModelfrom - From indexto - To index| Method Detail |
|---|
public int getFromIndex()
public int getToIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||