|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.ksbase.ui.menus.KSbasEBalloonPopup
public class KSbasEBalloonPopup
Edit policy for the KSBasE popup balloons.
Constructor Summary | |
---|---|
KSbasEBalloonPopup()
Creates an empty balloon popup. |
Method Summary | |
---|---|
Image |
getImage()
Returns the image for the balloon. |
String |
getTooltip()
Returns the name of the transformation for the popup tooltip. |
void |
init(EditPart editPartParam)
Sets the balloon attributes. |
void |
init(Map<String,String> map)
Sets the balloon attributes. |
boolean |
isValid()
Sets the corresponding edit part that is target for this balloon. |
void |
run()
Executes the transformation by using the TransformationUIManager . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KSbasEBalloonPopup()
Method Detail |
---|
public Image getImage()
getImage
in interface IBalloonContribution
public String getTooltip()
getTooltip
in interface IBalloonContribution
public void run()
TransformationUIManager
.
run
in interface IBalloonContribution
public void init(Map<String,String> map)
init
in interface IBalloonContribution
map
- A map of key-value pairs.public void init(EditPart editPartParam)
init
in interface IBalloonContribution
editPartParam
- The edit part to use.public boolean isValid()
isValid
in interface IBalloonContribution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |