com.izforge.izpack.panels
Interface PacksPanelInterface
- All Known Implementing Classes:
- PacksPanelBase
- public interface PacksPanelInterface
This interface is used to be able to access the common information
in the PackPanel and the ImgPacksPAnel through a common type.
I introduced it so that I can remove the duplicate PacksModel from each
class and create a common one for both.
This could be avoided by inheriting ImgPacksPanel from PacksPanel
User: Gaganis Giorgos
Date: Sep 17, 2004
Time: 8:29:22 AM
getLangpack
public LocaleDatabase getLangpack()
getBytes
public int getBytes()
setBytes
public void setBytes(int bytes)
showSpaceRequired
public void showSpaceRequired()
showFreeSpace
public void showFreeSpace()