|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.emf.cdo.ui.widgets.AuditScale
@Deprecated public class AuditScale
| Field Summary |
|---|
| Fields inherited from class org.eclipse.swt.widgets.Control |
|---|
handle |
| Constructor Summary | |
|---|---|
AuditScale(Composite parent,
int scaleStyle)
Deprecated. |
|
| Method Summary | |
|---|---|
protected Scale |
createScale(int style)
Deprecated. |
int |
getDirection()
Deprecated. |
Scale |
getScale()
Deprecated. |
int |
getScaleStyle()
Deprecated. |
static void |
main(String[] args)
Deprecated. |
void |
setBounds(int x,
int y,
int width,
int height)
Deprecated. Sets the receiver's size and location to the rectangular area specified by the arguments. |
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getBorderWidth, getClientArea, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuditScale(Composite parent,
int scaleStyle)
| Method Detail |
|---|
public int getDirection()
public int getScaleStyle()
public Scale getScale()
protected Scale createScale(int style)
public void setBounds(int x,
int y,
int width,
int height)
org.eclipse.swt.widgets.Controlx and
y arguments are relative to the receiver's
parent (or its display if its parent is null), unless
the receiver is a shell. In this case, the x
and y arguments are relative to the display.
Note: Attempting to set the width or height of the receiver to a negative number will cause that value to be set to zero instead.
setBounds in class Controlx - the new x coordinate for the receivery - the new y coordinate for the receiverwidth - the new width for the receiverheight - the new height for the receiverpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||