|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
denapp2.DenApp2App
public class DenApp2App
The main class of the application.
入れ子のクラスの概要 |
---|
クラス org.jdesktop.application.Application から継承された入れ子のクラス/インタフェース |
---|
org.jdesktop.application.Application.ExitListener |
コンストラクタの概要 | |
---|---|
DenApp2App()
|
メソッドの概要 | |
---|---|
protected void |
configureWindow(java.awt.Window root)
This method is to initialize the specified window by injecting resources. |
static DenApp2App |
getApplication()
A convenient static getter for the application instance. |
static void |
main(java.lang.String[] args)
Main method launching the application. |
protected void |
startup()
At startup create and show the main frame of the application. |
クラス org.jdesktop.application.SingleFrameApplication から継承されたメソッド |
---|
getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown |
クラス org.jdesktop.application.Application から継承されたメソッド |
---|
addExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, launch, quit, ready, removeExitListener |
クラス org.jdesktop.application.AbstractBean から継承されたメソッド |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DenApp2App()
メソッドの詳細 |
---|
protected void startup()
org.jdesktop.application.Application
内の startup
protected void configureWindow(java.awt.Window root)
org.jdesktop.application.SingleFrameApplication
内の configureWindow
public static DenApp2App getApplication()
public static void main(java.lang.String[] args)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |