Beispiel #1
0
 public void updateWorkflowTab() {
   tabSet.setTabPane("workflow", new WorkflowDashboard());
   tabSet.selectTab("workflow");
 }
Beispiel #2
0
 public void updateSubscriptionsTab() {
   tabSet.setTabPane("subscriptions", new SubscriptionsPanel());
   tabSet.selectTab("subscriptions");
 }
Beispiel #3
0
 public void updateTagsTab() {
   tabSet.setTabPane("tags", new TagsDashboard());
   tabSet.selectTab("tags");
 }
Beispiel #4
0
 public void updateMessageTab() {
   tabSet.setTabPane("messages", new MessagesPanel());
   tabSet.selectTab("messages");
 }
Beispiel #5
0
 public void updateUserTab() {
   tabSet.setTabPane("user", new UserDashboard());
   tabSet.selectTab("user");
 }