|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gswing.components.common.AbstractMain
public abstract class AbstractMain
Purpose: Common main class. All entry main programs should inherit from this.
| Constructor Summary | |
|---|---|
AbstractMain()
Constructor. |
|
| Method Summary | |
|---|---|
abstract void |
dbAccessCallback(DbReadAccess access)
This method will be called as a result of selecting OK on the DbAccessGui dialogue. |
protected String |
getPath()
Get the root path of of the program. |
protected void |
init()
Set up main program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMain()
| Method Detail |
|---|
protected void init()
protected String getPath()
public abstract void dbAccessCallback(DbReadAccess access)
dbAccessCallback in interface IDbAccessCallbackaccess - The database connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||