|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Application | |
|---|---|
| org.base.apps.api.view.util | |
| org.base.apps.core | |
| org.base.apps.core.prefs | |
| org.base.apps.core.swing | |
| org.base.apps.example.bank.byhand | |
| Uses of Application in org.base.apps.api.view.util |
|---|
| Constructors in org.base.apps.api.view.util with parameters of type Application | |
|---|---|
BaseInfo(Application<D,C> app)
|
|
BaseInfo(Application<D,C> app,
boolean isBroadcaster)
|
|
| Uses of Application in org.base.apps.core |
|---|
| Classes in org.base.apps.core that implement Application | |
|---|---|
class |
BaseApplication<D,V>
|
| Uses of Application in org.base.apps.core.prefs |
|---|
| Methods in org.base.apps.core.prefs with parameters of type Application | ||
|---|---|---|
static
|
PreferenceManager.registerApplication(Application<D,C> appl)
|
|
static
|
PreferenceManager.registerApplication(Application<D,C> appl,
boolean force)
|
|
| Uses of Application in org.base.apps.core.swing |
|---|
| Classes in org.base.apps.core.swing that implement Application | |
|---|---|
class |
SwingApplication<D,C extends Component>
Swing implementation of Application. |
| Methods in org.base.apps.core.swing with parameters of type Application | ||
|---|---|---|
|
AppTabs.addApplication(Application<D,C> app)
Adds an application in a new tab. |
|
|
AppFrame.addApplication(Application<D,C> appl)
|
|
static
|
SwingApplication.launch(Application<D,C> appl)
Launches the specified Application with the given view in a frame. |
|
| Uses of Application in org.base.apps.example.bank.byhand |
|---|
| Classes in org.base.apps.example.bank.byhand that implement Application | |
|---|---|
class |
AccountApplication
An example of creating a BASE Application manually;
that is, not using BASE annotations to generate one. |
|
Please visit Base Apps, hosted on Sourceforge.net. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||