public interface PropertiesPage extends Component
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
The priority of this properties page.
|
java.lang.String |
getTitle()
Title of the properties page
|
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.
|
asJComponentjava.lang.String getTitle()
int getPriority()
boolean whenAccept()
boolean whenApply()
boolean whenCancel()