|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RulerChangeListener
RulerChangeListener
s can be added to RulerProvider
s
to receive notification about changes in the ruler/guide properties. This
interface provides a mechanism for the (client-side) ruler/guide model to
communicate changes to GEF's ruler/guide feature.
RulerProvider
Nested Class Summary | |
---|---|
static class |
RulerChangeListener.Stub
Stub for the RulerChangeListener interface. |
Method Summary | |
---|---|
void |
notifyGuideMoved(Object guide)
Invoked when a guide is moved. |
void |
notifyGuideReparented(Object guide)
Invoked when a guide is added to or removed from a ruler. |
void |
notifyPartAttachmentChanged(Object part,
Object guide)
Invoked when a graphical component is attached to a guide. |
void |
notifyUnitsChanged(int newUnit)
Invoked when the ruler's unit of measurement is changed. |
Method Detail |
---|
void notifyUnitsChanged(int newUnit)
newUnit
- The new unit of measurement (RulerProvider.UNIT_INCES,
UNIT_CENTIMETERS, or UNIT_PIXELS)void notifyGuideReparented(Object guide)
guide
- The guide that was added or removedvoid notifyGuideMoved(Object guide)
guide
- The guide that was movedvoid notifyPartAttachmentChanged(Object part, Object guide)
part
- The model representation of the graphical compoment that was
attachedguide
- The guide that the part was attached to
|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |