You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4