rero.gui.windows

Class GeneralListDialog

public class GeneralListDialog extends EmptyWindow

Field Summary
protected GeneralListModelmodel
protected Stringname
protected StringpopupHook
protected JSortTabletable
Constructor Summary
GeneralListDialog(String _name, String _hook, GeneralListModel _model)
Method Summary
ImageIcongetImageIcon()
StringgetName()
voidinit()
protected voidmaybeShowPopup(MouseEvent ev, HashMap data)
voidprocessMouseEvent(MouseEvent ev, int row)

Field Detail

model

protected GeneralListModel model

name

protected String name

popupHook

protected String popupHook

table

protected JSortTable table

Constructor Detail

GeneralListDialog

public GeneralListDialog(String _name, String _hook, GeneralListModel _model)

Method Detail

getImageIcon

public ImageIcon getImageIcon()

getName

public String getName()

init

public void init()

maybeShowPopup

protected void maybeShowPopup(MouseEvent ev, HashMap data)

processMouseEvent

public void processMouseEvent(MouseEvent ev, int row)