All Packages  This Package  Class Hierarchy  Class Search  Index

Class xBaseJ.dbfShow
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----xBaseJ.dbfShow

  Summary

public class  dbfShow
     extends java.awt.Frame
{
          // Constructors 1
     public dbfShow(String, String) throws Exception;

          // Methods 10
     public static void addComponent(Container, Component, int, int, int, int, int, int) throws AWTException;
     public static void main(String[]) throws Exception;

     public boolean action(Event, Object);
     public void addRec();
     public void clearFields();
     public void goTo(int);
     public boolean handleEvent(Event);
     public void setFields();
     public void setupDBFields(String) throws Exception;
     public void updateRec();
}




  Constructors

· dbfShow

Summary  |  Top

   public dbfShow(String title, 
                  String fname)  throws Exception


  Methods

· setupDBFields

Summary  |  Top
   public void setupDBFields(String dbname)  throws Exception


· setFields

Summary  |  Top
   public void setFields() 


· addRec

Summary  |  Top
   public void addRec() 


· updateRec

Summary  |  Top
   public void updateRec() 


· goTo

Summary  |  Top
   public void goTo(int where) 


· clearFields

Summary  |  Top
   public void clearFields() 


· handleEvent

Summary  |  Top
   public boolean handleEvent(Event event) 
Overrides:
handleEvent in class Component


· action

Summary  |  Top
   public boolean action(Event event, 
                         Object arg) 
Overrides:
action in class Component


· main

Summary  |  Top
   public static void main(String[] args)  throws Exception


· addComponent

Summary  |  Top
   public static void addComponent(Container container, 
                                   Component component, 
                                   int gridx, 
                                   int gridy, 
                                   int gridwidth, 
                                   int gridheight, 
                                   int fill, 
                                   int anchor)  throws AWTException


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