Uses of Class
cz.zcu.fav.kiv.editor.graphics.MainFrame

Packages that use MainFrame
cz.zcu.fav.kiv.editor.graphics   
 

Uses of MainFrame in cz.zcu.fav.kiv.editor.graphics
 

Methods in cz.zcu.fav.kiv.editor.graphics that return MainFrame
static MainFrame MainFrame.createFrame(ConfigData data)
          Creates the main application frame MainFrame with specified data.
static MainFrame MainFrame.getInstance()
          Singleton constructor - gets the single instance of the MainFrame class.
 

Constructors in cz.zcu.fav.kiv.editor.graphics with parameters of type MainFrame
TopMenu(MainFrame frame)
          Initializes a newly created TopMenu of the main frame MainFrame.