}
+
- (IBAction)selectTab:(id)sender {
[self selectTabById:[sender tag]];
}
-
-
-
-
- (IBAction)selectTabById:(int)tabId {
NSString *tabName;
tabName = @"resultTab";
break;
-
}
[tabView selectTabViewItemWithIdentifier:tabName];
}
+
- (void)textViewDidChangeSelection:(NSNotification *)aNotification {
[self updateUI];
}
}
-
-
- (void)updateUI {
// NSLog(@"updateUI running...");
}
+
- (void)uiUpdateTimerTarget:(NSTimer *)timer {
[self doUpdateUI];
}
-
-
- (void)doUpdateUI {
NSString *activeTabIdentifier = [[tabView selectedTabViewItem] identifier];
}
-
- (BOOL)canProcessNow {
return [workset hasXmlCode] && [workset hasXsltCode];