ca.aura.ui.swt
Class ResultSetView

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

public class ResultSetView
extends java.lang.Object

Author:
aforward

Nested Class Summary
 class ResultSetView.DoSearch
           
 class ResultSetView.SelectedArtefact
           
 
Constructor Summary
protected ResultSetView(Composite self)
          default
 
Method Summary
static ResultSetView build(Composite composite)
          build a whiteboard ui
protected  Text buildSearchArea(Composite parent)
           
protected  Button buildSearchGo(Composite parent)
           
protected  Label buildSearchLabel(Composite parent)
          build the gui components
static ResultSetView buildSelf(Composite self)
          build self
protected  Combo buildTaskCombo(Composite parent)
           
 void doSearch()
          do the search
protected  java.util.Iterator getSelectedArtefacts()
          get the selected artefact
 ResultSetViewResource resource()
          get the resource
 void setDepot(Depot depot)
          set the vectors
 void setHistory(History history)
          set the history of the depot
protected  void setResultSet(ResultSet resultSet)
          set the project depot
 void showResults(java.util.Iterator results)
          show results
 void sort()
          sort all the results
 void sort(Report report)
          sort the results
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetView

protected ResultSetView(Composite self)
default

Method Detail

build

public static ResultSetView build(Composite composite)
build a whiteboard ui


buildSelf

public static ResultSetView buildSelf(Composite self)
build self


setDepot

public void setDepot(Depot depot)
set the vectors


setHistory

public void setHistory(History history)
set the history of the depot


sort

public void sort(Report report)
sort the results


sort

public void sort()
sort all the results


doSearch

public void doSearch()
do the search


showResults

public void showResults(java.util.Iterator results)
show results


setResultSet

protected void setResultSet(ResultSet resultSet)
set the project depot


buildSearchLabel

protected Label buildSearchLabel(Composite parent)
build the gui components


buildSearchArea

protected Text buildSearchArea(Composite parent)

buildTaskCombo

protected Combo buildTaskCombo(Composite parent)

buildSearchGo

protected Button buildSearchGo(Composite parent)

resource

public ResultSetViewResource resource()
get the resource


getSelectedArtefacts

protected java.util.Iterator getSelectedArtefacts()
get the selected artefact



Copyright © 2002 University of Ottawa. All Rights Reserved.