|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.ui.swt.ResultSetView
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 |
protected ResultSetView(Composite self)
Method Detail |
public static ResultSetView build(Composite composite)
public static ResultSetView buildSelf(Composite self)
public void setDepot(Depot depot)
public void setHistory(History history)
public void sort(Report report)
public void sort()
public void doSearch()
public void showResults(java.util.Iterator results)
protected void setResultSet(ResultSet resultSet)
protected Label buildSearchLabel(Composite parent)
protected Text buildSearchArea(Composite parent)
protected Combo buildTaskCombo(Composite parent)
protected Button buildSearchGo(Composite parent)
public ResultSetViewResource resource()
protected java.util.Iterator getSelectedArtefacts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |