public interface DialogControls
An instance of this interface is passed to any type of manipulator UI, allowing the UIs to enable/disable the dialog controls
For now allows to enable/disable the Ok button of the dialog
Modifier and Type | Method and Description |
---|---|
boolean |
isOkButtonEnabled()
Indicates if ok button is enabled for this dialog at the moment
|
void |
setOkButtonEnabled(boolean enabled)
Enable or disable the Ok button of the dialog for the UI.
|
void setOkButtonEnabled(boolean enabled)
enabled
- boolean isOkButtonEnabled()
true
if ok button is enabledCopyright © 2007–2015 Gephi Consortium. All rights reserved.