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.integrator.CompositionView
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.integrator.CompositionView

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

class  CompositionView
     extends java.lang.Object
     implements netscape.shell.IShellView
{
          // Fields 5
     AddressBar fAddressBar;
     IShellAnimation fAnimation;
     IShellIntegrator fIntegrator;
     CompositionPanel fPanel;
     NSToolbar fToolBar;

          // Constructors 1
     public CompositionView();

          // 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


fToolBar

   NSToolbar fToolBar


fAddressBar

   AddressBar fAddressBar


fPanel

   CompositionPanel fPanel



Constructors


CompositionView

   public CompositionView() 

Default constructor




Methods


createViewComponent

   public Component createViewComponent(IShellView prevView, 
                                        IShellIntegrator communicator, 
                                        Rectangle rect) 

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-1999 The Mozilla Organization.
Last modified December 25, 1998.