Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.console.gui.objects.AbstractGuiObject Class Reference

Inheritance diagram for org.objectweb.cjdbc.console.gui.objects.AbstractGuiObject:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 AbstractGuiObject ()

Detailed Description

This class defines a AbstractGuiObject

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file AbstractGuiObject.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.console.gui.objects.AbstractGuiObject.AbstractGuiObject  ) 
 

Creates a new AbstractGuiObject object

Definition at line 45 of file AbstractGuiObject.java.

00046   {
00047     super();
00048     this.setFont(GuiConstants.DEFAULT_FONT);
00049   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:02:28 2005 for C-JDBC by  doxygen 1.3.9.1