org.yasl.arch.application
Interface YASLSwingAppFrame

All Known Implementing Classes:
YASLSwingAppFrameImpl

public interface YASLSwingAppFrame

Version:
1.0
Author:
Jeff Chapman

Method Summary
 JFrame getJFrame()
          Returns this frame as a JFrame.
 YASLSwingApplication getSwingApplication()
          Returns the swing application instance associated with this frame.
 void initUI()
          Initializes the application menus and other parts of the application's GUI.
 

Method Detail

initUI

public void initUI()
            throws Exception
Initializes the application menus and other parts of the application's GUI.

Throws:
Exception

getSwingApplication

public YASLSwingApplication getSwingApplication()
Returns the swing application instance associated with this frame.

Returns:
YASLSwingApplication

getJFrame

public JFrame getJFrame()
Returns this frame as a JFrame.

Returns:
JFrame