|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBalloonContribution
The interface for contributions to the balloon popup bar.
Method Summary | |
---|---|
Image |
getImage()
The image that should appear in the balloon. |
String |
getTooltip()
The tooltip for the item in the balloon. |
void |
init(EditPart editPart)
Initializes the balloon. |
void |
init(Map<String,String> map)
Initializes the balloon. |
boolean |
isValid()
Set the edit part, return true if the edit part is supported. |
void |
run()
Execute the command. |
Method Detail |
---|
Image getImage()
String getTooltip()
void run()
boolean isValid()
void init(Map<String,String> map)
map
- the attributes received through the extension point.void init(EditPart editPart)
editPart
- the edit part
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |