com.intellij.openapi.diff
Class ActionButtonPresentation

java.lang.Object
  extended by com.intellij.openapi.diff.ActionButtonPresentation

public class ActionButtonPresentation
extends java.lang.Object


Constructor Summary
ActionButtonPresentation(boolean isEnabled, java.lang.String name, boolean closeDialog)
           
 
Method Summary
 boolean closeDialog()
           
static ActionButtonPresentation createApplyButton()
           
 java.lang.String getName()
           
 boolean isEnabled()
           
 void run(DiffViewer diffViewer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionButtonPresentation

public ActionButtonPresentation(boolean isEnabled,
                                java.lang.String name,
                                boolean closeDialog)
Method Detail

createApplyButton

public static ActionButtonPresentation createApplyButton()

isEnabled

public boolean isEnabled()

getName

public java.lang.String getName()

closeDialog

public boolean closeDialog()

run

public void run(DiffViewer diffViewer)