Community
Participate
Working Groups
{
public void run()
_logViewUI.updateSort();
_logViewUI.update();
}
});
.BusyIndicator
.showWhile(null, new Runnable() {
public void run() {
((LogPage) page).getView().updateSort();
((LogPage) page).getView().update();
import org.eclipse.tptp.platform.log.views.internal.LogViewsPlugin;
import org.eclipse.tptp.platform.log.views.internal.util.CBESortUI;
import org.eclipse.tptp.platform.log.views.internal.util.LogViewsContextIds;
import org.eclipse.tptp.platform.log.views.internal.views.LogViewer;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.PlatformUI;
public void performApply(){
_options.storeValues();
storeValues();
public boolean hasSortChanged(){
boolean changed = false;
*/
private void storeValues() {
// update the log view to reflect the change
String viewID = "org.eclipse.tptp.platform.log.views.internal.views.LogViewer";
LogViewer logViewer = (LogViewer) LogViewsPlugin.getActiveWorkbenchWindow().getActivePage().findView(viewID);
if (logViewer != null) {
logViewer.getLogPage().getView().updateSort();