All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.fsp.FSFramedWindow
java.lang.Object
   |
   +----bmsi.fsp.PWin
           |
           +----bmsi.fsp.FSComponent
                   |
                   +----bmsi.fsp.FSContainer
                           |
                           +----bmsi.fsp.FSWindow
                                   |
                                   +----bmsi.fsp.FSFramedWindow

  Summary

class  FSFramedWindow
     extends bmsi.fsp.FSWindow
{
          // Constructors 1
     FSFramedWindow(Window, FSToolkit);

          // Methods 7
     void activate();
     void deactiveate();
     public Insets getInsets();
     public void paint(Graphics);
     public void postKey(int);
     public void setResizable(boolean);
     public void setTitle(String);
}

TUI Frames and Dialogs provide their own frames.

Author:
Stuart D. Gathman Copyright (C) 2000 Business Management Systems, Inc.


  Cross Reference

Extended By:
FSDialog, FSFrame





  Constructors

· FSFramedWindow

Summary  |  Top
   FSFramedWindow(Window w, 
                  FSToolkit toolkit) 


  Methods

· paint

Summary  |  Top
   public void paint(Graphics g) 
Overrides:
paint in class FSContainer
Implements:
paint in interface ComponentPeer


· setTitle

Summary  |  Top
   public void setTitle(String s) 


· setResizable

Summary  |  Top
   public void setResizable(boolean flg) 


· getInsets

Summary  |  Top
   public Insets getInsets() 

Our TUI system uses a 1 char frame on all sides (no shadowing).

Overrides:
getInsets in class FSContainer
Implements:
getInsets in interface ContainerPeer


· activate

Summary  |  Top
   void activate() 
Overrides:
activate in class FSWindow


· deactiveate

Summary  |  Top
   void deactiveate() 


· postKey

Summary  |  Top
   public void postKey(int k) 
Overrides:
postKey in class FSComponent
Implements:
postKey in interface Focus


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