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.integrator.FolderView

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.integrator.FolderView

java.lang.Object
   |
   +----grendel.integrator.FolderView

class  FolderView
     extends java.lang.Object
     implements netscape.shell.IShellView
{
          // Fields 8
     IShellAnimation fAnimation;
     Folder fFolder;
     FolderPanel fFolderPanel;
     IShellIntegrator fIntegrator;
     PanelListener fListener;
     MessagePanel fMessagePanel;
     Splitter fSplitter;
     NSToolbar fToolBar;

          // Constructors 1
     public FolderView(Folder);

          // Methods 5
     public void activateUI(boolean);
     public Component createViewComponent(IShellView, IShellIntegrator, Rectangle);
     public void disposeViewComponent();
     public Component getViewComponent();
     public void refresh();

          // Inner Classes 1
     class PanelListener
}



Fields


fIntegrator

   IShellIntegrator fIntegrator


fAnimation

   IShellAnimation fAnimation


fSplitter

   Splitter fSplitter


fMessagePanel

   MessagePanel fMessagePanel


fFolderPanel

   FolderPanel fFolderPanel


fListener

   PanelListener fListener


fFolder

   Folder fFolder


fToolBar

   NSToolbar fToolBar



Constructors


FolderView

   public FolderView(Folder aFolder) 



Methods


createViewComponent

   public Component createViewComponent(IShellView aPrevView, 
                                        IShellIntegrator aIntegrator, 
                                        Rectangle aRect) 

Instructs the view to create the ui component for this view.

Parameter Description
prevView the view that was active prior to this view
integrator the instance of the Integrator containing this view
rect a rectangle describing the size and position of the view

Returns:
the component ui object for displaying this view's data


disposeViewComponent

   public void disposeViewComponent() 

Instructs the view to dispose the ui component for this view.



getViewComponent

   public Component getViewComponent() 

Returns the Component object for this view.



activateUI

   public void activateUI(boolean bActivate) 

Called by the Integrator when the view is created or is about to be disposed. View's should use this opportunity to merge menus etc.

Parameter Description
bActivate specifies the requested state.



refresh

   public void refresh() 

Refreshes the contents of this view.



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



Copyright © 1998 The Mozilla Organization.