|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setOkButtonEnabled(boolean enabled)
enabled
- boolean isOkButtonEnabled()
true
if ok button is enabled
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |