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