ca.aura.ui.swt
Class ArtefactView

java.lang.Object
  |
  +--ca.aura.ui.swt.ArtefactView

public class ArtefactView
extends java.lang.Object

Author:
Andrew

Nested Class Summary
 class ArtefactView.AddComment
           
 class ArtefactView.LaunchDocument
           
 
Constructor Summary
protected ArtefactView(Artefact artefact, Composite parent)
          default
protected ArtefactView(Artefact artefact, Composite parent, int x, int y)
          specify the location as well
 
Method Summary
 void addComment()
          add a comment
static ArtefactView build(Artefact artefact, Composite parent, int x, int y)
          build a ui
protected  void buildMenu()
          build the menu
 Artefact getArtefact()
          set the artefact
 Control getControl()
          build the menu
 void highlight()
          highlight the artefact
 void normal()
          normal
protected  ArtefactResource resource()
          get the ui resource
protected  void setImage(Artefact artefact)
          get teh image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtefactView

protected ArtefactView(Artefact artefact,
                       Composite parent)
default


ArtefactView

protected ArtefactView(Artefact artefact,
                       Composite parent,
                       int x,
                       int y)
specify the location as well

Method Detail

getArtefact

public Artefact getArtefact()
set the artefact


highlight

public void highlight()
highlight the artefact


normal

public void normal()
normal


getControl

public Control getControl()
build the menu


build

public static ArtefactView build(Artefact artefact,
                                 Composite parent,
                                 int x,
                                 int y)
build a ui


addComment

public void addComment()
add a comment


buildMenu

protected void buildMenu()
build the menu


resource

protected ArtefactResource resource()
get the ui resource


setImage

protected void setImage(Artefact artefact)
get teh image



Copyright © 2002 University of Ottawa. All Rights Reserved.