org.gamenet.application.mm8leveleditor.lod
Interface ApplicationController

All Known Implementing Classes:
UnlodFrame

public interface ApplicationController


Method Summary
 LodFile getCurrentLodFile()
           
 File getFileToCreate()
           
 LodResourceManager getLodResourceManager()
           
 ProgressDisplayer getProgressDisplayer()
           
 void setDisplayedComponent(Component displayComponent)
           
 int showConfirmDialog(Object message, String title)
           
 

Method Detail

getLodResourceManager

public LodResourceManager getLodResourceManager()

getCurrentLodFile

public LodFile getCurrentLodFile()

getProgressDisplayer

public ProgressDisplayer getProgressDisplayer()

setDisplayedComponent

public void setDisplayedComponent(Component displayComponent)

getFileToCreate

public File getFileToCreate()

showConfirmDialog

public int showConfirmDialog(Object message,
                             String title)