org.globus.cog.gridface.interfaces
Interface QueueViewPanel

All Superinterfaces:
GridFace

public interface QueueViewPanel
extends GridFace

Maintain the view panel for the queue. Short view/Detailed view provides a predefined set of components. Custom view allows the user to select what is to be displayed in the queue view panel.


Method Summary
 void addViewComponent(String name)
          Add component to the queue view panel
 void addViewComponents(String[] name)
          Add component to the queue view panel
 String[] getAllComponents()
          Get all components (names to be displayed for selection by user) registered with the current panel
 void register(Object name)
          register the component with the panel for optional display.
 void removeViewComponent(String name)
          Remove component from the view panel
 void removeViewComponents(String[] name)
          Remove component from the view panel
 void setViewPanel(int type)
           
 
Methods inherited from interface org.globus.cog.gridface.interfaces.GridFace
lastUpdateTime, register, setLabel, setName, update
 

Method Detail

setViewPanel

public void setViewPanel(int type)

addViewComponent

public void addViewComponent(String name)
Add component to the queue view panel


removeViewComponent

public void removeViewComponent(String name)
Remove component from the view panel


addViewComponents

public void addViewComponents(String[] name)
Add component to the queue view panel


removeViewComponents

public void removeViewComponents(String[] name)
Remove component from the view panel


register

public void register(Object name)
register the component with the panel for optional display. Not runtime


getAllComponents

public String[] getAllComponents()
Get all components (names to be displayed for selection by user) registered with the current panel