The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.widgets.TreeTable.TreeColumnModelListener
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.widgets.TreeTable.TreeColumnModelListener

java.lang.Object
   |
   +----grendel.widgets.TreeTable.TreeColumnModelListener

class  TreeTable.TreeColumnModelListener
     extends java.lang.Object
     implements grendel.widgets.ColumnModelListener
{
          // Constructors 1
     public TreeColumnModelListener();

          // Methods 6
     public void columnAdded(ColumnModelEvent);
     public void columnMarginChanged(ChangeEvent);
     public void columnMoved(ColumnModelEvent);
     public void columnRemoved(ColumnModelEvent);
     public void columnSelectionChanged(ChangeEvent);
     public void columnWidthChanged(ColumnModelEvent);
}



Constructors


TreeColumnModelListener

   public TreeColumnModelListener() 

Default constructor




Methods


columnAdded

   public void columnAdded(ColumnModelEvent e) 
Implements:
columnAdded in interface ColumnModelListener


columnRemoved

   public void columnRemoved(ColumnModelEvent e) 
Implements:
columnRemoved in interface ColumnModelListener


columnMoved

   public void columnMoved(ColumnModelEvent e) 
Implements:
columnMoved in interface ColumnModelListener


columnMarginChanged

   public void columnMarginChanged(ChangeEvent e) 
Implements:
columnMarginChanged in interface ColumnModelListener


columnWidthChanged

   public void columnWidthChanged(ColumnModelEvent e) 
Implements:
columnWidthChanged in interface ColumnModelListener


columnSelectionChanged

   public void columnSelectionChanged(ChangeEvent e) 
Implements:
columnSelectionChanged 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-2000 The Mozilla Organization.
Last modified December 25, 1998.