public class ButtonClickedEvent extends StandardDialogEvent
source
Constructor and Description |
---|
ButtonClickedEvent(IStandardModalDialog dialog,
JButton button,
int type) |
Modifier and Type | Method and Description |
---|---|
void |
dontCloseWindow() |
JButton |
getButton() |
boolean |
getCloseDialog() |
int |
getType() |
getStandardDialog
getSource, toString
public ButtonClickedEvent(IStandardModalDialog dialog, JButton button, int type)
public int getType()
public void dontCloseWindow()
public boolean getCloseDialog()
public JButton getButton()