|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFigureProvider
Method Summary | |
---|---|
org.eclipse.draw2d.IFigure |
getFigure(java.lang.Object object)
Return a figure representing the object. |
boolean |
isColorMutable(java.lang.Object object)
Can the color of the figure be modified based on object state? If this value is false, consumers are able to optimize by coloring the figure once and only once for a given model instantiation. |
boolean |
isFigureUpdateable(java.lang.Object object)
Can the figure be modified based on object state? If this value is false, consumers are able to optimize by building figure once and only once for a given model instantiation. |
boolean |
isHandlingColor(java.lang.Object object)
Does the figure handle its own coloring? If false, then consumers use a separate color provider to set the figure background and foreground colors. |
void |
updateFigure(java.lang.Object object,
org.eclipse.draw2d.IFigure figure)
Updates the figure based on the current state of the object. |
Method Detail |
---|
org.eclipse.draw2d.IFigure getFigure(java.lang.Object object)
object
-
void updateFigure(java.lang.Object object, org.eclipse.draw2d.IFigure figure)
boolean isFigureUpdateable(java.lang.Object object)
object
-
boolean isColorMutable(java.lang.Object object)
object
-
boolean isHandlingColor(java.lang.Object object)
object
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |