| java.lang.Object net.sourceforge.tracelog.ui.UIUtil
UIUtil | public class UIUtil (Code) | | |
centerAlignedShell | public static void centerAlignedShell(Shell parentShell, Shell shell)(Code) | | Center aligned shell in relative to parent shell.
Parameters: parentShell - Parent shell Parameters: shell - Shell to be aligned |
createTitle | public static void createTitle(Composite composite, String text)(Code) | | |
getColor | public static Color getColor(int color)(Code) | | |
getColorGray | public static Color getColorGray()(Code) | | |
getColorWhite | public static Color getColorWhite()(Code) | | |
getCursorHand | public static Cursor getCursorHand()(Code) | | |
getDefaultGridLayout | public static GridLayout getDefaultGridLayout()(Code) | | |
getDisplay | public static Display getDisplay()(Code) | | Returns the display.
Display. |
getGridDataFillBoth | public static GridData getGridDataFillBoth()(Code) | | |
getGridDataFillHorizontal | public static GridData getGridDataFillHorizontal()(Code) | | |
getGridDataFillHorizontalSpan | public static GridData getGridDataFillHorizontalSpan(int spanSize)(Code) | | |
getGridDataFillVertical | public static GridData getGridDataFillVertical()(Code) | | |
|
|