public interface PropertiesPage extends Component
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertiesPage.SetPageEnabledEvent |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
The priority of this properties page.
|
java.lang.String |
getTitle()
Title of the properties page
|
void |
setData(java.lang.Object data) |
boolean |
whenAccept()
Called when the button accept is presed by the user.
|
boolean |
whenApply()
Called when the button apply is presed by the user.
|
boolean |
whenCancel()
Called when the button accept is presed by the user.
|
asJComponentvoid setData(java.lang.Object data)
java.lang.String getTitle()
int getPriority()
boolean whenAccept()
boolean whenApply()
boolean whenCancel()