de.miethxml.hawron.gui.context
Interface ContextViewComponent

All Known Implementing Classes:
ContextView, ContextViewComponentImpl

public interface ContextViewComponent

Author:
simon

Method Summary
 boolean isShowButtonPanels()
           
 void setBaseLocation(java.lang.String base)
           
 void setCheckSupportedExtensions(boolean b)
           
 void showButtonPanels(boolean state)
           
 

Method Detail

showButtonPanels

public void showButtonPanels(boolean state)

isShowButtonPanels

public boolean isShowButtonPanels()

setCheckSupportedExtensions

public void setCheckSupportedExtensions(boolean b)

setBaseLocation

public void setBaseLocation(java.lang.String base)