Method Summary |
|
public void | addDragSupport(int operations, Transfer[] transferTypes, DragSourceListener listener) |
public void | addDropSupport(int operations, Transfer[] transferTypes, DropTargetListener listener) |
public void | addMessageHyperlinkListener(IHyperlinkListener listener) |
final public Point | computeSize(int wHint, int hHint, boolean changed) Fully delegates the size computation to the internal layout manager. |
public IMessage[] | getChildrenMessages() |
public Color | getColor(String key) |
public Control | getHeadClient() |
public Image | getHeadingBackgroundImage() |
public Image | getImage() Returns the title image that will be rendered to the left of the title. |
public IMenuManager | getMenuManager() Returns the menu manager that is used to manage tool items in the form's
title area. |
public String | getMessage() |
public IMessageToolTipManager | getMessageToolTipManager() |
public int | getMessageType() |
public String | getText() Returns the title text that will be rendered at the top of the form. |
public int | getToolBarAlignment() |
public IToolBarManager | getToolBarManager() Returns the tool bar manager that is used to manage tool items in the
form's title area. |
public boolean | hasColor(String key) |
public boolean | isBackgroundImageTiled() |
public boolean | isBusy() Tests if the form is in the 'busy' state. |
public boolean | isSeparatorVisible() |
public void | putColor(String key, Color color) |
public void | removeMessageHyperlinkListener(IHyperlinkListener listener) |
public void | setBackground(Color bg) Sets the background color of the header. |
public void | setBackgroundImage(Image image) |
public void | setBackgroundImageTiled(boolean tiled) |
public void | setBusy(boolean busy) Sets the form's busy state. |
public void | setFont(Font font) |
public void | setForeground(Color fg) Sets the foreground color of the header. |
public void | setHeadClient(Control headClient) |
public void | setHeadingBackgroundImage(Image image) |
public void | setImage(Image image) Sets the image to be rendered to the left of the title. |
final public void | setLayout(Layout layout) Prevents from changing the custom control layout. |
public void | setMessageToolTipManager(IMessageToolTipManager messageToolTipManager) |
public void | setSeparatorVisible(boolean addSeparator) |
public void | setText(String text) Sets the text to be rendered at the top of the form above the body as a
title. |
public void | setTextBackground(Color[] gradientColors, int[] percents, boolean vertical) |
public void | setToolBarAlignment(int alignment) |
public void | showMessage(String newMessage, int type, IMessage[] messages) |
public void | updateToolBar() Updates the local tool bar manager if used. |