Class cern.lhcias.csgui.WinMgr.FrameViewMgr

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----cern.lhcias.csgui.WinMgr.FrameViewMgr

public class FrameViewMgr
extends Frame
implements ViewManager

This is an implementation of ViewManager as a Frame. The TagsView contained in this ViewManager is opened in a new window. The window has a bar of buttons on the top to interact with the TagsView. On demand, a tree-like representation of the TagsView is shown.


Constructor Index

 o FrameViewMgr(int, int, TagContainer, String, TagChangeAdapter, TagClickedAdapter, OpenViewAdapter, String, CentralManager, TagsView)
 

Method Index

 o addComponent(TagsView)
 
 o addTag(String)
 
 o addTags(TagsView)
 
 o hideTree()
 
 o removeComponent(TagsView)
 
 o removeTag(String)
 
 o Save()
 
 o show()
 
 o showTree()
 
 o update(Graphics)
 

Constructors

 o FrameViewMgr

 public FrameViewMgr(int width,
                     int height,
                     TagContainer tc,
                     String config,
                     TagChangeAdapter adapter,
                     TagClickedAdapter tcadapter,
                     OpenViewAdapter opadapter,
                     String ViewType,
                     CentralManager status,
                     TagsView TV)

Methods

 o show

 public synchronized void show()
Overrides:
show in class Window

 o update

 public void update(Graphics g)
Overrides:
update in class Container

 o showTree

 public void showTree()

 o hideTree

 public void hideTree()

 o addTag

 public void addTag(String name)

 o addTags

 public void addTags(TagsView Tv)

 o addComponent

 public void addComponent(TagsView Tv)

 o removeTag

 public void removeTag(String name)

 o removeComponent

 public void removeComponent(TagsView Tv)

 o Save

 public void Save()