org.csstudio.ui.util.widgets
Class RangeWidgetTest

java.lang.Object
  extended by ApplicationWindow
      extended by org.csstudio.ui.util.widgets.RangeWidgetTest

public class RangeWidgetTest
extends ApplicationWindow


Constructor Summary
RangeWidgetTest()
          Create the application window.
 
Method Summary
protected  void configureShell(Shell newShell)
          Configure the shell.
protected  Control createContents(Composite parent)
          Create contents of the application window.
protected  MenuManager createMenuManager()
          Create the menu manager.
protected  StatusLineManager createStatusLineManager()
          Create the status line manager.
protected  ToolBarManager createToolBarManager(int style)
          Create the toolbar manager.
protected  Point getInitialSize()
          Return the initial size of the window.
static void main(java.lang.String[] args)
          Launch the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeWidgetTest

public RangeWidgetTest()
Create the application window.

Method Detail

createContents

protected Control createContents(Composite parent)
Create contents of the application window.

Parameters:
parent -

createMenuManager

protected MenuManager createMenuManager()
Create the menu manager.

Returns:
the menu manager

createToolBarManager

protected ToolBarManager createToolBarManager(int style)
Create the toolbar manager.

Returns:
the toolbar manager

createStatusLineManager

protected StatusLineManager createStatusLineManager()
Create the status line manager.

Returns:
the status line manager

main

public static void main(java.lang.String[] args)
Launch the application.

Parameters:
args -

configureShell

protected void configureShell(Shell newShell)
Configure the shell.

Parameters:
newShell -

getInitialSize

protected Point getInitialSize()
Return the initial size of the window.