wonderly.jeaprs.aprs
Interface APRSUIFactory


public interface APRSUIFactory

This interface defines the set of methods that a clients getUIFactory must provide in the returned value.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

Method Summary
 javax.swing.JFrame getJFrameUI(javax.swing.JFrame parent)
          Returns a JFrame version of the UI
 javax.swing.JInternalFrame getJInternalFrameUI(javax.swing.JFrame parent, javax.swing.JDesktopPane desk)
          Returns a JInternalFrame version of the UI
 javax.swing.JPanel getJPanelUI(javax.swing.JFrame parent)
          Returns a JPanel version of the UI
 

Method Detail

getJPanelUI

public javax.swing.JPanel getJPanelUI(javax.swing.JFrame parent)
Returns a JPanel version of the UI


getJFrameUI

public javax.swing.JFrame getJFrameUI(javax.swing.JFrame parent)
Returns a JFrame version of the UI


getJInternalFrameUI

public javax.swing.JInternalFrame getJInternalFrameUI(javax.swing.JFrame parent,
                                                      javax.swing.JDesktopPane desk)
Returns a JInternalFrame version of the UI