public interface TabbedDialogModel.Tab
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
cancel() |
|
public javax.swing.Action |
getActionForButton(DialogButton button) |
|
public java.awt.Component |
getComponent() |
|
public javax.swing.JLabel |
getHelpLabel() |
|
public java.lang.String |
getHelpLink() |
|
public java.lang.String |
getHelpUrl() |
|
public java.lang.String |
getHint() |
|
public int |
getIndex() |
|
public java.lang.String |
getTitle() |
|
public java.lang.String |
getType() |
|
public boolean |
isButtonEnabled(DialogButton button) |
|
public boolean |
isEnabled() |
|
public void |
load(java.lang.String settingsPrefix) |
|
public void |
onDispose() This method should be called when parent window is closed. |
|
public void |
onHide() This method should be called when active tab will be changed(switched). |
|
public void |
save(java.lang.String settingsPrefix) |
This method should be called when parent window is closed.
This method should be called when active tab will be changed(switched).