|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.ui.swt.ArtefactView
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 |
protected ArtefactView(Artefact artefact, Composite parent)
protected ArtefactView(Artefact artefact, Composite parent, int x, int y)
Method Detail |
public Artefact getArtefact()
public void highlight()
public void normal()
public Control getControl()
public static ArtefactView build(Artefact artefact, Composite parent, int x, int y)
public void addComment()
protected void buildMenu()
protected ArtefactResource resource()
protected void setImage(Artefact artefact)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |