|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.ui.swt.WhiteBoardView
Nested Class Summary | |
class |
WhiteBoardView.DoSearch
|
Constructor Summary | |
protected |
WhiteBoardView(Composite self)
default |
Method Summary | |
void |
addNewArtefact()
add a new artefact to the default location |
static WhiteBoardView |
build(Composite composite)
build a whiteboard ui |
Control |
buildArtefact(java.lang.Object obj)
add an artefact |
protected void |
buildMenu()
build the menu |
protected Text |
buildSearchArea(Composite parent)
|
protected Button |
buildSearchGo(Composite parent)
|
protected Label |
buildSearchLabel(Composite parent)
build the gui components |
static WhiteBoardView |
buildSelf(Composite self)
build self |
protected Combo |
buildTaskCombo(Composite parent)
|
void |
doSearch()
do the search |
Control |
getControl()
get control |
void |
removeAll()
remove all elements |
protected WhiteBoardResource |
resource()
get the ui resource |
void |
setDepot(Depot depot)
build the graph |
void |
setGraph(java.lang.Object obj,
Graph g)
build the graph |
void |
showResults(java.util.Iterator results)
set the results |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected WhiteBoardView(Composite self)
Method Detail |
public static WhiteBoardView build(Composite composite)
public static WhiteBoardView buildSelf(Composite self)
public void removeAll()
public void setDepot(Depot depot)
public void doSearch()
public void showResults(java.util.Iterator results)
public void setGraph(java.lang.Object obj, Graph g)
public void addNewArtefact()
public Control buildArtefact(java.lang.Object obj)
public Control getControl()
protected WhiteBoardResource resource()
protected void buildMenu()
protected Label buildSearchLabel(Composite parent)
protected Text buildSearchArea(Composite parent)
protected Combo buildTaskCombo(Composite parent)
protected Button buildSearchGo(Composite parent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |