|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.files.importexport.jar.RemoteJarSWTUtil
Constructor Summary | |
---|---|
RemoteJarSWTUtil()
|
Method Summary | |
---|---|
static Button |
createPushButton(Composite parent,
String label,
Image image)
Creates and returns a new push button with the given label and/or image. |
static Button |
createRadioButton(Composite parent,
String label)
Creates and returns a new radio button with the given label. |
static int |
getButtonWidthHint(Button button)
Returns a width hint for a button control. |
static Shell |
getShell(Widget widget)
Returns the shell for the given widget. |
static Display |
getStandardDisplay()
Returns the standard display to be used. |
static void |
setButtonDimensionHint(Button button)
Sets width and height hint for the button control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteJarSWTUtil()
Method Detail |
public static Display getStandardDisplay()
public static Shell getShell(Widget widget)
null
is returned.
public static int getButtonWidthHint(Button button)
public static void setButtonDimensionHint(Button button)
GridData
.
public static Button createPushButton(Composite parent, String label, Image image)
parent
- parent controllabel
- button label or null
image
- image of null
public static Button createRadioButton(Composite parent, String label)
parent
- parent controllabel
- button label or null
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |