Community
Participate
Working Groups
// "Changed - " + repositoryTask.getSummary(),
// "Editor will Test with new incoming
// changes.");
parentEditor.getTopForm().addMessageHyperlinkListener(new HyperlinkAdapter() {
public void linkActivated(HyperlinkEvent e) {
refreshEditor();
}
});
parentEditor.setMessage("Task has incoming changes, synchronize to view",
IMessageProvider.WARNING);