com.ihr.xbrl.gui.interfaces
Interface HasFrame


public interface HasFrame

A class implementing this interface contains an application main window. The method getJFrame() must return a JFrame object that can be used by other calls to build dialogs.

Classes in the main API implementing or requesting objects implementing this interface should be avoided. This class should be used ONLY by Java user interface classes.

Author:
Ignacio

Method Summary
 javax.swing.JFrame getJFrame()
          Access to the main window that will become the parent of another child dialogs.
 

Method Detail

getJFrame

javax.swing.JFrame getJFrame()
Access to the main window that will become the parent of another child dialogs.

Returns:
JFrame


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa