com.izforge.izpack.panels.packs
Interface PacksPanelInterface

All Known Implementing Classes:
ImgPacksPanel, PacksPanel, 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


Method Summary
 long getBytes()
           
 Debugger getDebugger()
           
 Messages getMessages()
           
 void setBytes(long bytes)
           
 void showFreeSpace()
           
 void showSpaceRequired()
           
 

Method Detail

getMessages

Messages getMessages()

getBytes

long getBytes()

setBytes

void setBytes(long bytes)

showSpaceRequired

void showSpaceRequired()

showFreeSpace

void showFreeSpace()

getDebugger

Debugger getDebugger()


Copyright © 2018. All rights reserved.