|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.Request
org.topcased.modeler.requests.AutoResizeRequest
public class AutoResizeRequest
This request asks the auto layout of the given elements.
creation : 4 mai 2005
Constructor Summary | |
---|---|
AutoResizeRequest()
Constructor |
Method Summary | |
---|---|
org.eclipse.draw2d.geometry.Dimension |
getContentPaneSize()
|
int |
getMargin()
Returns the margin around the inner objects |
void |
setContentPaneSize(org.eclipse.draw2d.geometry.Dimension d)
|
void |
setMargin(int m)
Defines the margin around the inner objects |
Methods inherited from class org.eclipse.gef.Request |
---|
getExtendedData, getType, setExtendedData, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoResizeRequest()
Method Detail |
---|
public void setContentPaneSize(org.eclipse.draw2d.geometry.Dimension d)
public org.eclipse.draw2d.geometry.Dimension getContentPaneSize()
public void setMargin(int m)
m
- the margin to usepublic int getMargin()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.