All Packages This Package Class Hierarchy Class Search Index
Class grendel.widgets.ColumnModelMulticaster
java.lang.Object | +----grendel.widgets.ColumnModelMulticaster
class ColumnModelMulticaster extends java.lang.Object implements grendel.widgets.ColumnModelListener { // Fields 2 ColumnModelListener a; ColumnModelListener b; // Constructors 1 public ColumnModelMulticaster(ColumnModelListener, ColumnModelListener); // Methods 9 public static ColumnModelListener add(ColumnModelListener, ColumnModelListener); public void columnAdded(ColumnModelEvent); public void columnMarginChanged(ChangeEvent); public void columnMoved(ColumnModelEvent); public void columnRemoved(ColumnModelEvent); public void columnSelectionChanged(ChangeEvent); public void columnWidthChanged(ColumnModelEvent); public ColumnModelListener remove(ColumnModelListener); public static ColumnModelListener remove(ColumnModelListener, ColumnModelListener); }
Fields
a
ColumnModelListener a
b
ColumnModelListener b
Constructors
ColumnModelMulticaster
public ColumnModelMulticaster(ColumnModelListener a, ColumnModelListener b)
Methods
add
public static ColumnModelListener add(ColumnModelListener a, ColumnModelListener b)
remove
public static ColumnModelListener remove(ColumnModelListener a, ColumnModelListener b)
remove
public ColumnModelListener remove(ColumnModelListener c)
columnAdded
public void columnAdded(ColumnModelEvent aEvent)
- Implements:
- columnAdded in interface ColumnModelListener
columnRemoved
public void columnRemoved(ColumnModelEvent aEvent)
- Implements:
- columnRemoved in interface ColumnModelListener
columnMoved
public void columnMoved(ColumnModelEvent aEvent)
- Implements:
- columnMoved in interface ColumnModelListener
columnMarginChanged
public void columnMarginChanged(ChangeEvent aEvent)
- Implements:
- columnMarginChanged in interface ColumnModelListener
columnSelectionChanged
public void columnSelectionChanged(ChangeEvent aEvent)
- Implements:
- columnSelectionChanged in interface ColumnModelListener
columnWidthChanged
public void columnWidthChanged(ColumnModelEvent aEvent)
- Implements:
- columnWidthChanged in interface ColumnModelListener
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4