public abstract class CommitDialogTray
extends org.eclipse.jface.dialogs.DialogTray
| Constructor and Description |
|---|
CommitDialogTray() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
init(CommitDialog commitDialog)
Default initialization.
|
void |
okPressed()
Notifies that the OK button of the CommitDialog has been pressed.
|
public abstract void init(CommitDialog commitDialog)
commitDialog - the commit dialogpublic void okPressed()
Copyright © 2017. All rights reserved.