Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

Uses of Class
org.eclipse.swt.widgets.Control

Packages that use Control
org.eclipse.rwt.lifecycle   
org.eclipse.rwt.theme   
org.eclipse.swt.browser   
org.eclipse.swt.custom   
org.eclipse.swt.events   
org.eclipse.swt.layout   
org.eclipse.swt.widgets   
 

Uses of Control in org.eclipse.rwt.lifecycle
 

Methods in org.eclipse.rwt.lifecycle with parameters of type Control
 void AbstractWidgetLCA. doRedrawFake ( Control control)
           As a side effect to redraw calls some native widgets trigger events like resize for example.
 

Uses of Control in org.eclipse.rwt.theme
 

Methods in org.eclipse.rwt.theme with parameters of type Control
 int IControlThemeAdapter. getBorderWidth ( Control control)
          Returns the width of the specified control's border.
  Color IControlThemeAdapter. getForeground ( Control control)
          Returns the default foreground color that the specified control will use to draw if no user defined foreground color has been set using setForeground(Color).
  Color IControlThemeAdapter. getBackground ( Control control)
          Returns the default background color that the specified control will use if no user-defined background color has been set using setBackground(Color).
  Font IControlThemeAdapter. getFont ( Control control)
          Returns the default font that the specified control will use to paint textual information when no user-defined font has been set using setFont(Font).
 

Uses of Control in org.eclipse.swt.browser
 

Subclasses of Control in org.eclipse.swt.browser
 class Browser
          Instances of this class implement the browser user interface metaphor.
 

Uses of Control in org.eclipse.swt.custom
 

Subclasses of Control in org.eclipse.swt.custom
 class CBanner
          Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
 class CCombo
          The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.
 class CLabel
          A Label which supports aligned text and/or an image and different border styles.
 class CTabFolder
          Instances of this class implement the notebook user interface metaphor.
 class SashForm
          The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child.
 class ScrolledComposite
          A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.
 class ViewForm
          Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.
 

Fields in org.eclipse.swt.custom declared as Control
  Control StackLayout. topControl
          topControl the Control that is displayed at the top of the stack.
 

Methods in org.eclipse.swt.custom that return Control
  Control CBanner. getBottom ()
          Returns the Control that appears on the bottom side of the banner.
  Control CBanner. getLeft ()
          Returns the Control that appears on the left side of the banner.
  Control CBanner. getRight ()
          Returns the Control that appears on the right side of the banner.
  Control[] CCombo. getChildren ()
           
  Control CTabFolder. getTopRight ()
          Returns the control in the top right corner of the tab folder.
  Control CTabItem. getControl ()
          Gets the control that is displayed in the content area of the tab item.
  Control ControlEditor. getEditor ()
          Returns the Control that is displayed above the composite being edited.
  Control SashForm. getMaximizedControl ()
          Answer the control that currently is maximized in the SashForm.
  Control ScrolledComposite. getContent ()
          Get the content that is being scrolled.
  Control ViewForm. getContent ()
          Returns the content area.
  Control ViewForm. getTopCenter ()
          Returns Control that appears in the top center of the pane.
  Control ViewForm. getTopLeft ()
          Returns the Control that appears in the top left corner of the pane.
  Control ViewForm. getTopRight ()
          Returns the control in the top right corner of the pane.
 

Methods in org.eclipse.swt.custom with parameters of type Control
 void CBanner. setBottom ( Control control)
          Set the control that appears on the bottom side of the banner.
 void CBanner. setLeft ( Control control)
          Set the control that appears on the left side of the banner.
 void CBanner. setRight ( Control control)
          Set the control that appears on the right side of the banner.
 void CTabFolder. setTopRight ( Control control)
          Set the control that appears in the top right corner of the tab folder.
 void CTabFolder. setTopRight ( Control control, int alignment)
          Set the control that appears in the top right corner of the tab folder.
 void CTabItem. setControl ( Control control)
          Sets the control that is used to fill the client area of the tab folder when the user selects the tab item.
 void ControlEditor. setEditor ( Control editor)
          Specify the Control that is to be displayed.
 void SashForm. setMaximizedControl ( Control control)
          Specify the control that should take up the entire client area of the SashForm.
 void ScrolledComposite. setContent ( Control content)
          Set the content that will be scrolled.
protected  boolean StackLayout. flushCache ( Control control)
           
 void TableEditor. setEditor ( Control editor)
           
 void TableEditor. setEditor ( Control editor, TableItem item, int column)
          Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.
 void TreeEditor. setEditor ( Control editor, TreeItem item, int column)
          Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
 void TreeEditor. setEditor ( Control editor)
           
 void TreeEditor. setEditor ( Control editor, TreeItem item)
          Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
 void ViewForm. setContent ( Control content)
          Sets the content.
 void ViewForm. setTopCenter ( Control topCenter)
          Set the control that appears in the top center of the pane.
 void ViewForm. setTopLeft ( Control c)
          Set the control that appears in the top left corner of the pane.
 void ViewForm. setTopRight ( Control c)
          Set the control that appears in the top right corner of the pane.
 

Uses of Control in org.eclipse.swt.events
 

Constructors in org.eclipse.swt.events with parameters of type Control
FocusEvent ( Control source, int id)
          Constructs a new instance of this class.
KeyEvent ( Control source, int id)
           
ModifyEvent ( Control source)
          Constructs a new instance of this class.
TraverseEvent ( Control source)
           
VerifyEvent ( Control source)
          Constructs a new instance of this class.
 

Uses of Control in org.eclipse.swt.layout
 

Fields in org.eclipse.swt.layout declared as Control
  Control FormAttachment. control
          control specifies the control to which the control side is attached.
 

Methods in org.eclipse.swt.layout with parameters of type Control
protected  boolean FillLayout. flushCache ( Control control)
           
protected  boolean FormLayout. flushCache ( Control control)
           
protected  boolean GridLayout. flushCache ( Control control)
           
protected  boolean RowLayout. flushCache ( Control control)
           
 

Constructors in org.eclipse.swt.layout with parameters of type Control
FormAttachment ( Control control)
          Constructs a new instance of this class given a control.
FormAttachment ( Control control, int offset)
          Constructs a new instance of this class given a control and an offset.
FormAttachment ( Control control, int offset, int alignment)
          Constructs a new instance of this class given a control, an offset and an alignment.
 

Uses of Control in org.eclipse.swt.widgets
 

Subclasses of Control in org.eclipse.swt.widgets
 class Button
          Instances of this class represent a selectable user interface object that issues notification when pressed and released.
 class Canvas
          This class serves as a base class for custom widgets.
 class Combo
          Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
 class Composite
          Instances of this class are controls which are capable of containing other controls.
 class CoolBar
          Instances of this class provide an area for dynamically positioning the items they contain.
 class DateTime
          Instances of this class are selectable user interface objects that allow the user to enter and modify date or time values.
 class Decorations
          This class was introduced to be API compatible with SWT and does only provide those methods that are absolutely necessary to serve this purpose.
 class ExpandBar
          Instances of this class support the layout of selectable expand bar items.
 class Group
          Instances of this class provide an etched border with an optional title.
 class Label
          Instances of this class represent a non-selectable user interface object that displays a string or image.
 class Link
          Instances of this class represent a selectable user interface object that displays a text with links.
 class List
          Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.
 class ProgressBar
          Instances of the receiver represent is an unselectable user interface object that is used to display progress, typically in the form of a bar.
 class Sash
          Instances of the receiver represent a selectable user interface object that allows the user to drag a rubber banded outline of the sash within the parent control.
 class Scale
          Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values.
 class Scrollable
          This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
 class Shell
          Instances of this class represent the "windows" which the desktop or "window manager" is managing.
 class Slider
          Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
 class Spinner
          Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values.
 class TabFolder
          Instances of this class implement the notebook user interface metaphor.
 class Table
          Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.
 class Text
          Instances of this class are selectable user interface objects that allow the user to enter and modify text.
 class ToolBar
          Instances of this class support the layout of selectable tool bar items.
 class Tree
          Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.
 

Methods in org.eclipse.swt.widgets that return Control
  Control[] Composite. getChildren ()
          Returns a (possibly empty) array containing the receiver's children.
  Control[] Composite. getTabList ()
          Gets the (possibly empty) tabbing order for the control.
  Control CoolItem. getControl ()
          Returns the control that is associated with the receiver.
  Control Display. getFocusControl ()
          Returns the control which currently has keyboard focus, or null if keyboard events are not currently going to any of the controls built by the currently running application.
  Control ExpandItem. getControl ()
          Returns the control that is shown when the item is expanded.
  Control TabItem. getControl ()
          Returns the control that is used to fill the client area of the tab folder when the user selects the tab item.
  Control ToolItem. getControl ()
          Returns the control that is used to fill the bounds of the item when the item is a SEPARATOR.
 

Methods in org.eclipse.swt.widgets with parameters of type Control
 void Composite. layout ( Control[] changed)
          Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
 void Composite. changed ( Control[] changed)
          Clears any data that has been cached by a Layout for all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
 void Composite. setTabList ( Control[] tabList)
          Sets the tabbing order for the specified controls to match the order that they occur in the argument list.
 void Control. moveAbove ( Control control)
          Moves the receiver above the specified control in the drawing order.
 void Control. moveBelow ( Control control)
          Moves the receiver below the specified control in the drawing order.
 void CoolItem. setControl ( Control control)
          Sets the control that is associated with the receiver to the argument.
  Point Display. map ( Control from, Control to, Point point)
          Maps a point from one coordinate system to another.
  Point Display. map ( Control from, Control to, int x, int y)
          Maps a point from one coordinate system to another.
  Rectangle Display. map ( Control from, Control to, Rectangle rectangle)
          Maps a point from one coordinate system to another.
  Rectangle Display. map ( Control from, Control to, int x, int y, int width, int height)
          Maps a point from one coordinate system to another.
 void ExpandItem. setControl ( Control control)
          Sets the control that is shown when the item is expanded.
protected  boolean Layout. flushCache ( Control control)
          Instruct the layout to flush any cached values associated with the control specified in the argument control.
 void TabItem. setControl ( Control control)
          Sets the control that is used to fill the client area of the tab folder when the user selects the tab item.
 void ToolItem. setControl ( Control control)
          Sets the control that is used to fill the bounds of the item when the item is a SEPARATOR.
 

Constructors in org.eclipse.swt.widgets with parameters of type Control
Menu ( Control parent)
          Constructs a new instance of this class given its parent, and sets the style for the instance so that the instance will be a popup menu on the given parent's shell.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire