org.eclipse.emf.emfstore.internal.client.ui.dialogs
Class CommitDialogTray

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogTray
      extended by org.eclipse.emf.emfstore.internal.client.ui.dialogs.CommitDialogTray

public abstract class CommitDialogTray
extends org.eclipse.jface.dialogs.DialogTray

This class defines DialogTrays which will be added to the CommitDialog.

Author:
Shterev

Constructor Summary
CommitDialogTray()
           
 
Method Summary
abstract  void init(CommitDialog commitDialog)
          Default initialization.
 void okPressed()
          Notifies that the OK button of the CommitDialog has been pressed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitDialogTray

public CommitDialogTray()
Method Detail

init

public abstract void init(CommitDialog commitDialog)
Default initialization.

Parameters:
commitDialog - the commit dialog

okPressed

public void okPressed()
Notifies that the OK button of the CommitDialog has been pressed.



Copyright © 2015. All Rights Reserved.