ist.palcom.eclipse.browserplugin.views
Class OutCommandViewer

java.lang.Object
  extended by Viewer
      extended by ist.palcom.eclipse.browserplugin.views.OutCommandViewer

public class OutCommandViewer
extends Viewer

This class is a viewer component for a single command. It is intended to be used by ServiceDescriptionView.


Constructor Summary
OutCommandViewer(Composite parent, Command c)
           
 
Method Summary
 Control getControl()
           
 java.lang.Object getInput()
           
 ISelection getSelection()
           
 void refresh()
           
 void setInput(java.lang.Object input)
           
 void setSelection(ISelection selection, boolean reveal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutCommandViewer

public OutCommandViewer(Composite parent,
                        Command c)
Method Detail

getControl

public Control getControl()

getInput

public java.lang.Object getInput()

getSelection

public ISelection getSelection()

refresh

public void refresh()

setInput

public void setInput(java.lang.Object input)

setSelection

public void setSelection(ISelection selection,
                         boolean reveal)