public class Dialog extends Object implements ActionListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dialog.CloseCallback |
| Constructor and Description |
|---|
Dialog(String title,
Dialog.CloseCallback c,
boolean includeConflictCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
open() |
void |
setConflictCount(int count)
Set the conflictCount text of the dialog.
|
void |
setHistory(String text)
Set the history text of the dialog.
|
void |
setModification(String text)
Set the cache content text of this dialog.
|
public Dialog(String title, Dialog.CloseCallback c, boolean includeConflictCount)
public void setHistory(String text)
public void setModification(String text)
public void setConflictCount(int count)
public void open()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.