de.schwarzrot.ui
Interface MainFrame
- All Known Implementing Classes:
- InternalMainFrame, PagedMainFrame, TopMainFrame
public interface MainFrame
interface for toplevel windows common to all desktop-modes. The
Application
should be accessible from its toplevel window.
- Author:
- Reinhard Mantey
dispose
void dispose()
getApplication
Application<?> getApplication()
getClientArea
JComponent getClientArea()
getLocation
Point getLocation()
getSize
Dimension getSize()
getTitle
String getTitle()
getWindow
Window getWindow()
pack
void pack()
repaint
void repaint()
setPreferredSize
void setPreferredSize(Dimension size)
setSize
void setSize(Dimension size)
setTitle
void setTitle(String title)
validate
void validate()
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.