The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback
Class grendel.widgets.ColumnModelMulticaster
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

Copyright © 1998-1999 The Mozilla Organization.