fr.ifremer.isisfish.ui.util
Interface IDialog
public interface IDialog
getOk
JButton getOk()
- Returns:
- the ok button (jaxx generated)
getCancel
JButton getCancel()
- Returns:
- the cancel button (jaxx generated)
doRefresh
void doRefresh()
- to doRefresh dialog (use processDataBinding)
isOkEnabled
boolean isOkEnabled()
- Returns:
true if ok button is enabled, false
otherwise
isEmpty
boolean isEmpty()
- Returns:
true if dialog has no data, false
otherwise
computeWidth
int computeWidth()
computeHeight
int computeHeight()
setVisible
void setVisible(boolean b)
setSize
void setSize(int width,
int height)
setMaximumSize
void setMaximumSize(Dimension dimension)
setOkAction
void setOkAction(AbstractAction okAction)
setCancelAction
void setCancelAction(AbstractAction cancelAction)
setMaxWidth
void setMaxWidth(int maxWidth)
setMinHeight
void setMinHeight(int minHeight)
setMaxHeight
void setMaxHeight(int maxHeight)
repaint
void repaint()
setTitle
void setTitle(String s)
Copyright © 1999-2010 CodeLutin. All Rights Reserved.