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.Separator

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----grendel.widgets.Separator

class  Separator
     extends com.sun.java.swing.JComponent
{
          // Fields 4
     SeparatorListener fListener;
     SplitterMouseListener fMouseListener;
     int fOrientation;
     int fSize;

          // Constructors 1
     public Separator(int, int, boolean);

          // Methods 6
     public void addSeparatorListener(SeparatorListener);
     public int getSeparatorSize();
     void notifyMoved(int);
     boolean notifyMoving(int);
     public void paint(Graphics);
     public void removeSeparatorListener(SeparatorListener);

          // Inner Classes 1
     class SplitterMouseListener
}



Fields


fOrientation

   int fOrientation


fSize

   int fSize


fMouseListener

   SplitterMouseListener fMouseListener


fListener

   SeparatorListener fListener



Constructors


Separator

   public Separator(int aOrientation, 
                    int aSize, 
                    boolean aFixed) 



Methods


getSeparatorSize

   public int getSeparatorSize() 


paint

   public void paint(Graphics g) 
Overrides:
paint in class JComponent


addSeparatorListener

   public void addSeparatorListener(SeparatorListener aListener) 


removeSeparatorListener

   public void removeSeparatorListener(SeparatorListener aListener) 


notifyMoving

   boolean notifyMoving(int aDelta) 


notifyMoved

   void notifyMoved(int aDelta) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4