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

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

class  SessionView
     extends java.lang.Object
     implements netscape.shell.IShellView
{
          // Fields 4
     IShellAnimation fAnimation;
     IShellIntegrator fIntegrator;
     MasterPanel fMasterPanel;
     NSToolbar fToolBar;

          // Constructors 1
     public SessionView();

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



Fields


fIntegrator

   IShellIntegrator fIntegrator


fAnimation

   IShellAnimation fAnimation


fMasterPanel

   MasterPanel fMasterPanel


fToolBar

   NSToolbar fToolBar



Constructors


SessionView

   public SessionView() 



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