public interface IDialog
| Modifier and Type | Method and Description |
|---|---|
int |
computeHeight() |
int |
computeWidth() |
void |
doRefresh()
to doRefresh dialog (use processDataBinding)
|
JButton |
getCancel() |
JButton |
getOk() |
boolean |
isEmpty() |
boolean |
isOkEnabled() |
void |
repaint() |
void |
setCancelAction(AbstractAction cancelAction) |
void |
setMaxHeight(int maxHeight) |
void |
setMaximumSize(Dimension dimension) |
void |
setMaxWidth(int maxWidth) |
void |
setMinHeight(int minHeight) |
void |
setOkAction(AbstractAction okAction) |
void |
setSize(int width,
int height) |
void |
setTitle(String s) |
void |
setVisible(boolean b) |
JButton getOk()
JButton getCancel()
void doRefresh()
boolean isOkEnabled()
true if ok button is enabled, false
otherwiseboolean isEmpty()
true if dialog has no data, false
otherwiseint computeWidth()
int computeHeight()
void setVisible(boolean b)
void setSize(int width,
int height)
void setMaximumSize(Dimension dimension)
void setOkAction(AbstractAction okAction)
void setCancelAction(AbstractAction cancelAction)
void setMaxWidth(int maxWidth)
void setMinHeight(int minHeight)
void setMaxHeight(int maxHeight)
void repaint()
void setTitle(String s)
Copyright © 1999-2013 CodeLutin. All Rights Reserved.