pl.edu.agh.cast.data.ui.importer.wizard
Class MainEntityComposite

java.lang.Object
  extended by org.eclipse.swt.widgets.Widget
      extended by org.eclipse.swt.widgets.Control
          extended by org.eclipse.swt.widgets.Scrollable
              extended by org.eclipse.swt.widgets.Composite
                  extended by pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite
All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable

public class MainEntityComposite
extends org.eclipse.swt.widgets.Composite

Main composite of the MainEntityPage.

Author:
AGH CAST Team

Field Summary
protected  SortedMap<IEntity,Integer> suggestedMainEntities
          Suggested main entities of the imported data.
 
Fields inherited from class org.eclipse.swt.widgets.Composite
embeddedHandle
 
Fields inherited from class org.eclipse.swt.widgets.Widget
handle
 
Constructor Summary
MainEntityComposite(org.eclipse.swt.widgets.Composite parent, int style, MainEntityPage mediator)
          The default constructor.
 
Method Summary
protected  IEntity[] getCheckedItems()
           
 IEntity[] getSelectedEntities()
           
protected  void handleSelectionChangedAction()
           
protected  void initGUI()
           
static void main(String[] args)
          Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
 void setData(SortedMap<IEntity,Integer> suggMainEntities)
          Sets the main entity composite's data.
static void showGUI()
          Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.
 
Methods inherited from class org.eclipse.swt.widgets.Composite
changed, checkSubclass, computeSize, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList
 
Methods inherited from class org.eclipse.swt.widgets.Scrollable
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar
 
Methods inherited from class org.eclipse.swt.widgets.Control
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getRegion, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update
 
Methods inherited from class org.eclipse.swt.widgets.Widget
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

suggestedMainEntities

protected SortedMap<IEntity,Integer> suggestedMainEntities
Suggested main entities of the imported data.

Constructor Detail

MainEntityComposite

public MainEntityComposite(org.eclipse.swt.widgets.Composite parent,
                           int style,
                           MainEntityPage mediator)
The default constructor.

Parameters:
parent - the parent composite
style - the style of widget to construct
mediator - the mediating wizard page
Method Detail

main

public static void main(String[] args)
Auto-generated main method to display this org.eclipse.swt.widgets.Composite inside a new Shell.

Parameters:
args - arguments for the main method

showGUI

public static void showGUI()
Auto-generated method to display this org.eclipse.swt.widgets.Composite inside a new Shell.


setData

public void setData(SortedMap<IEntity,Integer> suggMainEntities)
Sets the main entity composite's data.

Parameters:
suggMainEntities - the suggested main entities

initGUI

protected void initGUI()

getCheckedItems

protected IEntity[] getCheckedItems()

handleSelectionChangedAction

protected void handleSelectionChangedAction()

getSelectedEntities

public IEntity[] getSelectedEntities()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.