TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.ui.swt.widgets.internal
Class StyleEditor

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 org.eclipse.tptp.platform.report.ui.swt.widgets.internal.StyleEditor
All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt). To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

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


Nested Class Summary
static class StyleEditor.TextPreviewer
          Deprecated. Internal font w_previewer implementation.
 
Field Summary
 Signal styleChanged
          Deprecated. Signal Emited.
protected  org.eclipse.swt.widgets.Button w_backColorButton
          Deprecated.  
protected  org.eclipse.swt.widgets.Button w_backColorButton2
          Deprecated.  
protected  org.eclipse.swt.widgets.Button w_foreColorButton
          Deprecated.  
protected  org.eclipse.swt.widgets.Button w_foreColorButton2
          Deprecated.  
 
Fields inherited from class org.eclipse.swt.widgets.Composite
embeddedHandle
 
Fields inherited from class org.eclipse.swt.widgets.Widget
handle
 
Constructor Summary
StyleEditor(org.eclipse.swt.widgets.Composite parent, int style)
          Deprecated.  
 
Method Summary
 void applyStyle()
          Deprecated.  
 void applyToStyle(IDStyle style)
          Deprecated.  
protected  void createSWidget()
          Deprecated.  
static java.lang.String getHelpMultiSelection()
          Deprecated. Get the multi selection help text.
protected  void initializeSWidget()
          Deprecated.  
 void setMultiSelectionColor(org.eclipse.swt.graphics.Color col)
          Deprecated. Set the highlight color to the style differences.
 void setStyle(IDStyle style)
          Deprecated.  
 void setStyleList(java.util.List stylelist)
          Deprecated.  
 
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, getData, 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, 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

styleChanged

public final Signal styleChanged
Deprecated. 
Signal Emited. Emit true if have changes otherwise false.


w_foreColorButton

protected org.eclipse.swt.widgets.Button w_foreColorButton
Deprecated. 

w_foreColorButton2

protected org.eclipse.swt.widgets.Button w_foreColorButton2
Deprecated. 

w_backColorButton

protected org.eclipse.swt.widgets.Button w_backColorButton
Deprecated. 

w_backColorButton2

protected org.eclipse.swt.widgets.Button w_backColorButton2
Deprecated. 
Constructor Detail

StyleEditor

public StyleEditor(org.eclipse.swt.widgets.Composite parent,
                   int style)
Deprecated. 
Parameters:
parent -
style -
Method Detail

getHelpMultiSelection

public static java.lang.String getHelpMultiSelection()
Deprecated. 
Get the multi selection help text.


setMultiSelectionColor

public void setMultiSelectionColor(org.eclipse.swt.graphics.Color col)
Deprecated. 
Set the highlight color to the style differences. By default the color is RGB=(200,200,200)

Parameters:
col - the highlight color

setStyle

public void setStyle(IDStyle style)
Deprecated. 

setStyleList

public void setStyleList(java.util.List stylelist)
Deprecated. 

applyStyle

public void applyStyle()
Deprecated. 

applyToStyle

public void applyToStyle(IDStyle style)
Deprecated. 

initializeSWidget

protected void initializeSWidget()
Deprecated. 

createSWidget

protected void createSWidget()
Deprecated. 

TPTP 4.6.0 Platform Project
Internal API Specification