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.
|
Copyright © 2007–2016 Gephi Consortium. All rights reserved.