| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (9) on Thu Mar 22 23:57:46 CET 2018 --> |
| <title>S-Index</title> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta name="date" content="2018-03-22"> |
| <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style"> |
| <script type="text/javascript" src="../script.js"></script> |
| <script type="text/javascript" src="../jquery/jszip/dist/jszip.min.js"></script> |
| <script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils.min.js"></script> |
| <!--[if IE]> |
| <script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> |
| <![endif]--> |
| <script type="text/javascript" src="../jquery/jquery-1.10.2.js"></script> |
| <script type="text/javascript" src="../jquery/jquery-ui.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="S-Index"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| var pathtoroot = "../";loadScripts(document, 'script');</script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <div class="fixedNav"> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="../overview-tree.html">Tree</a></li> |
| <li><a href="../deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-18.html">Prev Letter</a></li> |
| <li><a href="index-19.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-19.html" target="_top">Frames</a></li> |
| <li><a href="index-19.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <ul class="navListSearch"> |
| <li><span>SEARCH: </span> |
| <input type="text" id="search" value=" " disabled="disabled"> |
| <input type="reset" id="reset" value=" " disabled="disabled"> |
| </li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| </div> |
| <div class="navPadding"> </div> |
| <script type="text/javascript"><!-- |
| $('.navPadding').css('padding-top', $('.fixedNav').css("height")); |
| //--> |
| </script> |
| <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> <a href="index-27.html">_</a> <a name="I:S"> |
| <!-- --> |
| </a> |
| <h2 class="title">S</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/SWTGraphicUtil.html#safeDispose-org.eclipse.swt.graphics.Resource-">safeDispose(Resource)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/SWTGraphicUtil.html" title="class in org.eclipse.nebula.widgets.opal.commons">SWTGraphicUtil</a></dt> |
| <dd> |
| <div class="block">Dispose safely any SWT resource</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html#safeToString-java.lang.Object-">safeToString(Object)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html" title="class in org.eclipse.nebula.widgets.opal.commons">StringUtil</a></dt> |
| <dd> |
| <div class="block">Returns a "safe" string representation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/internal/util/Util.html#sameClass-java.lang.Object-java.lang.Object-">sameClass(Object, Object)</a></span> - Static method in class org.eclipse.nebula.paperclips.core.internal.util.<a href="../org/eclipse/nebula/paperclips/core/internal/util/Util.html" title="class in org.eclipse.nebula.paperclips.core.internal.util">Util</a></dt> |
| <dd> |
| <div class="block">Returns whether the objects are of the same class.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/DateHelper.html#sameDate-java.util.Calendar-java.util.Calendar-">sameDate(Calendar, Calendar)</a></span> - Static method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/DateHelper.html" title="class in org.eclipse.nebula.widgets.ganttchart">DateHelper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/DateHelper.html#sameDate-java.util.Date-java.util.Date-">sameDate(Date, Date)</a></span> - Static method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/DateHelper.html" title="class in org.eclipse.nebula.widgets.ganttchart">DateHelper</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider"><span class="typeNameLink">Sample</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/package-summary.html">org.eclipse.nebula.visualization.xygraph.dataprovider</a></dt> |
| <dd> |
| <div class="block">An (x,y) sample data with error.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html#Sample-double-double-">Sample(double, double)</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">Sample</a></dt> |
| <dd> |
| <div class="block">Initialize with x/y value</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html#Sample-double-double-double-double-double-double-">Sample(double, double, double, double, double, double)</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">Sample</a></dt> |
| <dd> |
| <div class="block">Initialize with value and error range</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html#Sample-double-double-double-double-double-double-java.lang.String-">Sample(double, double, double, double, double, double, String)</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">Sample</a></dt> |
| <dd> |
| <div class="block">Initialize with value, error ranges and info text</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/internal/GraphicUtils.html#saturate-org.eclipse.swt.graphics.RGB-float-">saturate(RGB, float)</a></span> - Static method in class org.eclipse.nebula.widgets.pgroup.internal.<a href="../org/eclipse/nebula/widgets/pgroup/internal/GraphicUtils.html" title="class in org.eclipse.nebula.widgets.pgroup.internal">GraphicUtils</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphConfigCommand.html#saveAfterStates--">saveAfterStates()</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphConfigCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphConfigCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html#saveCustomization-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-">saveCustomization(CustomizeData)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">CustomizeManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/FileStoreCustomizations.html#saveCustomization-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-">saveCustomization(CustomizeData)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/FileStoreCustomizations.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">FileStoreCustomizations</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/IXViewerCustomizations.html#saveCustomization-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-">saveCustomization(CustomizeData)</a></span> - Method in interface org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/IXViewerCustomizations.html" title="interface in org.eclipse.nebula.widgets.xviewer.customize">IXViewerCustomizations</a></dt> |
| <dd> |
| <div class="block">Called to have customization saved</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomizations.html#saveCustomization-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-">saveCustomization(CustomizeData)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomizations.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">XViewerCustomizations</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphConfigCommand.html#savePreviousStates--">savePreviousStates()</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphConfigCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphConfigCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisPanOrZoomCommand.html#saveState--">saveState()</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisPanOrZoomCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisPanOrZoomCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SaveStateCommand.html#saveState--">saveState()</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SaveStateCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">SaveStateCommand</a></dt> |
| <dd> |
| <div class="block">Derived class should implement this to save the 'final' state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/ZoomCommand.html#saveState--">saveState()</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/ZoomCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">ZoomCommand</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SaveStateCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo"><span class="typeNameLink">SaveStateCommand</span></a> - Class in <a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/package-summary.html">org.eclipse.nebula.visualization.internal.xygraph.undo</a></dt> |
| <dd> |
| <div class="block">Abstract base for an undo-able command that saves some state</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SaveStateCommand.html#SaveStateCommand-java.lang.String-">SaveStateCommand(String)</a></span> - Constructor for class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SaveStateCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">SaveStateCommand</a></dt> |
| <dd> |
| <div class="block">Initialize Derived class should save the 'original' state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMementoUtil.html#saveXYGraphPropsToMemento-org.eclipse.nebula.visualization.xygraph.figures.IXYGraph-org.eclipse.nebula.visualization.internal.xygraph.undo.XYGraphMemento-">saveXYGraphPropsToMemento(IXYGraph, XYGraphMemento)</a></span> - Static method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMementoUtil.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMementoUtil</a></dt> |
| <dd> |
| <div class="block">Saves props to the given memento</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.ColorDepth.html#SCALE">SCALE</a></span> - org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.ColorDepth.html" title="enum in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure.ColorDepth</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/widgets/introspection/ScaleWidgetIntrospector.html#SCALE_WIDGET_NON_PROPERTIES">SCALE_WIDGET_NON_PROPERTIES</a></span> - Static variable in class org.eclipse.nebula.visualization.internal.widgets.introspection.<a href="../org/eclipse/nebula/visualization/internal/widgets/introspection/ScaleWidgetIntrospector.html" title="class in org.eclipse.nebula.visualization.internal.widgets.introspection">ScaleWidgetIntrospector</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/widgets/examples/ScaledSliderExample.html" title="class in org.eclipse.nebula.visualization.widgets.examples"><span class="typeNameLink">ScaledSliderExample</span></a> - Class in <a href="../org/eclipse/nebula/visualization/widgets/examples/package-summary.html">org.eclipse.nebula.visualization.widgets.examples</a></dt> |
| <dd> |
| <div class="block">A live Scaled Slider Example.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/examples/ScaledSliderExample.html#ScaledSliderExample--">ScaledSliderExample()</a></span> - Constructor for class org.eclipse.nebula.visualization.widgets.examples.<a href="../org/eclipse/nebula/visualization/widgets/examples/ScaledSliderExample.html" title="class in org.eclipse.nebula.visualization.widgets.examples">ScaledSliderExample</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures"><span class="typeNameLink">ScaledSliderFigure</span></a> - Class in <a href="../org/eclipse/nebula/visualization/widgets/figures/package-summary.html">org.eclipse.nebula.visualization.widgets.figures</a></dt> |
| <dd> |
| <div class="block">A Scaled Slider figure</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#ScaledSliderFigure--">ScaledSliderFigure()</a></span> - Constructor for class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#scaleImageToDayWidth--">scaleImageToDayWidth()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#scaleImageToDayWidth--">scaleImageToDayWidth()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to allow an image to exceed the width of one day when zooming in / out.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/util/PointsUtil.html#scalePoints-org.eclipse.draw2d.geometry.PointList-double-double-">scalePoints(PointList, double, double)</a></span> - Static method in class org.eclipse.nebula.visualization.widgets.util.<a href="../org/eclipse/nebula/visualization/widgets/util/PointsUtil.html" title="class in org.eclipse.nebula.visualization.widgets.util">PointsUtil</a></dt> |
| <dd> |
| <div class="block">Scale the geometry size of a pointlist.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/util/PointsUtil.html#scalePointsBySize-org.eclipse.draw2d.geometry.PointList-int-int-">scalePointsBySize(PointList, int, int)</a></span> - Static method in class org.eclipse.nebula.visualization.widgets.util.<a href="../org/eclipse/nebula/visualization/widgets/util/PointsUtil.html" title="class in org.eclipse.nebula.visualization.widgets.util">PointsUtil</a></dt> |
| <dd> |
| <div class="block">Scale the bound size of a point list.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/paperclips/core/ScalePrint.html" title="class in org.eclipse.nebula.paperclips.core"><span class="typeNameLink">ScalePrint</span></a> - Class in <a href="../org/eclipse/nebula/paperclips/core/package-summary.html">org.eclipse.nebula.paperclips.core</a></dt> |
| <dd> |
| <div class="block">A decorator print that scales it's target larger or smaller.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ScalePrint.html#ScalePrint-org.eclipse.nebula.paperclips.core.Print-">ScalePrint(Print)</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ScalePrint.html" title="class in org.eclipse.nebula.paperclips.core">ScalePrint</a></dt> |
| <dd> |
| <div class="block">Constructs a ScalePrint which scales down it's target to print at it's |
| preferred size.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ScalePrint.html#ScalePrint-org.eclipse.nebula.paperclips.core.Print-java.lang.Double-">ScalePrint(Print, Double)</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ScalePrint.html" title="class in org.eclipse.nebula.paperclips.core">ScalePrint</a></dt> |
| <dd> |
| <div class="block">Constructs a ScalePrint which scales it's target by the given factor.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/internal/widgets/introspection/ScaleWidgetIntrospector.html" title="class in org.eclipse.nebula.visualization.internal.widgets.introspection"><span class="typeNameLink">ScaleWidgetIntrospector</span></a> - Class in <a href="../org/eclipse/nebula/visualization/internal/widgets/introspection/package-summary.html">org.eclipse.nebula.visualization.internal.widgets.introspection</a></dt> |
| <dd> |
| <div class="block">The introspector for widget inherited from <a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures"><code>AbstractScaledWidgetFigure</code></a>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/widgets/introspection/ScaleWidgetIntrospector.html#ScaleWidgetIntrospector--">ScaleWidgetIntrospector()</a></span> - Constructor for class org.eclipse.nebula.visualization.internal.widgets.introspection.<a href="../org/eclipse/nebula/visualization/internal/widgets/introspection/ScaleWidgetIntrospector.html" title="class in org.eclipse.nebula.visualization.internal.widgets.introspection">ScaleWidgetIntrospector</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal"><span class="typeNameLink">ScrollBarProxyAdapter</span></a> - Class in <a href="../org/eclipse/nebula/widgets/grid/internal/package-summary.html">org.eclipse.nebula.widgets.grid.internal</a></dt> |
| <dd> |
| <div class="block">Adapts a normal scrollbar to the IScrollBar proxy.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#ScrollBarProxyAdapter-org.eclipse.swt.widgets.ScrollBar-">ScrollBarProxyAdapter(ScrollBar)</a></span> - Constructor for class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dd> |
| <div class="block">Contructs this adapter by delegating to the given scroll bar.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#scrollChartVerticallyOnMouseWheel--">scrollChartVerticallyOnMouseWheel()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#scrollChartVerticallyOnMouseWheel--">scrollChartVerticallyOnMouseWheel()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether the chart should scroll vertically when the mouse wheel is used.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/CompoundViewPortHandler.html#scrollingLeft-int-">scrollingLeft(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/CompoundViewPortHandler.html" title="class in org.eclipse.nebula.widgets.ganttchart">CompoundViewPortHandler</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/IViewPortHandler.html#scrollingLeft-int-">scrollingLeft(int)</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/IViewPortHandler.html" title="interface in org.eclipse.nebula.widgets.ganttchart">IViewPortHandler</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/CompoundViewPortHandler.html#scrollingRight-int-">scrollingRight(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/CompoundViewPortHandler.html" title="class in org.eclipse.nebula.widgets.ganttchart">CompoundViewPortHandler</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/IViewPortHandler.html#scrollingRight-int-">scrollingRight(int)</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/IViewPortHandler.html" title="interface in org.eclipse.nebula.widgets.ganttchart">IViewPortHandler</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.animation"><span class="typeNameLink">ScrollingSmoother</span></a> - Class in <a href="../org/eclipse/nebula/animation/package-summary.html">org.eclipse.nebula.animation</a></dt> |
| <dd> |
| <div class="block"> |
| Allows to replace the default scrolling behavior by an animation effect.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.cwt.animation"><span class="typeNameLink">ScrollingSmoother</span></a> - Class in <a href="../org/eclipse/nebula/cwt/animation/package-summary.html">org.eclipse.nebula.cwt.animation</a></dt> |
| <dd> |
| <div class="block"> |
| This class replace the default scrolling behavior by an animation effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/ScrollingSmoother.html#ScrollingSmoother-org.eclipse.swt.widgets.Scrollable-org.eclipse.nebula.animation.movement.IMovement-">ScrollingSmoother(Scrollable, IMovement)</a></span> - Constructor for class org.eclipse.nebula.animation.<a href="../org/eclipse/nebula/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.animation">ScrollingSmoother</a></dt> |
| <dd> |
| <div class="block">Create a Scrolling Smoother instance over a scrollable widget.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/ScrollingSmoother.html#ScrollingSmoother-org.eclipse.swt.widgets.Scrollable-org.eclipse.nebula.animation.movement.IMovement-int-">ScrollingSmoother(Scrollable, IMovement, int)</a></span> - Constructor for class org.eclipse.nebula.animation.<a href="../org/eclipse/nebula/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.animation">ScrollingSmoother</a></dt> |
| <dd> |
| <div class="block">Create a Scrolling Smoother instance over a scrollable widget.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/ScrollingSmoother.html#ScrollingSmoother-org.eclipse.swt.widgets.Scrollable-org.eclipse.nebula.cwt.animation.movement.IMovement-">ScrollingSmoother(Scrollable, IMovement)</a></span> - Constructor for class org.eclipse.nebula.cwt.animation.<a href="../org/eclipse/nebula/cwt/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.cwt.animation">ScrollingSmoother</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/xviewer/customize/SearchDataUI.html" title="class in org.eclipse.nebula.widgets.xviewer.customize"><span class="typeNameLink">SearchDataUI</span></a> - Class in <a href="../org/eclipse/nebula/widgets/xviewer/customize/package-summary.html">org.eclipse.nebula.widgets.xviewer.customize</a></dt> |
| <dd> |
| <div class="block">Provides UI for displaying/entering search string</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/SearchDataUI.html#SearchDataUI-org.eclipse.nebula.widgets.xviewer.XViewer-boolean-">SearchDataUI(XViewer, boolean)</a></span> - Constructor for class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/SearchDataUI.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">SearchDataUI</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser"><span class="typeNameLink">SearchPage</span></a> - Class in <a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/package-summary.html">org.eclipse.nebula.widgets.geomap.internal.geomapbrowser</a></dt> |
| <dd> |
| <div class="block">A {link <a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/Page.html" title="interface in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser"><code>Page</code></a> that allows searching use the OSM Nominatim tool.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.html#SearchPage-org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.GeoMapBrowser-">SearchPage(GeoMapBrowser)</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser"><span class="typeNameLink">SearchPage.SearchResult</span></a> - Class in <a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/package-summary.html">org.eclipse.nebula.widgets.geomap.internal.geomapbrowser</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#SearchResult--">SearchResult()</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/GoogleMapsSearchServer.SearchResult.html#SearchResult--">SearchResult()</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/GoogleMapsSearchServer.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.jface">GoogleMapsSearchServer.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/OsmSearchServer.SearchResult.html#SearchResult--">SearchResult()</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/OsmSearchServer.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.jface">OsmSearchServer.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.html" title="class in org.eclipse.nebula.widgets.geomap.jface"><span class="typeNameLink">SearchServer</span></a> - Class in <a href="../org/eclipse/nebula/widgets/geomap/jface/package-summary.html">org.eclipse.nebula.widgets.geomap.jface</a></dt> |
| <dd> |
| <div class="block">An abstract super class for search servers</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.html#SearchServer-java.lang.String-">SearchServer(String)</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer</a></dt> |
| <dd> |
| <div class="block">Initializes the SearchServer with a specific URL and default url format</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.html#SearchServer-java.lang.String-java.lang.String-">SearchServer(String, String)</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer</a></dt> |
| <dd> |
| <div class="block">Initializes the SearchServer with a specific URL and url format</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface"><span class="typeNameLink">SearchServer.Result</span></a> - Class in <a href="../org/eclipse/nebula/widgets/geomap/jface/package-summary.html">org.eclipse.nebula.widgets.geomap.jface</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.LabelSide.html#Secondary">Secondary</a></span> - org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.LabelSide.html" title="enum in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale.LabelSide</a></dt> |
| <dd> |
| <div class="block">top or right side of tick marks for linear scale, or inside for round |
| scale</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/DateHelper.html#secondsBetween-java.util.Date-java.util.Date-boolean-boolean-">secondsBetween(Date, Date, boolean, boolean)</a></span> - Static method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/DateHelper.html" title="class in org.eclipse.nebula.widgets.ganttchart">DateHelper</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands"><span class="typeNameLink">SectionDeleteCommand</span></a> - Class in <a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/package-summary.html">org.eclipse.nebula.widgets.ganttchart.undoredo.commands</a></dt> |
| <dd> |
| <div class="block">Represents one GanttSection delete action that can be undone/redone.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html#SectionDeleteCommand-org.eclipse.nebula.widgets.ganttchart.GanttSection-int-">SectionDeleteCommand(GanttSection, int)</a></span> - Constructor for class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">SectionDeleteCommand</a></dt> |
| <dd> |
| <div class="block">Creates a new undoable/redoable delete Event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#select-int-">select(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the item at the given zero-relative index in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#select-int-">select(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects the item at the given zero-relative index in the receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#select-int-">select(int)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Selects the item at the given zero-relative index in the receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#select-int:A-">select(int[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the items at the given zero-relative indices in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#select-int:A-">select(int[])</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects the items at the given zero-relative indices in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#select-int-int-">select(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the items in the range specified by the given zero-relative |
| indices in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#select-int-int-">select(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects the items in the range specified by the given zero-relative indices |
| in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html#select-org.eclipse.jface.viewers.Viewer-java.lang.Object-java.lang.Object-">select(Viewer, Object, Object)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">PatternFilter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewerTextFilter.html#select-org.eclipse.jface.viewers.Viewer-java.lang.Object-java.lang.Object-">select(Viewer, Object, Object)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewerTextFilter.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewerTextFilter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#select-org.eclipse.nebula.widgets.opal.columnbrowser.ColumnItem-">select(ColumnItem)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Selects an item in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#select-T-">select(T)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> |
| <div class="block">Selects an item the receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/ResourceManager.html#SELECT">SELECT</a></span> - Static variable in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/ResourceManager.html" title="class in org.eclipse.nebula.widgets.opal.commons">ResourceManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.OpalDialogType.html#SELECT_CANCEL">SELECT_CANCEL</a></span> - org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.OpalDialogType.html" title="enum in org.eclipse.nebula.widgets.opal.dialog">Dialog.OpalDialogType</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Selects all of the items in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> |
| <div class="block">Selects all of the items in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Selects all events</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects all of the items in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects all of the items in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> |
| <div class="block">Selects all selected items in the receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#selectAll--">selectAll()</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectAllCells--">selectAllCells()</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects all cells in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#selectAllDoNotFireEvent--">selectAllDoNotFireEvent()</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects all of the items in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#selectAt-int-">selectAt(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> |
| <div class="block">Selects the item at the given zero-relative index in the receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectCell-org.eclipse.swt.graphics.Point-">selectCell(Point)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the given cell.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectCells-org.eclipse.swt.graphics.Point:A-">selectCells(Point[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the given cells.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectColumn-int-">selectColumn(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects all cells in the given column in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectColumnGroup-int-">selectColumnGroup(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects all cells in the given column group in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#selectColumnGroup-org.eclipse.nebula.widgets.grid.GridColumnGroup-">selectColumnGroup(GridColumnGroup)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects all cells in the given column group in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#selectDoNotFireEvent-int-">selectDoNotFireEvent(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects the item at the given zero-relative index in the receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#selectDoNotFireEvent-int:A-">selectDoNotFireEvent(int[])</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects the items at the given zero-relative indices in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#selectDoNotFireEvent-int-int-">selectDoNotFireEvent(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Selects the items in the range specified by the given zero-relative indices |
| in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DLItem.LAST_ACTION.html#SELECTION">SELECTION</a></span> - org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DLItem.LAST_ACTION.html" title="enum in org.eclipse.nebula.widgets.opal.duallist">DLItem.LAST_ACTION</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerEditor.html#SELECTION_FOLLOWS_EDITOR">SELECTION_FOLLOWS_EDITOR</a></span> - Static variable in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerEditor.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerEditor</a></dt> |
| <dd> |
| <div class="block">The selection follows the editor</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/duallist/SelectionChangeEvent.html" title="class in org.eclipse.nebula.widgets.opal.duallist"><span class="typeNameLink">SelectionChangeEvent</span></a> - Class in <a href="../org/eclipse/nebula/widgets/opal/duallist/package-summary.html">org.eclipse.nebula.widgets.opal.duallist</a></dt> |
| <dd> |
| <div class="block">Instances of this class are sent as a result of |
| DualList being selected.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/SelectionChangeEvent.html#SelectionChangeEvent-org.eclipse.swt.widgets.Event-">SelectionChangeEvent(Event)</a></span> - Constructor for class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/SelectionChangeEvent.html" title="class in org.eclipse.nebula.widgets.opal.duallist">SelectionChangeEvent</a></dt> |
| <dd> |
| <div class="block">Constructs a new instance of this class based on the |
| information in the given untyped event.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/duallist/SelectionChangeListener.html" title="interface in org.eclipse.nebula.widgets.opal.duallist"><span class="typeNameLink">SelectionChangeListener</span></a> - Interface in <a href="../org/eclipse/nebula/widgets/opal/duallist/package-summary.html">org.eclipse.nebula.widgets.opal.duallist</a></dt> |
| <dd> |
| <div class="block">Classes which implement this interface provide methods that deal with the |
| events that are generated when selection occurs in a control.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/jface/gridviewer/internal/SelectionWithFocusRow.html" title="class in org.eclipse.nebula.jface.gridviewer.internal"><span class="typeNameLink">SelectionWithFocusRow</span></a> - Class in <a href="../org/eclipse/nebula/jface/gridviewer/internal/package-summary.html">org.eclipse.nebula.jface.gridviewer.internal</a></dt> |
| <dd> |
| <div class="block">FIXME</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/internal/SelectionWithFocusRow.html#SelectionWithFocusRow-java.util.List-java.lang.Object-org.eclipse.jface.viewers.IElementComparer-">SelectionWithFocusRow(List, Object, IElementComparer)</a></span> - Constructor for class org.eclipse.nebula.jface.gridviewer.internal.<a href="../org/eclipse/nebula/jface/gridviewer/internal/SelectionWithFocusRow.html" title="class in org.eclipse.nebula.jface.gridviewer.internal">SelectionWithFocusRow</a></dt> |
| <dd> |
| <div class="block">FIXME</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraphFlags.html#SEPARATE_ZOOM">SEPARATE_ZOOM</a></span> - Static variable in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraphFlags.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">XYGraphFlags</a></dt> |
| <dd> |
| <div class="block">Create toolbar with separate horizontal/vertical zoom buttons.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/animation/effects/SequenceEffect.html" title="class in org.eclipse.nebula.animation.effects"><span class="typeNameLink">SequenceEffect</span></a> - Class in <a href="../org/eclipse/nebula/animation/effects/package-summary.html">org.eclipse.nebula.animation.effects</a></dt> |
| <dd> |
| <div class="block">Run several effects one after another.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/SequenceEffect.html#SequenceEffect-org.eclipse.nebula.animation.effects.IEffect:A-java.lang.Runnable-java.lang.Runnable-">SequenceEffect(IEffect[], Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/SequenceEffect.html" title="class in org.eclipse.nebula.animation.effects">SequenceEffect</a></dt> |
| <dd> |
| <div class="block">Run several effects one after another.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/paperclips/core/SeriesPrint.html" title="class in org.eclipse.nebula.paperclips.core"><span class="typeNameLink">SeriesPrint</span></a> - Class in <a href="../org/eclipse/nebula/paperclips/core/package-summary.html">org.eclipse.nebula.paperclips.core</a></dt> |
| <dd> |
| <div class="block">A Print which displays its child prints in series.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/SeriesPrint.html#SeriesPrint--">SeriesPrint()</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/SeriesPrint.html" title="class in org.eclipse.nebula.paperclips.core">SeriesPrint</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#set-java.lang.String-">set(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#set-org.eclipse.nebula.widgets.xviewer.util.internal.XViewerTextWidget-">set(XViewerTextWidget)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html#setAction-org.eclipse.jface.action.IAction-">setAction(IAction)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">CellEditDescriptor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setActivatable-boolean-">setActivatable(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setActivatable-boolean-">setActivatable(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setActiveCursor-org.eclipse.swt.graphics.Cursor-">setActiveCursor(Cursor)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setAdvancedTooltip-org.eclipse.nebula.widgets.ganttchart.AdvancedTooltip-">setAdvancedTooltip(AdvancedTooltip)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the advanced tooltip.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html#setAfterDxDy-double-double-">setAfterDxDy(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html#setAfterMovePosition-org.eclipse.draw2d.geometry.Point-">setAfterMovePosition(Point)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html#setAfterMoveSnappedSample-org.eclipse.nebula.visualization.xygraph.dataprovider.ISample-">setAfterMoveSnappedSample(ISample)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationLabelCommand.html#setAfterMovingDxDy-double-double-">setAfterMovingDxDy(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationLabelCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationLabelCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html#setAlign-int-">setAlign(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPageDecoration</a></dt> |
| <dd> |
| <div class="block">Sets the horizontal text alignment.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html#setAlign-int-">setAlign(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPrint</a></dt> |
| <dd> |
| <div class="block">Sets the horizontal text alignment to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the horizontal text alignment.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the column alignment.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Controls how text will be displayed in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow.widgets">PWWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Controls how text will be displayed in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html#setAlignment-int-">setAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.titledseparator.<a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html" title="class in org.eclipse.nebula.widgets.opal.titledseparator">TitledSeparator</a></dt> |
| <dd> |
| <div class="block">Controls how text will be displayed in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setAlignment-int-int-">setAlignment(int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setAllowEventsOnDates-boolean-">setAllowEventsOnDates(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets whether events can be resized or dropped on to the date range specified in this class.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/AlphaLabel.html#setAlpha-int-">setAlpha(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/AlphaLabel.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">AlphaLabel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setAlpha-int-">setAlpha(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/panels/DarkPanel.html#setAlpha-int-">setAlpha(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.panels.<a href="../org/eclipse/nebula/widgets/opal/panels/DarkPanel.html" title="class in org.eclipse.nebula.widgets.opal.panels">DarkPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/AlphaEffect.html#setAlpha-org.eclipse.nebula.animation.AnimationRunner-org.eclipse.swt.widgets.Shell-int-int-org.eclipse.nebula.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">setAlpha(AnimationRunner, Shell, int, int, IMovement, Runnable, Runnable)</a></span> - Static method in class org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/AlphaEffect.html" title="class in org.eclipse.nebula.animation.effects">AlphaEffect</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/effects/SetAlpha.html#setAlpha-org.eclipse.nebula.cwt.animation.AnimationRunner-org.eclipse.swt.widgets.Shell-int-int-org.eclipse.nebula.cwt.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">setAlpha(AnimationRunner, Shell, int, int, IMovement, Runnable, Runnable)</a></span> - Static method in class org.eclipse.nebula.cwt.animation.effects.<a href="../org/eclipse/nebula/cwt/animation/effects/SetAlpha.html" title="class in org.eclipse.nebula.cwt.animation.effects">SetAlpha</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setAlpha-org.eclipse.swt.graphics.GC-">setAlpha(GC)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setAlpha-org.eclipse.swt.graphics.GC-int-">setAlpha(GC, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/animation/effects/SetAlpha.html" title="class in org.eclipse.nebula.cwt.animation.effects"><span class="typeNameLink">SetAlpha</span></a> - Class in <a href="../org/eclipse/nebula/cwt/animation/effects/package-summary.html">org.eclipse.nebula.cwt.animation.effects</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/effects/SetAlpha.html#SetAlpha-org.eclipse.swt.widgets.Shell-int-int-long-org.eclipse.nebula.cwt.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">SetAlpha(Shell, int, int, long, IMovement, Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.cwt.animation.effects.<a href="../org/eclipse/nebula/cwt/animation/effects/SetAlpha.html" title="class in org.eclipse.nebula.cwt.animation.effects">SetAlpha</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html#setAlwaysExpanded-boolean-">setAlwaysExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGridGroupRenderer</a></dt> |
| <dd> |
| <div class="block">If true, groups are always expanded and toggle button is not displayed if |
| false, expand status depends on each item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setAnimation-boolean-">setAnimation(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Enable animation for group expand/collapse.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setAnimationCloseMovement-org.eclipse.nebula.animation.movement.IMovement-">setAnimationCloseMovement(IMovement)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Set the movement used for close animation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setAnimationLength-int-">setAnimationLength(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Set the length of the animation</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setAnimationOpenMovement-org.eclipse.nebula.animation.movement.IMovement-">setAnimationOpenMovement(IMovement)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Set the movement used for open animation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html#setAnimationSpeed-double-">setAnimationSpeed(double)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html" title="class in org.eclipse.nebula.widgets.pshelf">PShelf</a></dt> |
| <dd> |
| <div class="block">Sets the speed of animation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/AnnotationConfigPage.html#setAnnotation-org.eclipse.nebula.visualization.xygraph.figures.Annotation-">setAnnotation(Annotation)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.toolbar.<a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/AnnotationConfigPage.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.toolbar">AnnotationConfigPage</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setAnnotationColor-org.eclipse.swt.graphics.Color-">setAnnotationColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setAnnotationColor-org.eclipse.swt.graphics.Color-">setAnnotationColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setAnnotationFont-org.eclipse.swt.graphics.Font-">setAnnotationFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setAntialias-int-">setAntialias(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Sets the gallery's anti-aliasing value to the parameter, which must be |
| one of <code>SWT.DEFAULT</code>, <code>SWT.OFF</code> or |
| <code>SWT.ON</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setAntialias-int-boolean-">setAntialias(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets if the line must be anti-aliased which uses more processing power in |
| return of a smoother image.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setAntialias-int-boolean-">setAntialias(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Sets if the line must be anti-aliased which uses more processing power in |
| return of a smoother image.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setAntiAliasing-boolean-">setAntiAliasing(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setAntiAliasing-boolean-">setAntiAliasing(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setArc-int-">setArc(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setAreaAlpha-int-">setAreaAlpha(int)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setAreaAlpha-int-">setAreaAlpha(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryTreeViewer.html#setAutoExpandLevel-int-">setAutoExpandLevel(int)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryTreeViewer.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryTreeViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setAutoFormat-boolean-">setAutoFormat(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setAutoFormat-boolean-">setAutoFormat(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setAutoFormat-boolean-">setAutoFormat(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/IScaleProvider.html#setAutoFormat-boolean-">setAutoFormat(boolean)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/IScaleProvider.html" title="interface in org.eclipse.nebula.visualization.xygraph.linearscale">IScaleProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setAutoHeight-boolean-">setAutoHeight(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the value of the auto-height feature.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html#setAutoMargin-boolean-">setAutoMargin(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGridGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setAutomaticRowHeight--">setAutomaticRowHeight()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Resets the row height to be calculated automatically should the row height have been set to a specific value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttGroup.html#setAutomaticRowHeight--">setAutomaticRowHeight()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttGroup.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttGroup</a></dt> |
| <dd> |
| <div class="block">Flags this group to use automatic row height calculation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/IGanttChartItem.html#setAutomaticRowHeight--">setAutomaticRowHeight()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/IGanttChartItem.html" title="interface in org.eclipse.nebula.widgets.ganttchart">IGanttChartItem</a></dt> |
| <dd> |
| <div class="block">Flags fixed height off and returns row to automatic row height</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridTableViewer.html#setAutoPreferredHeight-boolean-">setAutoPreferredHeight(boolean)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridTableViewer.html" title="class in org.eclipse.nebula.jface.gridviewer">GridTableViewer</a></dt> |
| <dd> |
| <div class="block">When set to true, this grid viewer will ensure that each of the grid's |
| items is always automatically sized to its preferred height.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridTreeViewer.html#setAutoPreferredHeight-boolean-">setAutoPreferredHeight(boolean)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridTreeViewer.html" title="class in org.eclipse.nebula.jface.gridviewer">GridTreeViewer</a></dt> |
| <dd> |
| <div class="block">When set to true, this grid viewer will ensure that each of |
| the grid's items is always automatically sized to its preferred |
| height.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setAutorizedLogin-java.lang.String...-">setAutorizedLogin(String...)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setAutorizedLogin-java.util.List-">setAutorizedLogin(List<String>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setAutoScale-boolean-">setAutoScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html#setAutoScale-boolean-">setAutoScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ColorMap</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setAutoScale-boolean-">setAutoScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setAutoScaleThreshold-double-">setAutoScaleThreshold(double)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setAutoScaleThreshold-double-">setAutoScaleThreshold(double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> |
| <div class="block">The autoScaleThreshold must be a value in range [0,1], which represents a |
| percentage of the plot area for the threshold when autoScale is |
| performed.The autoScale will performed only if the spare space exceeds |
| this threshold.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setAutoWidth-boolean-">setAutoWidth(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the value of the auto-width feature.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setAxisAutoscaleTight-boolean-">setAxisAutoscaleTight(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html#setBackground-int-org.eclipse.swt.graphics.Color-">setBackground(int, Color)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryViewerRow</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html#setBackground-int-org.eclipse.swt.graphics.Color-">setBackground(int, Color)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html#setBackground-int-org.eclipse.swt.graphics.Color-">setBackground(int, Color)</a></span> - Method in class org.eclipse.nebula.jface.tablecomboviewer.<a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html" title="class in org.eclipse.nebula.jface.tablecomboviewer">TableComboViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setBackground-int-org.eclipse.swt.graphics.Color-">setBackground(int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the background color at the given column index in the receiver to |
| the color specified by the argument, or to the default system color for |
| the item if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setBackground-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Color-">setBackground(GridItem, int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setBackground-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Color-">setBackground(GridItem, int, Color)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setBackground-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Color-">setBackground(GridItem, int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/TransitionManager.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/TransitionManager.html" title="class in org.eclipse.nebula.effects.stw">TransitionManager</a></dt> |
| <dd> |
| <div class="block">Sets the background color of the transition frame</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background color to the color specified by the |
| argument, or to the default system color for the item if the argument is |
| null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background color to the color specified by the |
| argument, or to the default system color for the item if the argument is |
| null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background color to the color specified by the argument, |
| or to the default system color for the control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background color to the color specified by the |
| argument, or to the default system color for the control if the argument |
| is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background color to the color specified |
| by the argument, or to the default system color for the control |
| if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XFilteredTree.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XFilteredTree.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">XFilteredTree</a></dt> |
| <dd> |
| <div class="block">Set the background for the widgets that support the filter text area.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/FilteredTreeComposite.html#setBackground-org.eclipse.swt.graphics.Color-">setBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/FilteredTreeComposite.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">FilteredTreeComposite</a></dt> |
| <dd> |
| <div class="block">Set the background for the widgets that support the filter text area.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/RectangleGroupStrategy.html#setBackground-org.eclipse.swt.graphics.Color:A-int:A-">setBackground(Color[], int[])</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/RectangleGroupStrategy.html" title="class in org.eclipse.nebula.widgets.pgroup">RectangleGroupStrategy</a></dt> |
| <dd> |
| <div class="block">Specify a gradient of colours to be drawn in the background of the group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/RectangleGroupStrategy.html#setBackground-org.eclipse.swt.graphics.Color:A-int:A-boolean-">setBackground(Color[], int[], boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/RectangleGroupStrategy.html" title="class in org.eclipse.nebula.widgets.pgroup">RectangleGroupStrategy</a></dt> |
| <dd> |
| <div class="block">Specify a gradient of colours to be drawn in the background of the group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html#setBackground-org.eclipse.swt.graphics.Color-org.eclipse.swt.widgets.Control-">setBackground(Color, Control)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.promptsupport.<a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html" title="class in org.eclipse.nebula.widgets.opal.promptsupport">PromptSupport</a></dt> |
| <dd> |
| <div class="block"> |
| Sets the prompts background color on <code>control</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/BackgroundPrint.html#setBackground-org.eclipse.swt.graphics.RGB-">setBackground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/BackgroundPrint.html" title="class in org.eclipse.nebula.paperclips.core">BackgroundPrint</a></dt> |
| <dd> |
| <div class="block">Sets the background color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultCellBackgroundProvider.html#setBackground-org.eclipse.swt.graphics.RGB-">setBackground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultCellBackgroundProvider.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultCellBackgroundProvider</a></dt> |
| <dd> |
| <div class="block">Sets the background color to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setBackground-org.eclipse.swt.graphics.RGB-">setBackground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the background color to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setBackgroundColor-org.eclipse.swt.graphics.Color-">setBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/PlotArea.html#setBackgroundColor-org.eclipse.swt.graphics.Color-">setBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/PlotArea.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">PlotArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setBackgroundColor-org.eclipse.swt.graphics.Color-">setBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setBackgroundColor-org.eclipse.swt.graphics.Color-">setBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html#setBackgroundColor-org.eclipse.swt.graphics.Color-">setBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.instructions.<a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html" title="class in org.eclipse.nebula.widgets.richtext.painter.instructions">SpanStylePaintInstruction</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setBackgroundColorBottom-org.eclipse.swt.graphics.Color-">setBackgroundColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the gradient bottom color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setBackgroundColorTop-org.eclipse.swt.graphics.Color-">setBackgroundColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the gradient top color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/TransitionManager.html#setBackgroundImage-org.eclipse.swt.graphics.Image-">setBackgroundImage(Image)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/TransitionManager.html" title="class in org.eclipse.nebula.effects.stw">TransitionManager</a></dt> |
| <dd> |
| <div class="block">Sets the background image of the transition frame</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setBackgroundImage-org.eclipse.swt.graphics.Image-">setBackgroundImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background image to the image specified by the argument, |
| or to the default system color for the control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setBackgroundImage-org.eclipse.swt.graphics.Image-">setBackgroundImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's background image to the image specified by the |
| argument, or to the default system color for the control if the argument |
| is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setBackgroundMode-int-">setBackgroundMode(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the background drawing mode to the argument which should be one of the |
| following constants defined in class <code>SWT</code>: |
| <code>INHERIT_NONE</code>, <code>INHERIT_DEFAULT</code>, |
| <code>INHERIT_FORCE</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html#setBarBorderColor-org.eclipse.swt.graphics.Color-">setBarBorderColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.heapmanager.<a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html" title="class in org.eclipse.nebula.widgets.opal.heapmanager">HeapManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html#setBarGradientColorMiddleStart-org.eclipse.swt.graphics.Color-">setBarGradientColorMiddleStart(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.heapmanager.<a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html" title="class in org.eclipse.nebula.widgets.opal.heapmanager">HeapManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html#setBarGradientColorTopEnd-org.eclipse.swt.graphics.Color-">setBarGradientColorTopEnd(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.heapmanager.<a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html" title="class in org.eclipse.nebula.widgets.opal.heapmanager">HeapManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html#setBarGradientColorTopStart-org.eclipse.swt.graphics.Color-">setBarGradientColorTopStart(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.heapmanager.<a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html" title="class in org.eclipse.nebula.widgets.opal.heapmanager">HeapManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html#setBarInnerColor-org.eclipse.swt.graphics.Color-">setBarInnerColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.heapmanager.<a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html" title="class in org.eclipse.nebula.widgets.opal.heapmanager">HeapManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html#setBarTextColor-org.eclipse.swt.graphics.Color-">setBarTextColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.heapmanager.<a href="../org/eclipse/nebula/widgets/opal/heapmanager/HeapManager.html" title="class in org.eclipse.nebula.widgets.opal.heapmanager">HeapManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setBaseLine-org.eclipse.nebula.visualization.xygraph.figures.Trace.BaseLine-">setBaseLine(Trace.BaseLine)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setBaseLine-org.eclipse.nebula.visualization.xygraph.figures.Trace.BaseLine-">setBaseLine(Trace.BaseLine)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setBaseOffset-int-">setBaseOffset(int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setBaseOffset-int-int-">setBaseOffset(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Gets the relative location where the line is drawn in the widget, the |
| default is <code>BASE_CENTER</code> which is in the middle of the scope.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setBaseOffset-int-int-">setBaseOffset(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Gets the relative location where the line is drawn in the widget, the default |
| is <code>BASE_CENTER</code> which is in the middle of the plotter.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html#setBeforeDxDy-double-double-">setBeforeDxDy(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html#setBeforeMovePosition-org.eclipse.draw2d.geometry.Point-">setBeforeMovePosition(Point)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html#setBeforeMoveSnappedSample-org.eclipse.nebula.visualization.xygraph.dataprovider.ISample-">setBeforeMoveSnappedSample(ISample)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationLabelCommand.html#setBeforeMovingDxDy-double-double-">setBeforeMovingDxDy(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/MovingAnnotationLabelCommand.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">MovingAnnotationLabelCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html#setBody-org.eclipse.nebula.paperclips.core.Print-">setBody(Print)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the page body to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html#setBody-org.eclipse.nebula.widgets.cdatetime.Body...-">setBody(Body...)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimeBuilder</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setBodyBackground-org.eclipse.swt.graphics.RGB-">setBodyBackground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the body background color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setBodyBackgroundProvider-org.eclipse.nebula.paperclips.core.grid.CellBackgroundProvider-">setBodyBackgroundProvider(CellBackgroundProvider)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the body background color provider.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setBodyBottomColor-org.eclipse.swt.graphics.Color-">setBodyBottomColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setBodyTopColor-org.eclipse.swt.graphics.Color-">setBodyTopColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setBorderColor-org.eclipse.swt.graphics.Color-">setBorderColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setBorderColor-org.eclipse.swt.graphics.Color-">setBorderColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/FormGroupStrategy.html#setBorderColor-org.eclipse.swt.graphics.Color-">setBorderColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/FormGroupStrategy.html" title="class in org.eclipse.nebula.widgets.pgroup">FormGroupStrategy</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/RectangleGroupStrategy.html#setBorderColor-org.eclipse.swt.graphics.Color-">setBorderColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/RectangleGroupStrategy.html" title="class in org.eclipse.nebula.widgets.pgroup">RectangleGroupStrategy</a></dt> |
| <dd> |
| <div class="block">Sets the border color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setBorderWidth-int-">setBorderWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html#setBottomEvent-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setBottomEvent(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.dnd.<a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.dnd">VerticalDragDropManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setBottomLeftRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setBottomLeftRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the bottom left renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VLabel.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VLabel.html" title="class in org.eclipse.nebula.cwt.v">VLabel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VSpacer.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VSpacer.html" title="class in org.eclipse.nebula.cwt.v">VSpacer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the bounds of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the bounds of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the bounds of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setBounds-int-int-int-int-">setBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/Bulb.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/Bulb.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">Bulb</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">GaugeFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">MeterFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setBounds-org.eclipse.draw2d.geometry.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the bounds of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the bounds of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's size and location to the rectangular area specified by |
| the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's size and location to the rectangular area specified |
| by the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroupToolItem.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroupToolItem.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroupToolItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the bounds of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setBounds-org.eclipse.swt.graphics.Rectangle-">setBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/animation/effects/SetBounds.html" title="class in org.eclipse.nebula.cwt.animation.effects"><span class="typeNameLink">SetBounds</span></a> - Class in <a href="../org/eclipse/nebula/cwt/animation/effects/package-summary.html">org.eclipse.nebula.cwt.animation.effects</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/effects/SetBounds.html#SetBounds-org.eclipse.swt.widgets.Control-org.eclipse.swt.graphics.Rectangle-org.eclipse.swt.graphics.Rectangle-long-org.eclipse.nebula.cwt.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">SetBounds(Control, Rectangle, Rectangle, long, IMovement, Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.cwt.animation.effects.<a href="../org/eclipse/nebula/cwt/animation/effects/SetBounds.html" title="class in org.eclipse.nebula.cwt.animation.effects">SetBounds</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/animation/effects/SetBoundsEffect.html" title="class in org.eclipse.nebula.animation.effects"><span class="typeNameLink">SetBoundsEffect</span></a> - Class in <a href="../org/eclipse/nebula/animation/effects/package-summary.html">org.eclipse.nebula.animation.effects</a></dt> |
| <dd> |
| <div class="block">Changes all bounds of a control.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/SetBoundsEffect.html#SetBoundsEffect-org.eclipse.swt.widgets.Control-org.eclipse.swt.graphics.Rectangle-org.eclipse.swt.graphics.Rectangle-long-org.eclipse.nebula.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">SetBoundsEffect(Control, Rectangle, Rectangle, long, IMovement, Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/SetBoundsEffect.html" title="class in org.eclipse.nebula.animation.effects">SetBoundsEffect</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html#setBranches-int:A-">setBranches(int[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">BranchRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the branches that will be used.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setBrowser-org.eclipse.swt.browser.Browser-">setBrowser(Browser)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html#setBrowser-org.eclipse.swt.browser.Browser-">setBrowser(Browser)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.toolbar.<a href="../org/eclipse/nebula/widgets/richtext/toolbar/ToolbarConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext.toolbar">ToolbarConfiguration</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setBufferSize-int-">setBufferSize(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBuffer.html#setBufferSize-int-boolean-">setBufferSize(int, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBuffer.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBuffer</a></dt> |
| <dd> |
| <div class="block">Set the buffer size.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setBuilder-org.eclipse.nebula.widgets.cdatetime.CDateTimeBuilder-">setBuilder(CDateTimeBuilder)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block"> |
| <b>WARNING: Experimental API - this method may be removed in future |
| versions</b></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/Bulb.html#setBulbColor-org.eclipse.swt.graphics.Color-">setBulbColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/Bulb.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">Bulb</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setBulbColor-org.eclipse.swt.graphics.Color-">setBulbColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setButtonBackgroundColor1-org.eclipse.swt.graphics.Color-">setButtonBackgroundColor1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setButtonBackgroundColor2-org.eclipse.swt.graphics.Color-">setButtonBackgroundColor2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setButtonBorderColor-org.eclipse.swt.graphics.Color-">setButtonBorderColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setButtonImage-org.eclipse.swt.graphics.Image-">setButtonImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setButtonLabels-java.lang.String...-">setButtonLabels(String...)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setButtonLabels-java.util.List-">setButtonLabels(List<String>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimePainter.html#setButtonPainter-org.eclipse.nebula.cwt.v.IControlPainter-">setButtonPainter(IControlPainter)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimePainter.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimePainter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#setButtonType-org.eclipse.nebula.widgets.opal.dialog.Dialog.OpalDialogType-">setButtonType(Dialog.OpalDialogType)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#setCategory-java.lang.String-">setCategory(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html#setCategory-java.lang.String-">setCategory(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PTProperty</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setCellBorder-org.eclipse.nebula.paperclips.core.border.Border-">setCellBorder(Border)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the cell border.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/GridPrint.html#setCellClippingEnabled-boolean-">setCellClippingEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/GridPrint.html" title="class in org.eclipse.nebula.paperclips.core.grid">GridPrint</a></dt> |
| <dd> |
| <div class="block">Sets whether individual body cells in the grid may be broken across |
| pages.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/ExtendedViewerColumn.html#setCellEditDescriptorMap-java.util.Map-">setCellEditDescriptorMap(Map<Class<?>, CellEditDescriptor>)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/ExtendedViewerColumn.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">ExtendedViewerColumn</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/IExtendedViewerColumn.html#setCellEditDescriptorMap-java.util.Map-">setCellEditDescriptorMap(Map<Class<?>, CellEditDescriptor>)</a></span> - Method in interface org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/IExtendedViewerColumn.html" title="interface in org.eclipse.nebula.widgets.xviewer.edit">IExtendedViewerColumn</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setCellFocus-boolean-">setCellFocus(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setCellHeaderSelectionBackground-org.eclipse.swt.graphics.Color-">setCellHeaderSelectionBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the background color of column and row headers displayed when a cell in |
| the row or header is selected.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setCellPadding-int-int-">setCellPadding(int, int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the cell padding to the given horizontal and vertical values.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setCellPadding-int-int-int-int-">setCellPadding(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the cell padding to the specified values.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setCellPadding-org.eclipse.swt.graphics.Rectangle-">setCellPadding(Rectangle)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the cell padding to the values in the public fields of the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setCellRenderer-org.eclipse.nebula.widgets.grid.GridCellRenderer-">setCellRenderer(GridCellRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the cell renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setCellSelected-boolean-">setCellSelected(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setCellSelection-org.eclipse.swt.graphics.Point-">setCellSelection(Point)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the selection to the given cell.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setCellSelection-org.eclipse.swt.graphics.Point:A-">setCellSelection(Point[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the selection to the given set of cell.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setCellSelectionEnabled-boolean-">setCellSelectionEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets whether cells are selectable in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setCellSelectionEnabled-boolean-">setCellSelectionEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets whether cells in the receiver can be selected.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setCellSpacing-int-int-">setCellSpacing(int, int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the border spacing, in points, between adjacent grid cells.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setCellSpacing-org.eclipse.swt.graphics.Point-">setCellSpacing(Point)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the border spacing, in points, between adjacent grid cells.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#setCenterPolicy-org.eclipse.nebula.widgets.opal.dialog.Dialog.CenterOption-">setCenterPolicy(Dialog.CenterOption)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html#setCenterPosition-org.eclipse.swt.graphics.Point-">setCenterPosition(Point)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.<a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html" title="class in org.eclipse.nebula.widgets.geomap">GeoMap</a></dt> |
| <dd> |
| <div class="block">Sets the position of the center of this GeoMap, without any panning |
| effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#SetChannelName-int-java.lang.String-">SetChannelName(int, String)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Set the descriptive name of the channel</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setCheck-boolean-">setCheck(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/DefaultCellRenderer.html#setCheck-boolean-">setCheck(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/DefaultCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">DefaultCellRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setCheckable-boolean-">setCheckable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the checkable state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setCheckable-int-boolean-">setCheckable(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the checkable state at the given column index in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setCheckable-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setCheckable(GridItem, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setCheckable-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setCheckable(GridItem, int, boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setCheckable-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setCheckable(GridItem, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setChecked-boolean-">setChecked(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the checked state at the first column in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/CheckBoxRenderer.html#setChecked-boolean-">setChecked(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/CheckBoxRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">CheckBoxRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setChecked-int-boolean-">setChecked(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the checked state at the given column index in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setChecked-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setChecked(GridItem, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setChecked-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setChecked(GridItem, int, boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setChecked-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setChecked(GridItem, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setCheckpoint-boolean-">setCheckpoint(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the event to be a checkpoint.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryTreeViewer.html#setChildCount-java.lang.Object-int-">setChildCount(Object, int)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryTreeViewer.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryTreeViewer</a></dt> |
| <dd> |
| <div class="block">For a GalleryViewer with a gallery with the VIRTUAL style bit set, set |
| the number of children of the given element or tree path.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/ChoiceWidget.html#setChoiceItem-org.eclipse.nebula.widgets.opal.dialog.ChoiceItem-">setChoiceItem(ChoiceItem)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/ChoiceWidget.html" title="class in org.eclipse.nebula.widgets.opal.dialog">ChoiceWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/AbstractDataProvider.html#setChronological-boolean-">setChronological(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/AbstractDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">AbstractDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/ClippedCircularBufferDataProvider.html#setClippingWindow-int-">setClippingWindow(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/ClippedCircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">ClippedCircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html#setClipRule-int-">setClipRule(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html" title="class in org.eclipse.nebula.widgets.geomap.jface">GeoMapViewer</a></dt> |
| <dd> |
| <div class="block">Sets the clipping rule</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setClosePopupAfterSelection-boolean-">setClosePopupAfterSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Modifies the behavior of the popup after an entry was selected.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setCollapsedLabelText-java.lang.String-">setCollapsedLabelText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/SetColorEffect.IColoredObject.html#setColor-org.eclipse.swt.graphics.Color-">setColor(Color)</a></span> - Method in interface org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/SetColorEffect.IColoredObject.html" title="interface in org.eclipse.nebula.animation.effects">SetColorEffect.IColoredObject</a></dt> |
| <dd> |
| <div class="block">Set the color of this object</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttConnection.html#setColor-org.eclipse.swt.graphics.Color-">setColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttConnection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttConnection</a></dt> |
| <dd> |
| <div class="block">Sets the color of the line drawn in the connection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setColorDepth-org.eclipse.nebula.visualization.widgets.figures.IntensityGraphFigure.ColorDepth-">setColorDepth(IntensityGraphFigure.ColorDepth)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set Color depth of the image.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/animation/effects/SetColorEffect.html" title="class in org.eclipse.nebula.animation.effects"><span class="typeNameLink">SetColorEffect</span></a> - Class in <a href="../org/eclipse/nebula/animation/effects/package-summary.html">org.eclipse.nebula.animation.effects</a></dt> |
| <dd> |
| <div class="block">Progressively changes the color of an object.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/SetColorEffect.html#SetColorEffect-org.eclipse.nebula.animation.effects.SetColorEffect.IColoredObject-org.eclipse.swt.graphics.Color-org.eclipse.swt.graphics.Color-long-org.eclipse.nebula.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">SetColorEffect(SetColorEffect.IColoredObject, Color, Color, long, IMovement, Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/SetColorEffect.html" title="class in org.eclipse.nebula.animation.effects">SetColorEffect</a></dt> |
| <dd> |
| <div class="block"> |
| Create a new effect on object control.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/animation/effects/SetColorEffect.IColoredObject.html" title="interface in org.eclipse.nebula.animation.effects"><span class="typeNameLink">SetColorEffect.IColoredObject</span></a> - Interface in <a href="../org/eclipse/nebula/animation/effects/package-summary.html">org.eclipse.nebula.animation.effects</a></dt> |
| <dd> |
| <div class="block">Objects on which the SetColorEffect is applied must implements this |
| interface.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html#setColorMap-java.util.LinkedHashMap-">setColorMap(LinkedHashMap<Double, RGB>)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ColorMap</a></dt> |
| <dd> |
| <div class="block">Set a new map.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html#setColorMap-org.eclipse.nebula.visualization.widgets.datadefinition.ColorMap-">setColorMap(ColorMap)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ColorMapRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setColorMap-org.eclipse.nebula.visualization.widgets.datadefinition.ColorMap-">setColorMap(ColorMap)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setColumn-int-">setColumn(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridEditor.html#setColumn-int-">setColumn(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridEditor.html" title="class in org.eclipse.nebula.widgets.grid">GridEditor</a></dt> |
| <dd> |
| <div class="block">Sets the zero based index of the column of the cell being tracked by this |
| editor.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html#setColumnDateFilter-java.lang.String-org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType-java.util.Date-java.util.Date-">setColumnDateFilter(String, DateRangeType, Date, Date)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">CustomizeManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html#setColumnFilterText-java.lang.String-java.lang.String-">setColumnFilterText(String, String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">CustomizeManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/GridPrint.html#setColumnGroups-int:A:A-">setColumnGroups(int[][])</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/GridPrint.html" title="class in org.eclipse.nebula.paperclips.core.grid">GridPrint</a></dt> |
| <dd> |
| <div class="block">Sets the column groups to the given two-dimension array.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setColumnHover-boolean-">setColumnHover(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setColumnMultiEditEnabled-boolean-">setColumnMultiEditEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setColumnOrder-int:A-">setColumnOrder(int[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the order that the items in the receiver should be displayed in to |
| the given argument which is described in terms of the zero-relative |
| ordering of when the items were added.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setColumnScrolling-boolean-">setColumnScrolling(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the table scrolling method to either scroll column-by-column (true) |
| or pixel-by-pixel (false).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setColumnSpan-int-int-">setColumnSpan(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the column spanning for the column at the given index to span the |
| given number of subsequent columns.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setColumnSpan-org.eclipse.nebula.widgets.grid.GridItem-int-int-">setColumnSpan(GridItem, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setColumnSpan-org.eclipse.nebula.widgets.grid.GridItem-int-int-">setColumnSpan(GridItem, int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setColumnSpan-org.eclipse.nebula.widgets.grid.GridItem-int-int-">setColumnSpan(GridItem, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/XYGraphConfigDialog.html#setCommand-org.eclipse.nebula.visualization.internal.xygraph.undo.XYGraphConfigCommand-">setCommand(XYGraphConfigCommand)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.toolbar.<a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/XYGraphConfigDialog.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.toolbar">XYGraphConfigDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ColumnPrint.html#setCompressed-boolean-">setCompressed(boolean)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ColumnPrint.html" title="class in org.eclipse.nebula.paperclips.core">ColumnPrint</a></dt> |
| <dd> |
| <div class="block">Sets whether the columns are compressed to the smallest possible height |
| on the last page.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setConcatenate_data-boolean-">setConcatenate_data(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setConnect-boolean-">setConnect(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setConnect-int-boolean-">setConnect(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Connects head and tail only if tail size is <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#TAILSIZE_MAX"><code>Oscilloscope.TAILSIZE_MAX</code></a> and no |
| fading.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setConnect-int-boolean-">setConnect(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Connects head and tail only if tail size is <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#TAILSIZE_MAX"><code>Plotter.TAILSIZE_MAX</code></a> and no |
| fading.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html#setContent-java.lang.String-">setContent(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html" title="class in org.eclipse.nebula.widgets.ganttchart">AdvancedTooltip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryTreeViewer.html#setContentProvider-org.eclipse.jface.viewers.IContentProvider-">setContentProvider(IContentProvider)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryTreeViewer.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryTreeViewer</a></dt> |
| <dd> |
| <div class="block"> |
| Gallery expects contents to have exactly 2 levels of hierarchy, with |
| groups as the root elements and image thumbnails as direct children of |
| the groups.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setContentProvider-org.eclipse.nebula.widgets.opal.textassist.TextAssistContentProvider-">setContentProvider(TextAssistContentProvider)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html#setControl-java.lang.Class-">setControl(Class<?>)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">CellEditDescriptor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/TransitionManager.html#setControlImages-org.eclipse.swt.graphics.Image:A-">setControlImages(Image[])</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/TransitionManager.html" title="class in org.eclipse.nebula.effects.stw">TransitionManager</a></dt> |
| <dd> |
| <div class="block">Sets the control images used in the transitions processing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolbar.html#setCornerRadius-int-">setCornerRadius(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolbar.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolbar</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setCropBottom-int-">setCropBottom(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setCropLeft-int-">setCropLeft(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setCropRight-int-">setCropRight(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setCropTop-int-">setCropTop(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/GanttUndoRedoManager.html#setCurrentIndex-int-">setCurrentIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/GanttUndoRedoManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo">GanttUndoRedoManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html#setCurrentNumberOfStars-int-">setCurrentNumberOfStars(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.starrating.<a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html" title="class in org.eclipse.nebula.widgets.opal.starrating">StarRating</a></dt> |
| <dd> |
| <div class="block">Set the current number of stars</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setCurrentPosition-org.eclipse.draw2d.geometry.Point-boolean-">setCurrentPosition(Point, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setCurrentPosition-org.eclipse.draw2d.geometry.Point-boolean-boolean-">setCurrentPosition(Point, boolean, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setCurrentSnappedSample-org.eclipse.nebula.visualization.xygraph.dataprovider.ISample-boolean-">setCurrentSnappedSample(ISample, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/CircleAnnotation.html#setCurrentSnappedSample-org.eclipse.nebula.visualization.xygraph.dataprovider.ISample-boolean-">setCurrentSnappedSample(ISample, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/CircleAnnotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">CircleAnnotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/CrossAnnotation.html#setCurrentSnappedSample-org.eclipse.nebula.visualization.xygraph.dataprovider.ISample-boolean-">setCurrentSnappedSample(ISample, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/CrossAnnotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">CrossAnnotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentXData-double-">setCurrentXData(double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentXDataArray-double:A-">setCurrentXDataArray(double[])</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentYData-double-">setCurrentYData(double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> |
| <div class="block">Set current YData.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentYData-double-long-">setCurrentYData(double, long)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> |
| <div class="block">Set current YData and its timestamp when the new value generated.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentYDataArray-double:A-">setCurrentYDataArray(double[])</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentYDataTimestamp-long-">setCurrentYDataTimestamp(long)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> |
| <div class="block">Set the time stamp of currrent YData</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setCursor-org.eclipse.swt.graphics.Cursor-">setCursor(Cursor)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setCursor-org.eclipse.swt.graphics.Cursor-">setCursor(Cursor)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/ZoomType.html#setCursor-org.eclipse.swt.graphics.Cursor-">setCursor(Cursor)</a></span> - Method in enum org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/ZoomType.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">ZoomType</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">see Javadocs above for details</span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setCursor-org.eclipse.swt.graphics.Cursor-">setCursor(Cursor)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's cursor to the cursor specified by the argument, or to the |
| default cursor for that kind of control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setCursor-org.eclipse.swt.graphics.Cursor-">setCursor(Cursor)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's cursor to the cursor specified by the argument, or to |
| the default cursor for that kind of control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setCursorLineStyle-org.eclipse.nebula.visualization.xygraph.figures.Annotation.CursorLineStyle-">setCursorLineStyle(Annotation.CursorLineStyle)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setCursorLineStyle-org.eclipse.nebula.visualization.xygraph.figures.Annotation.CursorLineStyle-">setCursorLineStyle(Annotation.CursorLineStyle)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setDashGridLine-boolean-">setDashGridLine(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setDashGridLine-boolean-">setDashGridLine(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ByteArrayWrapper.html#setData-byte:A-">setData(byte[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ByteArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ByteArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/DoubleArrayWrapper.html#setData-double:A-">setData(double[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/DoubleArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">DoubleArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/FloatArrayWrapper.html#setData-float:A-">setData(float[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/FloatArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">FloatArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/IntArrayWrapper.html#setData-int:A-">setData(int[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/IntArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">IntArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/LongArrayWrapper.html#setData-long:A-">setData(long[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/LongArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">LongArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ShortArrayWrapper.html#setData-short:A-">setData(short[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ShortArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ShortArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setData-java.lang.Enum-java.lang.Object-">setData(Enum<?>, Object)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/IMetaData.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/IMetaData.html" title="interface in org.eclipse.nebula.visualization.xygraph.dataprovider">IMetaData</a></dt> |
| <dd> |
| <div class="block">Store meta data with the object.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">Sample</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the current data object.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> |
| <div class="block">Sets the current data object.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setData-java.lang.Object-">setData(Object)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setData-java.lang.String-java.lang.Object-">setData(String, Object)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/IMetaData.html#setData-java.lang.String-java.lang.Object-">setData(String, Object)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/IMetaData.html" title="interface in org.eclipse.nebula.visualization.xygraph.dataprovider">IMetaData</a></dt> |
| <dd> |
| <div class="block">Store meta data mapped with the key.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html#setData-java.lang.String-java.lang.Object-">setData(String, Object)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/Sample.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">Sample</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setData-java.lang.String-java.lang.Object-">setData(String, Object)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> |
| <div class="block">Store a data associated to a given key in this item</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-byte:A-">setDataArray(byte[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the byte[] data array for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-double:A-">setDataArray(double[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the double[] data array for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-float:A-">setDataArray(float[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the float[] data array for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-int:A-">setDataArray(int[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the int[] data array for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-long:A-">setDataArray(long[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the long[] data array for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-short:A-">setDataArray(short[])</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the short[] data array for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataArray-org.eclipse.nebula.visualization.widgets.datadefinition.IPrimaryArrayWrapper-">setDataArray(IPrimaryArrayWrapper)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set the data array wrapper for the intensity graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataHeight-int-">setDataHeight(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setDataProvider-org.eclipse.nebula.visualization.xygraph.dataprovider.IDataProvider-">setDataProvider(IDataProvider)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setDataWidth-int-">setDataWidth(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setDate-java.util.Calendar-">setDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the calendar date.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setDate-java.util.Calendar-boolean-">setDate(Calendar, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the new date of the calendar and redraws.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setDate-java.util.Calendar-int-">setDate(Calendar, int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the calendar date to the given date and shows it on the chart.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setDate-java.util.Calendar-int-boolean-">setDate(Calendar, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the calendar date to the given date and shows it on the chart.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ColumnFilterDialog.html#setDate1-java.util.Date-">setDate1(Date)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ColumnFilterDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">ColumnFilterDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ColumnFilterDialog.html#setDate2-java.util.Date-">setDate2(Date)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ColumnFilterDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">ColumnFilterDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setDateEnabled-boolean-">setDateEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setDateEnabled-boolean-">setDateEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setDateEnabled-boolean-">setDateEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ColumnFilterDialog.html#setDateRangeType-org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType-">setDateRangeType(DateRangeType)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ColumnFilterDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">ColumnFilterDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setDDayEnd-int-">setDDayEnd(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setDDayEnd-int-">setDDayEnd(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setDDayRepeatInterval-int-">setDDayRepeatInterval(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the custom DDay repeat interval.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setDDayStart-int-">setDDayStart(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the D-day start value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setDDayStart-int-">setDDayStart(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> |
| <div class="block">Sets the D-day start value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/PaperClips.html#setDebug-boolean-">setDebug(boolean)</a></span> - Static method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/PaperClips.html" title="class in org.eclipse.nebula.paperclips.core">PaperClips</a></dt> |
| <dd> |
| <div class="block"><b>EXPERIMENTAL</b>: Sets whether debug mode is enabled.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VStackLayout.html#setDefault-org.eclipse.nebula.cwt.v.VControl-boolean-">setDefault(VControl, boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VStackLayout.html" title="class in org.eclipse.nebula.cwt.v">VStackLayout</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setDefaultBackground-org.eclipse.swt.graphics.Color-">setDefaultBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setDefaultBackground-org.eclipse.swt.graphics.Color-">setDefaultBackground(Color)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">set default background</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setDefaultBackground-org.eclipse.swt.graphics.Color-">setDefaultBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setDefaultButtonIndex-int-">setDefaultButtonIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setDefaultFont-org.eclipse.swt.graphics.Font-">setDefaultFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setDefaultFont-org.eclipse.swt.graphics.Font-">setDefaultFont(Font)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">set default font</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setDefaultFont-org.eclipse.swt.graphics.Font-">setDefaultFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setDefaultForeground-org.eclipse.swt.graphics.Color-">setDefaultForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setDefaultForeground-org.eclipse.swt.graphics.Color-">setDefaultForeground(Color)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">set default foreground</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setDefaultForeground-org.eclipse.swt.graphics.Color-">setDefaultForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setDefaultLanguage-java.lang.String-">setDefaultLanguage(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setDefaultLanguage-java.util.Locale-">setDefaultLanguage(Locale)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's description to the argument, which may be null indicating |
| that no description should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setDescription-java.lang.String-">setDescription(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setDescriptionColor-org.eclipse.swt.graphics.Color-">setDescriptionColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setDescriptionFont-org.eclipse.swt.graphics.Font-">setDescriptionFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> |
| <div class="block">Set the font for drawing item description or <tt>null</tt> to use system |
| font.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setDetail-boolean-">setDetail(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the column as a detail column in a column group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setDetailText-java.lang.String-">setDetailText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setDigits-int-">setDigits(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the number of decimal places used by the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setDirty-boolean-">setDirty(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setDirty-boolean-">setDirty(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setDisabledImage-org.eclipse.swt.graphics.Image-">setDisabledImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image to the argument when this is one is disabled, which |
| may be null indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setDisabledImage-org.eclipse.swt.graphics.Image-">setDisabledImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image to the argument when this is one is disabled, |
| which may be null indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setDispatcher-int-org.eclipse.nebula.widgets.oscilloscope.multichannel.OscilloscopeDispatcher-">setDispatcher(int, OscilloscopeDispatcher)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets the dispatcher that is associated with the supplied channel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setDisplay-org.eclipse.swt.widgets.Display-">setDisplay(Display)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the display.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/DefaultColumnGroupHeaderRenderer.html#setDisplay-org.eclipse.swt.widgets.Display-">setDisplay(Display)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/DefaultColumnGroupHeaderRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">DefaultColumnGroupHeaderRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the display.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/DefaultColumnHeaderRenderer.html#setDisplay-org.eclipse.swt.widgets.Display-">setDisplay(Display)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/DefaultColumnHeaderRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">DefaultColumnHeaderRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the display.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setDisplay-org.eclipse.swt.widgets.Display-">setDisplay(Display)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the display.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerUIJob.html#setDisplay-org.eclipse.swt.widgets.Display-">setDisplay(Display)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerUIJob.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerUIJob</a></dt> |
| <dd> |
| <div class="block">Sets the display to execute the asyncExec in.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setDisplayColumnIndex-int-">setDisplayColumnIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the zero-relative column index that will be used to display the |
| currently selected item in the label control.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setDisplayLabel-boolean-">setDisplayLabel(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> |
| <div class="block">If set, label will be displayed with entry widget.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setDisplayLabel-java.lang.String-">setDisplayLabel(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setDisplayRememberPassword-boolean-">setDisplayRememberPassword(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html#setDisplayShowOnStartup-boolean-">setDisplayShowOnStartup(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.tipoftheday.<a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html" title="class in org.eclipse.nebula.widgets.opal.tipoftheday">TipOfTheDay</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/print/GanttChartPrintJob.html#setDisposePrinter-boolean-">setDisposePrinter(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.print.<a href="../org/eclipse/nebula/widgets/ganttchart/print/GanttChartPrintJob.html" title="class in org.eclipse.nebula.widgets.ganttchart.print">GanttChartPrintJob</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setDoubleClickEnabled-boolean-">setDoubleClickEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html#setDPI-int-int-">setDPI(int, int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html" title="class in org.eclipse.nebula.paperclips.core">ImagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the ImagePrint to render the image at the given DPI.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html#setDPI-org.eclipse.swt.graphics.Point-">setDPI(Point)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html" title="class in org.eclipse.nebula.paperclips.core">ImagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the ImagePrint to render the image at the DPI of the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setDragging-boolean-">setDragging(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the dragging state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setDrawBorders-boolean-">setDrawBorders(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setDrawFocus-boolean-">setDrawFocus(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> |
| <div class="block">Set the focus rectangle should be drawn on the figure when it has focus.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setDrawHorizontalLinesOverride-boolean-">setDrawHorizontalLinesOverride(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Setting this to true will force horizontal lines to draw despite what may be set in the settings.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setDrawVerticalLinesOverride-boolean-">setDrawVerticalLinesOverride(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Setting this to true will force vertical lines to draw despite what may be set in the settings.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setDrawYErrorInArea-boolean-">setDrawYErrorInArea(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setDrawYErrorInArea-boolean-">setDrawYErrorInArea(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setDropShadows-boolean-">setDropShadows(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setDropShadows-boolean-">setDropShadows(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setDropShadowsSize-int-">setDropShadowsSize(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setDropShadowsSize-int-">setDropShadowsSize(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/ScrollingSmoother.html#setDuration-int-">setDuration(int)</a></span> - Method in class org.eclipse.nebula.animation.<a href="../org/eclipse/nebula/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.animation">ScrollingSmoother</a></dt> |
| <dd> |
| <div class="block">Set effect duration (ms).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setdxdy-double-double-">setdxdy(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setEchoChar-char-">setEchoChar(char)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/base/BaseCombo.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.base.<a href="../org/eclipse/nebula/cwt/base/BaseCombo.html" title="class in org.eclipse.nebula.cwt.base">BaseCombo</a></dt> |
| <dd> |
| <div class="block">Sets the editable state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> |
| <div class="block">Sets the editable state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the editable state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setEditable-boolean-">setEditable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerColumn.html#setEditingSupport-org.eclipse.jface.viewers.EditingSupport-">setEditingSupport(EditingSupport)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerColumn.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerColumn</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html#setEditor-org.eclipse.nebula.widgets.opal.propertytable.editor.PTEditor-">setEditor(PTEditor)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PTProperty</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridEditor.html#setEditor-org.eclipse.swt.widgets.Control-org.eclipse.nebula.widgets.grid.GridItem-int-">setEditor(Control, GridItem, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridEditor.html" title="class in org.eclipse.nebula.widgets.grid">GridEditor</a></dt> |
| <dd> |
| <div class="block">Specify the Control that is to be displayed and the cell in the table |
| that it is to be positioned above.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/Bulb.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/Bulb.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">Bulb</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">GaugeFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">TankFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setEffect3D-boolean-">setEffect3D(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setEmptyCellRenderer-org.eclipse.nebula.widgets.grid.GridCellRenderer-">setEmptyCellRenderer(GridCellRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the empty cell renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setEmptyColumnFooterRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setEmptyColumnFooterRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the empty column footer renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setEmptyColumnHeaderRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setEmptyColumnHeaderRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the empty column header renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setEmptyRowHeaderRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setEmptyRowHeaderRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the empty row header renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/base/BaseCombo.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.base.<a href="../org/eclipse/nebula/cwt/base/BaseCombo.html" title="class in org.eclipse.nebula.cwt.base">BaseCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/GrayableButton.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.toolbar.<a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/GrayableButton.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.toolbar">GrayableButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Enables the receiver if the argument is <code>true</code>, and disables it |
| otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/calculator/CalculatorCombo.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.calculator.<a href="../org/eclipse/nebula/widgets/opal/calculator/CalculatorCombo.html" title="class in org.eclipse.nebula.widgets.opal.calculator">CalculatorCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Enables the receiver if the argument is <code>true</code>, and disables |
| it otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PTProperty</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Enables the receiver if the argument is <code>true</code>, and disables |
| it otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XSubMenuManager.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XSubMenuManager.html" title="class in org.eclipse.nebula.widgets.xviewer">XSubMenuManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setEnabled-boolean-">setEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PWRowGroup.html#setEnabler-org.eclipse.nebula.widgets.opal.preferencewindow.enabler.Enabler-">setEnabler(Enabler)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PWRowGroup.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow">PWRowGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html#setEnabler-org.eclipse.nebula.widgets.opal.preferencewindow.enabler.Enabler-">setEnabler(Enabler)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow.widgets">PWWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setEnd-long-">setEnd(long)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setEnd-java.util.Calendar-">setEnd(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the end date.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setEndAfter-int-">setEndAfter(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets how many times an event should re-occur and then end.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#setEndAngle-double-">setEndAngle(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setEndDate-java.util.Calendar-">setEndDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the end date of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setEndDate-java.util.Calendar-">setEndDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/utils/DateRange.html#setEndDate-java.util.Calendar-">setEndDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.utils.<a href="../org/eclipse/nebula/widgets/ganttchart/utils/DateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart.utils">DateRange</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setEndDateAfter-java.util.Calendar-">setEndDateAfter(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setEndDateBefore-java.util.Calendar-">setEndDateBefore(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setEndHour-int-">setEndHour(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the end hour.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setEndMinute-int-">setEndMinute(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the end minute.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextPainter.html#setEntityReplacer-org.eclipse.nebula.widgets.richtext.painter.EntityReplacer-">setEntityReplacer(EntityReplacer)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextPainter.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextPainter</a></dt> |
| <dd> |
| <div class="block">Set an <a href="../org/eclipse/nebula/widgets/richtext/painter/EntityReplacer.html" title="interface in org.eclipse.nebula.widgets.richtext.painter"><code>EntityReplacer</code></a> that should be used to replace <code>EntityReference</code>s in the |
| HTML snippet to parse.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setEntry-java.lang.String-">setEntry(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setErrorBarCapWidth-int-">setErrorBarCapWidth(int)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setErrorBarCapWidth-int-">setErrorBarCapWidth(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setErrorBarColor-org.eclipse.swt.graphics.Color-">setErrorBarColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setErrorBarColor-org.eclipse.swt.graphics.Color-">setErrorBarColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setErrorBarEnabled-boolean-">setErrorBarEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setErrorBarEnabled-boolean-">setErrorBarEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventDeleteCommand.html#setEvent-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setEvent(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventDeleteCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setEvent-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setEvent(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setEventFactory-org.eclipse.nebula.widgets.ganttchart.IEventFactory-">setEventFactory(IEventFactory)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setEventMenuItemFactory-org.eclipse.nebula.widgets.ganttchart.IEventMenuItemFactory-">setEventMenuItemFactory(IEventMenuItemFactory)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setEventSpacerOverride-int-">setEventSpacerOverride(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Setting a fixed event spacer overrides all individual event space settings on chart items and all settings.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setException-java.lang.Throwable-">setException(Throwable)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryGroupRenderer.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGalleryGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> |
| <div class="block">Sets the expanded state of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the expansion state of this renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html" title="class in org.eclipse.nebula.widgets.grid">GridColumnGroup</a></dt> |
| <dd> |
| <div class="block">Sets the expanded state of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the expanded state of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the expanded state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the expansion state of this renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the expanded state of the group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setExpanded-boolean-">setExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the expansion state of this renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setExpandedLabelText-java.lang.String-">setExpandedLabelText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html#setExtraTextSpacing-int-">setExtraTextSpacing(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html" title="class in org.eclipse.nebula.widgets.ganttchart">AdvancedTooltip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setExtrema-int-int-">setExtrema(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the minimum and maximum values that the receiver will allow.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setFade-boolean-">setFade(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setFade-int-boolean-">setFade(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets fade mode so that a percentage of the tail will be faded out at the |
| costs of extra CPU utilization (no beauty without pain or as the Dutch |
| say: "Wie mooi wil gaan moet pijn doorstaan").</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setFade-int-boolean-">setFade(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Sets fade mode so that a percentage of the tail will be faded out at the |
| costs of extra CPU utilization (no beauty without pain or as the Dutch say: |
| "Wie mooi wil gaan moet pijn doorstaan").</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html#setFadeInStart-double-">setFadeInStart(double)</a></span> - Method in class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">FadeTransition</a></dt> |
| <dd> |
| <div class="block">Specifies when the fade-in effect is started as a percentage |
| of the transition total time.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html#setFadeInStop-double-">setFadeInStop(double)</a></span> - Method in class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">FadeTransition</a></dt> |
| <dd> |
| <div class="block">Specifies when the fade-in effect is ended as a percentage |
| of the transition total time.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html#setFadeOutStart-double-">setFadeOutStart(double)</a></span> - Method in class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">FadeTransition</a></dt> |
| <dd> |
| <div class="block">Specifies when the fade-out effect is started as a percentage |
| of the transition total time.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html#setFadeOutStop-double-">setFadeOutStop(double)</a></span> - Method in class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/FadeTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">FadeTransition</a></dt> |
| <dd> |
| <div class="block">Specifies when the fade-out effect is ended as a percentage |
| of the transition total time.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html#setFields-int:A-">setFields(int[])</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimeBuilder</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setFill-org.eclipse.swt.graphics.Color-">setFill(Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setFillBackgroundColor-org.eclipse.swt.graphics.Color-">setFillBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setFillBackgroundColor-org.eclipse.swt.graphics.Color-">setFillBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html#setFillBackgroundColor-org.eclipse.swt.graphics.Color-">setFillBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">TankFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setFillBackgroundColor-org.eclipse.swt.graphics.Color-">setFillBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setFillColor-org.eclipse.swt.graphics.Color-">setFillColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setFillColor-org.eclipse.swt.graphics.Color-">setFillColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html#setFillColor-org.eclipse.swt.graphics.Color-">setFillColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">TankFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setFillColor-org.eclipse.swt.graphics.Color-">setFillColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html#setFillColor-org.eclipse.swt.graphics.RGB-">setFillColor(RGB)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html" title="class in org.eclipse.nebula.widgets.geomap.jface">LabelImageProvider</a></dt> |
| <dd> |
| <div class="block">Sets the fillColor argument provided to GoogleIconDescriptor</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setFillHorizontally-boolean-">setFillHorizontally(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setFillIfSingleColumn-boolean-">setFillIfSingleColumn(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block"> |
| <b>Experimental feature.</b></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setFillVertically-boolean-">setFillVertically(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setFillVertically-boolean-">setFillVertically(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerPatternFilter.html#setFilterText-java.lang.String-">setFilterText(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerPatternFilter.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerPatternFilter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html#setFilterText-java.lang.String-boolean-">setFilterText(String, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">CustomizeManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/Pair.html#setFirst-X-">setFirst(X)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.<a href="../org/eclipse/nebula/widgets/xviewer/util/Pair.html" title="class in org.eclipse.nebula.widgets.xviewer.util">Pair</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html#setFitInCell-boolean-">setFitInCell(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">CellEditDescriptor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setFixedRowHeight-int-">setFixedRowHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the fixed row height in pixels.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttGroup.html#setFixedRowHeight-int-">setFixedRowHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttGroup.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttGroup</a></dt> |
| <dd> |
| <div class="block">Sets the fixed row height for this group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/IGanttChartItem.html#setFixedRowHeight-int-">setFixedRowHeight(int)</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/IGanttChartItem.html" title="interface in org.eclipse.nebula.widgets.ganttchart">IGanttChartItem</a></dt> |
| <dd> |
| <div class="block">Sets the fixed height of this row in pixels.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setFixedRowHeightOverride-int-">setFixedRowHeightOverride(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Setting a fixed row height override causes all rows to be the set height regardless of individual row heights set |
| on items themselves and all settings.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/base/BaseCombo.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.cwt.base.<a href="../org/eclipse/nebula/cwt/base/BaseCombo.html" title="class in org.eclipse.nebula.cwt.base">BaseCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.opal.checkboxgroup.<a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html" title="class in org.eclipse.nebula.widgets.opal.checkboxgroup">CheckBoxGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's drag detect state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/FilterDataUI.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/FilterDataUI.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">FilterDataUI</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setFocus--">setFocus()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> |
| <div class="block">Set focus to the entry widget</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setFocus-boolean-">setFocus(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets focus state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setFocus-boolean-">setFocus(boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets focus state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setFocus-boolean-">setFocus(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setFocus-boolean-">setFocus(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets focus state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html#setFocusBehavior-org.eclipse.nebula.widgets.opal.promptsupport.PromptSupport.FocusBehavior-org.eclipse.swt.widgets.Control-">setFocusBehavior(PromptSupport.FocusBehavior, Control)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.promptsupport.<a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html" title="class in org.eclipse.nebula.widgets.opal.promptsupport">PromptSupport</a></dt> |
| <dd> |
| <div class="block">Sets the <a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.FocusBehavior.html" title="enum in org.eclipse.nebula.widgets.opal.promptsupport"><code>PromptSupport.FocusBehavior</code></a> on <code>control</code>, if it is the |
| focus owner.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setFocusColor-org.eclipse.swt.graphics.Color-">setFocusColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setFocusColumn-org.eclipse.nebula.widgets.grid.GridColumn-">setFocusColumn(GridColumn)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the focused item to the given column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setFocusItem-org.eclipse.nebula.widgets.grid.GridItem-">setFocusItem(GridItem)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the focused item to the given item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setFocusRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setFocusRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the focus renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html#setFont-int-org.eclipse.swt.graphics.Font-">setFont(int, Font)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryViewerRow</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html#setFont-int-org.eclipse.swt.graphics.Font-">setFont(int, Font)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html#setFont-int-org.eclipse.swt.graphics.Font-">setFont(int, Font)</a></span> - Method in class org.eclipse.nebula.jface.tablecomboviewer.<a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html" title="class in org.eclipse.nebula.jface.tablecomboviewer">TableComboViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setFont-int-org.eclipse.swt.graphics.Font-">setFont(int, Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the font that the receiver will use to paint textual information for |
| the specified cell in this item to the font specified by the argument, or |
| to the default font for that kind of control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setFont-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Font-">setFont(GridItem, int, Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setFont-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Font-">setFont(GridItem, int, Font)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setFont-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Font-">setFont(GridItem, int, Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/base/BaseCombo.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.cwt.base.<a href="../org/eclipse/nebula/cwt/base/BaseCombo.html" title="class in org.eclipse.nebula.cwt.base">BaseCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ColorMapRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Set the font for drawing the group title or <tt>null</tt> to use system |
| font.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> |
| <div class="block">Set the font for drawing all item labels or <tt>null</tt> to use system |
| font.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the font that the receiver will use to paint textual information for |
| this item to the font specified by the argument, or to the default font |
| for that kind of control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html" title="class in org.eclipse.nebula.widgets.grid.internal">GridToolTip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.checkboxgroup.<a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html" title="class in org.eclipse.nebula.widgets.opal.checkboxgroup">CheckBoxGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the font that the receiver will use to paint textual information to the |
| font specified by the argument, or to the default font for that kind of |
| control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the font that the receiver will use to paint textual information to |
| the font specified by the argument, or to the default font for that kind |
| of control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setFont-org.eclipse.swt.graphics.Font-">setFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html#setFontData-org.eclipse.swt.graphics.FontData-">setFontData(FontData)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPageDecoration</a></dt> |
| <dd> |
| <div class="block">Sets the font.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html#setFontData-org.eclipse.swt.graphics.FontData-">setFontData(FontData)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPrint</a></dt> |
| <dd> |
| <div class="block">Sets the text font to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setFontData-org.eclipse.swt.graphics.FontData-">setFontData(FontData)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the font that will be used to print the text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html#setFontSize-java.lang.Integer-">setFontSize(Integer)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.instructions.<a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html" title="class in org.eclipse.nebula.widgets.richtext.painter.instructions">SpanStylePaintInstruction</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html#setFontStyle-int-org.eclipse.swt.widgets.Control-">setFontStyle(int, Control)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.promptsupport.<a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html" title="class in org.eclipse.nebula.widgets.opal.promptsupport">PromptSupport</a></dt> |
| <dd> |
| <div class="block"> |
| Set the style of the prompt font, which is a OR mix of SWT.ITALIC, |
| SWT.NONE or SWT.BOLD</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html#setFontType-java.lang.String-">setFontType(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.instructions.<a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html" title="class in org.eclipse.nebula.widgets.richtext.painter.instructions">SpanStylePaintInstruction</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html#setFooter-int-boolean-org.eclipse.nebula.widgets.cdatetime.Footer...-">setFooter(int, boolean, Footer...)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimeBuilder</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html#setFooter-org.eclipse.nebula.paperclips.core.page.PageDecoration-">setFooter(PageDecoration)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the page footer to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html#setFooter-org.eclipse.nebula.widgets.cdatetime.Footer...-">setFooter(Footer...)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimeBuilder</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setFooterBackground-org.eclipse.swt.graphics.RGB-">setFooterBackground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the footer background color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setFooterBackgroundProvider-org.eclipse.nebula.paperclips.core.grid.CellBackgroundProvider-">setFooterBackgroundProvider(CellBackgroundProvider)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the footer background color provider.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setFooterFont-org.eclipse.swt.graphics.Font-">setFooterFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the Font to be used when displaying the Footer text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setFooterGap-int-">setFooterGap(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the vertical gap between the header and body cells.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html#setFooterGap-int-">setFooterGap(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the gap between the body and footer to the argument, expressed in |
| points.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setFooterImage-org.eclipse.swt.graphics.Image-">setFooterImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's footer image to the argument, which may be null |
| indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setFooterRenderer-org.eclipse.nebula.widgets.grid.GridFooterRenderer-">setFooterRenderer(GridFooterRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the header renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setFooterText-java.lang.String-">setFooterText(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's footer text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setFooterText-java.lang.String-">setFooterText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setFooterVisible-boolean-">setFooterVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Marks the receiver's footer as visible if the argument is <code>true</code>, |
| and marks it invisible otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setForcePend-boolean-">setForcePend(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html#setForeground-int-org.eclipse.swt.graphics.Color-">setForeground(int, Color)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryViewerRow</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html#setForeground-int-org.eclipse.swt.graphics.Color-">setForeground(int, Color)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html#setForeground-int-org.eclipse.swt.graphics.Color-">setForeground(int, Color)</a></span> - Method in class org.eclipse.nebula.jface.tablecomboviewer.<a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html" title="class in org.eclipse.nebula.jface.tablecomboviewer">TableComboViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setForeground-int-org.eclipse.swt.graphics.Color-">setForeground(int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the foreground color at the given column index in the receiver to |
| the color specified by the argument, or to the default system color for |
| the item if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setForeground-int-org.eclipse.swt.graphics.Color-">setForeground(int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets the foreground color for the supplied channel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setForeground-int-org.eclipse.swt.graphics.Color-">setForeground(int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Sets the foreground color for the supplied channel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setForeground-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Color-">setForeground(GridItem, int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setForeground-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Color-">setForeground(GridItem, int, Color)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setForeground-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Color-">setForeground(GridItem, int, Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's foreground color to the color specified by the |
| argument, or to the default system color for the item if the argument is |
| null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's foreground color to the color specified by the |
| argument, or to the default system color for the item if the argument is |
| null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's foreground color to the color specified by the argument, |
| or to the default system color for the control if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's foreground color to the color specified by the |
| argument, or to the default system color for the control if the argument |
| is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's foreground color to the color specified |
| by the argument, or to the default system color for the control |
| if the argument is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> |
| <div class="block">Sets text color for non-selected items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> |
| <div class="block">Sets text color for non-selected items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setForeground-org.eclipse.swt.graphics.Color-">setForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html#setForeground-org.eclipse.swt.graphics.Color-org.eclipse.swt.widgets.Control-">setForeground(Color, Control)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.promptsupport.<a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html" title="class in org.eclipse.nebula.widgets.opal.promptsupport">PromptSupport</a></dt> |
| <dd> |
| <div class="block">Sets the foreground color of the prompt on <code>control</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setForeground-org.eclipse.swt.graphics.RGB-">setForeground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the foreground color to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/TankFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">TankFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html#setForegroundColor-org.eclipse.swt.graphics.Color-">setForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.instructions.<a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html" title="class in org.eclipse.nebula.widgets.richtext.painter.instructions">SpanStylePaintInstruction</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setFormat-int-">setFormat(int)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Set the date and time format of this CDateTime uses style constants which |
| correspond to the various forms of DateFormat.getXxxInstance(int).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html#setFormat-org.eclipse.nebula.paperclips.core.page.PageNumberFormat-">setFormat(PageNumberFormat)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPageDecoration</a></dt> |
| <dd> |
| <div class="block">Sets the page number format.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setFormatPattern-java.lang.String-">setFormatPattern(String)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setFormatPattern-java.lang.String-">setFormatPattern(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setFormatPattern-java.lang.String-">setFormatPattern(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> |
| <div class="block">Sets the format pattern for axis tick label.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/ScrollingSmoother.html#setFPS-int-">setFPS(int)</a></span> - Method in class org.eclipse.nebula.animation.<a href="../org/eclipse/nebula/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.animation">ScrollingSmoother</a></dt> |
| <dd> |
| <div class="block">Set the FPS (frame per second) to use with the animator.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/Transition.html#setFPS-long-">setFPS(long)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/Transition.html" title="class in org.eclipse.nebula.effects.stw">Transition</a></dt> |
| <dd> |
| <div class="block">Sets the maximum fps (number of frames per second) for the transition.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html#setFrameStyle-java.lang.String-">setFrameStyle(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html" title="class in org.eclipse.nebula.widgets.geomap.jface">LabelImageProvider</a></dt> |
| <dd> |
| <div class="block">Sets the frameStyle argument provided to GoogleIconDescriptor</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setFree-boolean-">setFree(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setFree-org.eclipse.nebula.visualization.xygraph.figures.Axis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setFree(Axis, Axis)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> |
| <div class="block">Make the annotation free.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setFrequency-int-">setFrequency(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the repeat frequency.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setFromXml-java.lang.String-">setFromXml(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setFromXml-java.lang.String-">setFromXml(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryGroupRenderer.html#setGallery-org.eclipse.nebula.widgets.gallery.Gallery-">setGallery(Gallery)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGalleryGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryItemRenderer.html#setGallery-org.eclipse.nebula.widgets.gallery.Gallery-">setGallery(Gallery)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGalleryItemRenderer</a></dt> |
| <dd> |
| <div class="block">Set the current gallery.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setGallery-org.eclipse.nebula.widgets.gallery.Gallery-">setGallery(Gallery)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttControlParent.html#setGanttChart-org.eclipse.nebula.widgets.ganttchart.GanttChart-">setGanttChart(GanttChart)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttControlParent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttControlParent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttHeaderSpacedLayout.html#setGanttChart-org.eclipse.nebula.widgets.ganttchart.GanttChart-">setGanttChart(GanttChart)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttHeaderSpacedLayout.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttHeaderSpacedLayout</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttChart.html#setGanttChartPrinter-org.eclipse.nebula.widgets.ganttchart.print.GanttChartPrinter-">setGanttChartPrinter(GanttChartPrinter)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttChart.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttChart</a></dt> |
| <dd> |
| <div class="block">Set a different GanttChartPrinter that should be used to print this GanttChart.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setGanttGroup-org.eclipse.nebula.widgets.ganttchart.GanttGroup-">setGanttGroup(GanttGroup)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets what group this event belongs to.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/border/GapBorder.html#setGap-int-">setGap(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.border.<a href="../org/eclipse/nebula/paperclips/core/border/GapBorder.html" title="class in org.eclipse.nebula.paperclips.core.border">GapBorder</a></dt> |
| <dd> |
| <div class="block">Sets the left, right, closed top and closed bottom gaps to he argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setGap-int-">setGap(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/border/LineBorder.html#setGapSize-int-">setGapSize(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.border.<a href="../org/eclipse/nebula/paperclips/core/border/LineBorder.html" title="class in org.eclipse.nebula.paperclips.core.border">LineBorder</a></dt> |
| <dd> |
| <div class="block">Sets the size of the gap between the line border and the target print.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html#setGrabExcessSpace-boolean-">setGrabExcessSpace(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow.widgets">PWWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setGradient-boolean-">setGradient(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> |
| <div class="block">If gradient is true, the color will be displayed in gradient style</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setGradient-boolean-">setGradient(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setGradient1-org.eclipse.swt.graphics.Color-">setGradient1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setGradient1-org.eclipse.swt.graphics.Color-">setGradient1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setGradient2-org.eclipse.swt.graphics.Color-">setGradient2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setGradient2-org.eclipse.swt.graphics.Color-">setGradient2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setGradientEnd-org.eclipse.swt.graphics.Color-">setGradientEnd(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's gradient end color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setGradientStart-org.eclipse.swt.graphics.Color-">setGradientStart(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's gradient start color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setGradientStatusColor-org.eclipse.swt.graphics.Color-">setGradientStatusColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the status color used as part of the gradient colors used to draw the event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setGrayed-boolean-">setGrayed(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the grayed state of the checkbox for the first column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/CheckBoxRenderer.html#setGrayed-boolean-">setGrayed(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/CheckBoxRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">CheckBoxRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setGrayed-int-boolean-">setGrayed(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the grayed state of the checkbox for the given column index.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setGrayed-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setGrayed(GridItem, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setGrayed-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setGrayed(GridItem, int, boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setGrayed-org.eclipse.nebula.widgets.grid.GridItem-int-boolean-">setGrayed(GridItem, int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setGrid-org.eclipse.nebula.visualization.xygraph.figures.Grid-">setGrid(Grid)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setGroupRenderer-org.eclipse.nebula.widgets.gallery.AbstractGalleryGroupRenderer-">setGroupRenderer(AbstractGalleryGroupRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setHandleFocusChanges-boolean-">setHandleFocusChanges(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> |
| <div class="block">Configure whether focus changes should be handled or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html#setHasShadow-boolean-">setHasShadow(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html" title="class in org.eclipse.nebula.widgets.geomap.jface">LabelImageProvider</a></dt> |
| <dd> |
| <div class="block">Sets the shadow argument provided to GoogleIconDescriptor</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setHasUserDefinedFormat-boolean-">setHasUserDefinedFormat(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> |
| <div class="block">Sets whether there is a user defined format or not</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html#setHeader-int-boolean-org.eclipse.nebula.widgets.cdatetime.Header...-">setHeader(int, boolean, Header...)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimeBuilder</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html#setHeader-org.eclipse.nebula.paperclips.core.page.PageDecoration-">setHeader(PageDecoration)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the page header to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html#setHeader-org.eclipse.nebula.widgets.cdatetime.Header...-">setHeader(Header...)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimeBuilder.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimeBuilder</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setHeaderBackground-org.eclipse.swt.graphics.Color-">setHeaderBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Set the new header background</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setHeaderBackground-org.eclipse.swt.graphics.RGB-">setHeaderBackground(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the header background color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setHeaderBackgroundColor-org.eclipse.swt.graphics.Color-">setHeaderBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setHeaderBackgroundProvider-org.eclipse.nebula.paperclips.core.grid.CellBackgroundProvider-">setHeaderBackgroundProvider(CellBackgroundProvider)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the header background color provider.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setHeaderControl-org.eclipse.swt.widgets.Control-">setHeaderControl(Control)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Set a new editor at the top of the control.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setHeaderFont-org.eclipse.swt.graphics.Font-">setHeaderFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setHeaderFont-org.eclipse.swt.graphics.Font-">setHeaderFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the Font to be used when displaying the Header text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html#setHeaderFont-org.eclipse.swt.graphics.Font-">setHeaderFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html" title="class in org.eclipse.nebula.widgets.grid">GridColumnGroup</a></dt> |
| <dd> |
| <div class="block">Sets the Font to be used when displaying the Header text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setHeaderForeground-org.eclipse.swt.graphics.Color-">setHeaderForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Set the new header foreground</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setHeaderForegroundColor-org.eclipse.swt.graphics.Color-">setHeaderForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html#setHeaderGap-int-">setHeaderGap(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/DefaultGridLook.html" title="class in org.eclipse.nebula.paperclips.core.grid">DefaultGridLook</a></dt> |
| <dd> |
| <div class="block">Sets the vertical gap between the header and body cells.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html#setHeaderGap-int-">setHeaderGap(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PagePrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the gap between the header and body to the argument, expressed in |
| points.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setHeaderImage-org.eclipse.swt.graphics.Image-">setHeaderImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's row header image.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setHeaderRenderer-org.eclipse.nebula.widgets.grid.GridHeaderRenderer-">setHeaderRenderer(GridHeaderRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the header renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html#setHeaderRenderer-org.eclipse.nebula.widgets.grid.GridHeaderRenderer-">setHeaderRenderer(GridHeaderRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html" title="class in org.eclipse.nebula.widgets.grid">GridColumnGroup</a></dt> |
| <dd> |
| <div class="block">Sets the header renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setHeaderText-java.lang.String-">setHeaderText(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's row header text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setHeaderTextColor-org.eclipse.swt.graphics.Color-">setHeaderTextColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setHeaderTooltip-java.lang.String-">setHeaderTooltip(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the tooltip text of the column header.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setHeaderVisible-boolean-">setHeaderVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Marks the receiver's header as visible if the argument is <code>true</code>, |
| and marks it invisible otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setHeaderWordWrap-boolean-">setHeaderWordWrap(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets whether or not text is word-wrapped in the header for this column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html#setHeaderWordWrap-boolean-">setHeaderWordWrap(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumnGroup.html" title="class in org.eclipse.nebula.widgets.grid">GridColumnGroup</a></dt> |
| <dd> |
| <div class="block">Sets whether or not text is word-wrapped in the header for this column group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the height of this <code>GridItem</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the height of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DLItem.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DLItem.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DLItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow.widgets">PWWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the height of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setHeight-int-">setHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html#setHelpImage-org.eclipse.swt.graphics.Image-">setHelpImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html" title="class in org.eclipse.nebula.widgets.ganttchart">AdvancedTooltip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html#setHelpText-java.lang.String-">setHelpText(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html" title="class in org.eclipse.nebula.widgets.ganttchart">AdvancedTooltip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setHiColor-org.eclipse.swt.graphics.Color-">setHiColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setHiColor-org.eclipse.swt.graphics.Color-">setHiColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setHiColor-org.eclipse.swt.graphics.Color-">setHiColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setHidden-boolean-">setHidden(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets if this event should be hidden or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setHidden-boolean-">setHidden(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setHigherQualityDelay-int-">setHigherQualityDelay(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Set the delay after the last user action before the redraw at higher |
| quality is triggered</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setHihiColor-org.eclipse.swt.graphics.Color-">setHihiColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setHihiColor-org.eclipse.swt.graphics.Color-">setHihiColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setHihiColor-org.eclipse.swt.graphics.Color-">setHihiColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setHihiLevel-double-">setHihiLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setHihiLevel-double-">setHihiLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setHihiLevel-double-">setHihiLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setHiLevel-double-">setHiLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setHiLevel-double-">setHiLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setHiLevel-double-">setHiLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setHolidayBackgroundColorBottom-org.eclipse.swt.graphics.Color-">setHolidayBackgroundColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setHolidayBackgroundColorTop-org.eclipse.swt.graphics.Color-">setHolidayBackgroundColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setHolidays-org.eclipse.nebula.widgets.ganttchart.Holiday:A-">setHolidays(Holiday[])</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setHorizontal-boolean-">setHorizontal(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setHorizontal-boolean-">setHorizontal(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setHorizontalTextLocation-int-">setHorizontalTextLocation(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the location of where the event text will be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setHover-boolean-">setHover(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the hover state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setHover-boolean-">setHover(boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the hover state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setHover-boolean-">setHover(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setHover-boolean-">setHover(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the hover state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractInternalWidget.html#setHoverDetail-java.lang.String-">setHoverDetail(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractInternalWidget.html" title="class in org.eclipse.nebula.widgets.grid">AbstractInternalWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IInternalWidget.html#setHoverDetail-java.lang.String-">setHoverDetail(String)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IInternalWidget.html" title="interface in org.eclipse.nebula.widgets.grid">IInternalWidget</a></dt> |
| <dd> |
| <div class="block">Sets a string object that represents which part of the rendered image is currently under the |
| mouse pointer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setHoverForeground-org.eclipse.swt.graphics.Color-">setHoverForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> |
| <div class="block">Sets text color for the hovered item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setHoverForeground-org.eclipse.swt.graphics.Color-">setHoverForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> |
| <div class="block">Sets text color for the hovered item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setHoverGradient1-org.eclipse.swt.graphics.Color-">setHoverGradient1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setHoverGradient1-org.eclipse.swt.graphics.Color-">setHoverGradient1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setHoverGradient2-org.eclipse.swt.graphics.Color-">setHoverGradient2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setHoverGradient2-org.eclipse.swt.graphics.Color-">setHoverGradient2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setIcon-org.eclipse.swt.graphics.Image-">setIcon(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setIcon-org.eclipse.swt.graphics.Image-">setIcon(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html#setIconStyle-java.lang.String-">setIconStyle(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html" title="class in org.eclipse.nebula.widgets.geomap.jface">LabelImageProvider</a></dt> |
| <dd> |
| <div class="block">Sets the iconStyle argument provided to GoogleIconDescriptor</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html#setIgnoreCellSelection-boolean-">setIgnoreCellSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridDropTargetEffect.html" title="class in org.eclipse.nebula.widgets.grid">GridDropTargetEffect</a></dt> |
| <dd> |
| <div class="block">Set this value to true to make drop feedback in <code>Grid</code> |
| always behave like the Grid was <em>not</em> in cell selection mode.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setImage-boolean-">setImage(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets this event to be represented by an image.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html#setImage-int-org.eclipse.swt.graphics.Image-">setImage(int, Image)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryViewerRow</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html#setImage-int-org.eclipse.swt.graphics.Image-">setImage(int, Image)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html#setImage-int-org.eclipse.swt.graphics.Image-">setImage(int, Image)</a></span> - Method in class org.eclipse.nebula.jface.tablecomboviewer.<a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html" title="class in org.eclipse.nebula.jface.tablecomboviewer">TableComboViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setImage-int-org.eclipse.swt.graphics.Image-">setImage(int, Image)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image at a column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setImage-org.eclipse.nebula.cwt.svg.SvgDocument-">setImage(SvgDocument)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setImage-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Image-">setImage(GridItem, int, Image)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setImage-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Image-">setImage(GridItem, int, Image)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setImage-org.eclipse.nebula.widgets.grid.GridItem-int-org.eclipse.swt.graphics.Image-">setImage(GridItem, int, Image)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/CrossFadeEffect.IImageObject.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in interface org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/CrossFadeEffect.IImageObject.html" title="interface in org.eclipse.nebula.animation.effects">CrossFadeEffect.IImageObject</a></dt> |
| <dd> |
| <div class="block">Set the image of this object</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html" title="class in org.eclipse.nebula.widgets.ganttchart">AdvancedTooltip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image to the argument, which may be null indicating that |
| no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.tipoftheday.<a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html" title="class in org.eclipse.nebula.widgets.opal.tipoftheday">TipOfTheDay</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.titledseparator.<a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html" title="class in org.eclipse.nebula.widgets.opal.titledseparator">TitledSeparator</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image to the argument, which may be null indicating that |
| no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the image.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PShelfItem.html#setImage-org.eclipse.swt.graphics.Image-">setImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PShelfItem.html" title="class in org.eclipse.nebula.widgets.pshelf">PShelfItem</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html#setImageData-org.eclipse.swt.graphics.ImageData-">setImageData(ImageData)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ColorMapRamp</a></dt> |
| <dd> |
| <div class="block">Sets the overridden image data to use when drawing the color map.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setImagePosition-int-">setImagePosition(int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the image position.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setInactiveCursor-org.eclipse.swt.graphics.Cursor-">setInactiveCursor(Cursor)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html#setIncludeLeadingWildcard-boolean-">setIncludeLeadingWildcard(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">PatternFilter</a></dt> |
| <dd> |
| <div class="block">Sets whether a leading wildcard should be attached to each pattern string.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setIncrement-double-">setIncrement(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setIncrement-int-">setIncrement(int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setIncrement-int-">setIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setIncrement-int-">setIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setIncrement-int-">setIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the amount that the receiver's value will be modified by when the |
| up/down arrows are pressed to the argument, which must be at least one.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setIncrement-int-">setIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the amount that the selected receiver's value will be modified by when |
| the up/down (or right/left) arrows are pressed to the argument, which must be |
| at least one.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html#setIndent-int-">setIndent(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">BranchRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the indent used for rendering the tree branches</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html#setIndent-int-">setIndent(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow.widgets">PWWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventDeleteCommand.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventDeleteCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">SectionDeleteCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html#setIndex-int-">setIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.tipoftheday.<a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html" title="class in org.eclipse.nebula.widgets.opal.tipoftheday">TipOfTheDay</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setIndexAfter-int-">setIndexAfter(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setIndexBefore-int-">setIndexBefore(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setIndicatorMode-boolean-">setIndicatorMode(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#setInfo-java.lang.String-">setInfo(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XCheckedFilteredTree.html#setInitalChecked-java.util.Collection-">setInitalChecked(Collection<? extends Object>)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XCheckedFilteredTree.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">XCheckedFilteredTree</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setInitialButtonState--">setInitialButtonState()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XCheckFilteredTreeDialog.html#setInitialSelections-java.util.Collection-">setInitialSelections(Collection<? extends Object>)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XCheckFilteredTreeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">XCheckFilteredTreeDialog</a></dt> |
| <dd> |
| <div class="block">Sets the initial selection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XFilteredTree.html#setInitialText-java.lang.String-">setInitialText(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XFilteredTree.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">XFilteredTree</a></dt> |
| <dd> |
| <div class="block">Set the text that will be shown until the first focus.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/FilteredTreeComposite.html#setInitialText-java.lang.String-">setInitialText(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/FilteredTreeComposite.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">FilteredTreeComposite</a></dt> |
| <dd> |
| <div class="block">Set the text that will be shown until the first focus.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XCheckFilteredTreeDialog.html#setInput-java.lang.Object-">setInput(Object)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/XCheckFilteredTreeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">XCheckFilteredTreeDialog</a></dt> |
| <dd> |
| <div class="block">Sets the input.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/XViewerConverter.html#setInput-org.eclipse.swt.widgets.Control-org.eclipse.nebula.widgets.xviewer.edit.CellEditDescriptor-java.lang.Object-">setInput(Control, CellEditDescriptor, Object)</a></span> - Method in interface org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/XViewerConverter.html" title="interface in org.eclipse.nebula.widgets.xviewer.edit">XViewerConverter</a></dt> |
| <dd> |
| <div class="block">Method to fill the Controls <br> |
| <br> |
| - check with the CellEditDescriptor(getInputField) what to put into the Control</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html#setInputField-java.lang.String-">setInputField(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">CellEditDescriptor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html#setInputType-java.lang.Class-">setInputType(Class<?>)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">CellEditDescriptor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setInputXViewer-java.lang.Object-">setInputXViewer(Object)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> |
| <div class="block">Called to set the input to the XViewer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setInRGBMode-boolean-">setInRGBMode(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set if the input data is in RGB mode.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setInsideMargin-int-int-">setInsideMargin(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setInsideMargin-org.eclipse.swt.graphics.Point-">setInsideMargin(Point)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html#setInterpolate-boolean-">setInterpolate(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ColorMap</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setInterpolation-int-">setInterpolation(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Sets the gallery's interpolation setting to the parameter, which must be |
| one of <code>SWT.DEFAULT</code>, <code>SWT.NONE</code>, |
| <code>SWT.LOW</code> or <code>SWT.HIGH</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setInverted-boolean-">setInverted(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> |
| <div class="block">Inverts the axis if set to True</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#setItem-int-org.eclipse.nebula.widgets.opal.duallist.DLItem-">setItem(int, DLItem)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Sets the item in the receiver's list at the given zero-relative index to the |
| item argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html#setItem-org.eclipse.nebula.widgets.gallery.GalleryItem-">setItem(GalleryItem)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryViewerRow</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridEditor.html#setItem-org.eclipse.nebula.widgets.grid.GridItem-">setItem(GridItem)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridEditor.html" title="class in org.eclipse.nebula.widgets.grid">GridEditor</a></dt> |
| <dd> |
| <div class="block">Sets the item that this editor will function over.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setItemCount-int-">setItemCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Sets the number of root-level items contained in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setItemCount-int-">setItemCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> |
| <div class="block">Only work when the table was created with SWT.VIRTUAL</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setItemCount-int-">setItemCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the number of items contained in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setItemHeaderWidth-int-">setItemHeaderWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the row header width to the specified value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html#setItemHeight-int-">setItemHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGridGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setItemHeight-int-">setItemHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the default height for this <code>Grid</code>'s items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setItemRenderer-org.eclipse.nebula.widgets.gallery.AbstractGalleryItemRenderer-">setItemRenderer(AbstractGalleryItemRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Set item receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#setItems-java.util.List-">setItems(List<DLItem>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's items to be the given list of items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/SelectionChangeEvent.html#setItems-java.util.List-">setItems(List<DLItem>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/SelectionChangeEvent.html" title="class in org.eclipse.nebula.widgets.opal.duallist">SelectionChangeEvent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html#setItems-org.eclipse.nebula.widgets.opal.duallist.DLItem:A-">setItems(DLItem[])</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DualList.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DualList</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's items to be the given array of items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html#setItemSize-int-int-">setItemSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGridGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html#setItemWidth-int-">setItemWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGridGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setLabel-java.lang.String-">setLabel(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setLabelError--">setLabelError()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimePainter.html#setLabelPainter-org.eclipse.nebula.cwt.v.IControlPainter-">setLabelPainter(IControlPainter)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTimePainter.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTimePainter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setLabelProvider-org.eclipse.jface.viewers.IBaseLabelProvider-">setLabelProvider(IBaseLabelProvider)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setLabelProvider-org.eclipse.nebula.visualization.xygraph.figures.IAnnotationLabelProvider-">setLabelProvider(IAnnotationLabelProvider)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setLabelProvider-org.eclipse.nebula.widgets.opal.multichoice.MultiChoiceLabelProvider-">setLabelProvider(MultiChoiceLabelProvider)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setLabelSide-org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale.LabelSide-">setLabelSide(AbstractScale.LabelSide)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setLabelWidget-org.eclipse.swt.widgets.Label-">setLabelWidget(Label)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setLanguage-java.lang.String-">setLanguage(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> |
| <div class="block">Sets the user interface language localization to use.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setLanguage-java.lang.String-">setLanguage(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setLanguage-java.lang.String-boolean-">setLanguage(String, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setLanguage-java.util.Locale-">setLanguage(Locale)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> |
| <div class="block">Sets the user interface language localization to use.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setLanguage-java.util.Locale-">setLanguage(Locale)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setLanguage-java.util.Locale-boolean-">setLanguage(Locale, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/duallist/DLItem.html#setLastAction-org.eclipse.nebula.widgets.opal.duallist.DLItem.LAST_ACTION-">setLastAction(DLItem.LAST_ACTION)</a></span> - Method in class org.eclipse.nebula.widgets.opal.duallist.<a href="../org/eclipse/nebula/widgets/opal/duallist/DLItem.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DLItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#setLat-double-">setLat(double)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html#setLat-double-">setLat(double)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer.Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html#setLat-java.lang.String-">setLat(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer.Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setLayerOpacity-int-int-">setLayerOpacity(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the drawing opacity for a layer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setLayout-org.eclipse.nebula.cwt.v.VLayout-">setLayout(VLayout)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html#setLayout-org.eclipse.swt.widgets.Layout-">setLayout(Layout)</a></span> - Method in class org.eclipse.nebula.widgets.opal.checkboxgroup.<a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html" title="class in org.eclipse.nebula.widgets.opal.checkboxgroup">CheckBoxGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setLayout-org.eclipse.swt.widgets.Layout-">setLayout(Layout)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html#setLayout-org.eclipse.swt.widgets.Layout-">setLayout(Layout)</a></span> - Method in class org.eclipse.nebula.widgets.opal.titledseparator.<a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html" title="class in org.eclipse.nebula.widgets.opal.titledseparator">TitledSeparator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setLayout-org.eclipse.swt.widgets.Layout-">setLayout(Layout)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the layout which is associated with the receiver to be the argument |
| which may be null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setLayoutData-org.eclipse.swt.layout.GridData-">setLayoutData(GridData)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setLayoutData-org.eclipse.swt.layout.GridData-">setLayoutData(GridData)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setLength-int-">setLength(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setLineColor-org.eclipse.swt.graphics.Color-">setLineColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the line color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setLineColor-org.eclipse.swt.graphics.Color-">setLineColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setLineColor-org.eclipse.swt.graphics.Color-">setLineColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setLineIterator-java.util.Iterator-">setLineIterator(Iterator<LinePainter>)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setLinePosition-int-">setLinePosition(int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the line position.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper2.html#setLineStyle_LINE_SOLID-org.eclipse.draw2d.Graphics-">setLineStyle_LINE_SOLID(Graphics)</a></span> - Static method in class org.eclipse.nebula.visualization.xygraph.util.<a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper2.html" title="class in org.eclipse.nebula.visualization.xygraph.util">SingleSourceHelper2</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setLinesVisible-boolean-">setLinesVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the line visibility.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/border/LineBorder.html#setLineWidth-int-">setLineWidth(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.border.<a href="../org/eclipse/nebula/paperclips/core/border/LineBorder.html" title="class in org.eclipse.nebula.paperclips.core.border">LineBorder</a></dt> |
| <dd> |
| <div class="block">Sets the line width to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setLineWidth-int-">setLineWidth(int)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setLineWidth-int-">setLineWidth(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setLineWidth-int-">setLineWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setLineWidth-int-int-">setLineWidth(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets the line width.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setLineWidth-int-int-">setLineWidth(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Sets the line width.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setListMargin-int-">setListMargin(int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setLoading-boolean-">setLoading(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setLocale-java.util.Locale-">setLocale(Locale)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Sets the Locale to be used by this CDateTime and causes all affected |
| attributes to be updated<br> |
| If the provided locale is the same as the current locale then this method |
| simply returns.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setLocalRange-org.eclipse.nebula.visualization.xygraph.linearscale.Range-">setLocalRange(Range)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setLocation-double-double-">setLocation(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> |
| <div class="block">Sets x an y location.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/draw2d/MapFigure.html#setLocation-double-double-">setLocation(double, double)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.draw2d.<a href="../org/eclipse/nebula/widgets/geomap/draw2d/MapFigure.html" title="class in org.eclipse.nebula.widgets.geomap.draw2d">MapFigure</a></dt> |
| <dd> |
| <div class="block">Sets the location as a pair of longitude/latitude values</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setLocation-int-int-">setLocation(int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setLocation-int-int-">setLocation(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the location of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setLocation-int-int-">setLocation(int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the location of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setLocation-int-int-">setLocation(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setLocation-int-int-">setLocation(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the location of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setLocation-org.eclipse.swt.graphics.Point-">setLocation(Point)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setLocation-org.eclipse.swt.graphics.Point-">setLocation(Point)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the location of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html#setLocation-org.eclipse.swt.graphics.Point-">setLocation(Point)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html" title="class in org.eclipse.nebula.widgets.grid.internal">GridToolTip</a></dt> |
| <dd> |
| <div class="block">Sets the location of the tooltip.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setLocation-org.eclipse.swt.graphics.Point-">setLocation(Point)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the location of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setLocation-org.eclipse.swt.graphics.Point-">setLocation(Point)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setLocation-org.eclipse.swt.graphics.Point-">setLocation(Point)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the location of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html#setLocationProvider-org.eclipse.nebula.widgets.geomap.jface.LocationProvider-">setLocationProvider(LocationProvider)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html" title="class in org.eclipse.nebula.widgets.geomap.jface">GeoMapViewer</a></dt> |
| <dd> |
| <div class="block">Sets the location provider for this GeoMapViewer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setLocked-boolean-">setLocked(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets whether this event is locked or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setLocked-boolean-">setLocked(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setLoColor-org.eclipse.swt.graphics.Color-">setLoColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setLoColor-org.eclipse.swt.graphics.Color-">setLoColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setLoColor-org.eclipse.swt.graphics.Color-">setLoColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html#setLog10-boolean-">setLog10(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ColorMapRamp</a></dt> |
| <dd> |
| <div class="block">Sets the Log 10 on or off</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setLogin-java.lang.String-">setLogin(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setLogScale-boolean-">setLogScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setLoLevel-double-">setLoLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setLoLevel-double-">setLoLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setLoLevel-double-">setLoLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setLoloColor-org.eclipse.swt.graphics.Color-">setLoloColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setLoloColor-org.eclipse.swt.graphics.Color-">setLoloColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setLoloColor-org.eclipse.swt.graphics.Color-">setLoloColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setLoloLevel-double-">setLoloLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setLoloLevel-double-">setLoloLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setLoloLevel-double-">setLoloLevel(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#setLon-double-">setLon(double)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html#setLon-double-">setLon(double)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer.Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html#setLon-java.lang.String-">setLon(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer.Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/Located.html#setLonLat-double-double-">setLonLat(double, double)</a></span> - Method in interface org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/Located.html" title="interface in org.eclipse.nebula.widgets.geomap.jface">Located</a></dt> |
| <dd> |
| <div class="block">Set the longitude, latitude for this object.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/Located.Static.html#setLonLat-double-double-">setLonLat(double, double)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/Located.Static.html" title="class in org.eclipse.nebula.widgets.geomap.jface">Located.Static</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/LocationProvider.html#setLonLat-java.lang.Object-double-double-">setLonLat(Object, double, double)</a></span> - Method in interface org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/LocationProvider.html" title="interface in org.eclipse.nebula.widgets.geomap.jface">LocationProvider</a></dt> |
| <dd> |
| <div class="block">Set the longitude, latitude for the element.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/GridPrint.html#setLook-org.eclipse.nebula.paperclips.core.grid.GridLook-">setLook(GridLook)</a></span> - Method in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/GridPrint.html" title="class in org.eclipse.nebula.paperclips.core.grid">GridPrint</a></dt> |
| <dd> |
| <div class="block">Sets the grid's look.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setLowerValue-int-">setLowerValue(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the 'lower selection', which is the receiver's lower value, to the input |
| argument which must be less than or equal to the current 'upper selection' |
| and greater or equal to the minimum.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setLowQualityOnUserAction-boolean-">setLowQualityOnUserAction(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">If set to true, the gallery will disable antialiasing and interpolation |
| while the user is resizing or scrolling the gallery.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setMajorGridColor-org.eclipse.swt.graphics.Color-">setMajorGridColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setMajorGridColor-org.eclipse.swt.graphics.Color-">setMajorGridColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setMajorGridStep-double-">setMajorGridStep(double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setMajorTickMarkStepHint-int-">setMajorTickMarkStepHint(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setMajorTickMarkStepHint-int-">setMajorTickMarkStepHint(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html#setMapPosition-int-int-">setMapPosition(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.<a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html" title="class in org.eclipse.nebula.widgets.geomap">GeoMap</a></dt> |
| <dd> |
| <div class="block">Sets the position of the upper left corner of this GeoMap, without any |
| panning effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapHelper.html#setMapPosition-int-int-">setMapPosition(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapHelper.html" title="class in org.eclipse.nebula.widgets.geomap.internal">GeoMapHelper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapPositioned.html#setMapPosition-int-int-">setMapPosition(int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapPositioned.html" title="interface in org.eclipse.nebula.widgets.geomap.internal">GeoMapPositioned</a></dt> |
| <dd> |
| <div class="block">Sets the position of the upper left corner of the map.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/InternalGeoMap.html#setMapPosition-int-int-">setMapPosition(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/InternalGeoMap.html" title="class in org.eclipse.nebula.widgets.geomap.internal">InternalGeoMap</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html#setMapPosition-org.eclipse.swt.graphics.Point-">setMapPosition(Point)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.<a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html" title="class in org.eclipse.nebula.widgets.geomap">GeoMap</a></dt> |
| <dd> |
| <div class="block">Sets the position of the upper left corner of this GeoMap, without any |
| panning effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setMargin-int-">setMargin(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setMarginLeft-int-">setMarginLeft(int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/PrintJob.html#setMargins-int-">setMargins(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/PrintJob.html" title="class in org.eclipse.nebula.paperclips.core">PrintJob</a></dt> |
| <dd> |
| <div class="block">Sets the top, left, right, and bottom margins to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setMargins-int-int-">setMargins(int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setMargins-int-int-int-int-">setMargins(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/PrintJob.html#setMargins-org.eclipse.nebula.paperclips.core.Margins-">setMargins(Margins)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/PrintJob.html" title="class in org.eclipse.nebula.paperclips.core">PrintJob</a></dt> |
| <dd> |
| <div class="block">Sets the page margins.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setMargins-org.eclipse.swt.graphics.Rectangle-">setMargins(Rectangle)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setMarkerElementColor-java.lang.String-org.eclipse.swt.graphics.RGB-">setMarkerElementColor(String, RGB)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> |
| <div class="block">If the marker exists, set its color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setMarkerElementValue-java.lang.String-double-">setMarkerElementValue(String, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> |
| <div class="block">If the marker exists, set its value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setMarkerLabelVisible-boolean-">setMarkerLabelVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setMarkerLableVisible-boolean-">setMarkerLableVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use correctly spelled <a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setMarkerLabelVisible-boolean-"><code>LinearScaledMarker.setMarkerLabelVisible(boolean)</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setMarkerLineVisible-boolean-">setMarkerLineVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html#setMax-double-">setMax(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ColorMapRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setMax-double-">setMax(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setMaxImageHeight-int-">setMaxImageHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Set the maximum height for a group image in the title bar.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setMaxImageWidth-int-">setMaxImageWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Set the maximum width for a group image in the title bar.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setMaximum-int-">setMaximum(int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setMaximum-int-">setMaximum(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setMaximum-int-">setMaximum(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setMaximum-int-">setMaximum(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the maximum value that the receiver will allow.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setMaximum-int-">setMaximum(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the maximum value that the receiver will allow.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html#setMaxNumberOfStars-int-">setMaxNumberOfStars(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.starrating.<a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html" title="class in org.eclipse.nebula.widgets.opal.starrating">StarRating</a></dt> |
| <dd> |
| <div class="block">Set the maximum number of stars</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/GanttUndoRedoManager.html#setMaxStackSize-int-">setMaxStackSize(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/GanttUndoRedoManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo">GanttUndoRedoManager</a></dt> |
| <dd> |
| <div class="block">Sets a new max undo/redo sack size, value must be a positive integer or it is ignored.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setMaxTextLimit-int-">setMaxTextLimit(int)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> |
| <div class="block">Set max character limit on text field</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/base/BaseCombo.html#setMenu-org.eclipse.swt.widgets.Menu-">setMenu(Menu)</a></span> - Method in class org.eclipse.nebula.cwt.base.<a href="../org/eclipse/nebula/cwt/base/BaseCombo.html" title="class in org.eclipse.nebula.cwt.base">BaseCombo</a></dt> |
| <dd> |
| <div class="block">Sets the menu for the Text widget of this DropCombo</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setMenu-org.eclipse.swt.widgets.Menu-">setMenu(Menu)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's pop up menu to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setMenu-org.eclipse.swt.widgets.Menu-">setMenu(Menu)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's pop up menu to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setMenuItemFactory-org.eclipse.nebula.widgets.ganttchart.IMenuItemFactory-">setMenuItemFactory(IMenuItemFactory)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setMessage-java.lang.String-">setMessage(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html#setMin-double-">setMin(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ColorMapRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ColorMapRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setMin-double-">setMin(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setMinimum-int-">setMinimum(int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setMinimum-int-">setMinimum(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setMinimum-int-">setMinimum(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setMinimum-int-">setMinimum(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the minimum value that the receiver will allow.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setMinimum-int-">setMinimum(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the minimum value that the receiver will allow.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#setMinimumHeight-int-">setMinimumHeight(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setMinimumWidth-int-">setMinimumWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Set the minimum width of the column</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#setMinimumWidth-int-">setMinimumWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html#setMinMargin-int-">setMinMargin(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGridGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGridGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setMinorGridColor-org.eclipse.swt.graphics.Color-">setMinorGridColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setMinorTickMarkStepHint-int-">setMinorTickMarkStepHint(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setMinorTicksVisible-boolean-">setMinorTicksVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setMinorTicksVisible-boolean-">setMinorTicksVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setMinSize-int-int-">setMinSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> |
| <div class="block">The minimum editor size, in pixels, when resizing the editor interface by using the resize |
| handle.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setModeless--">setModeless()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> |
| <div class="block">Calling will enable dialog to loose focus</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDatePanel.html#setMonthCount-int-">setMonthCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDatePanel.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDatePanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setMouseDown-boolean-">setMouseDown(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the hover state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setMouseDown-boolean-">setMouseDown(boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the hover state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setMouseDown-boolean-">setMouseDown(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setMouseDown-boolean-">setMouseDown(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the mouse down state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setMoveable-boolean-">setMoveable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets this event to be moveable or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setMoveable-boolean-">setMoveable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setMoveable-boolean-">setMoveable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the column moveable or fixed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html#setMoveSelectionMode-int-">setMoveSelectionMode(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html" title="class in org.eclipse.nebula.widgets.geomap.jface">GeoMapViewer</a></dt> |
| <dd> |
| <div class="block">Sets the current move mode, one of MOVE_SELECTION_NONE, |
| MOVE_SELECTION_ALLOW_CHECK_IMMEDIATE or MOVE_SELECTION_ALLOW_CHECK_LATE</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the display name of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> |
| <div class="block">Sets the name of this section.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html#setName-java.lang.String-">setName(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer.Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setName-java.lang.String-boolean-">setName(String, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewerFactory.html#setNamespace-java.lang.String-">setNamespace(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewerFactory.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewerFactory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html#setNeedleColor-org.eclipse.swt.graphics.Color-">setNeedleColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">GaugeFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html#setNeedleColor-org.eclipse.swt.graphics.Color-">setNeedleColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">MeterFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setNoMoveAfterDate-java.util.Calendar-">setNoMoveAfterDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the date after which no moves or resizes are allowed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setNoMoveBeforeDate-java.util.Calendar-">setNoMoveBeforeDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the date prior to which no moves or resizes are allowed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setNoUpdatePlannedDates-java.util.Calendar-java.util.Calendar-">setNoUpdatePlannedDates(Calendar, Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Will update planned dates without question or internal checks.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setNoUpdateRevisedDates-java.util.Calendar-java.util.Calendar-">setNoUpdateRevisedDates(Calendar, Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Will update revised dates without question or internal checks.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setNullText-java.lang.String-">setNullText(String)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Set the text to be shown when the selection is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setNumberOfColumns-int-">setNumberOfColumns(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setNumberOfLines-int-">setNumberOfLines(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewerGradient.html#setOn-boolean-">setOn(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewerGradient.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewerGradient</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setOpen-boolean-">setOpen(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setOpen-boolean-java.lang.Runnable-">setOpen(boolean, Runnable)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setOption-java.lang.String-java.lang.Object-">setOption(String, Object)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> |
| <div class="block">Adds a new option to the configuration.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setOrderedList-boolean-">setOrderedList(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/PrintJob.html#setOrientation-int-">setOrientation(int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/PrintJob.html" title="class in org.eclipse.nebula.paperclips.core">PrintJob</a></dt> |
| <dd> |
| <div class="block">Sets the page orientation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setOrientation-int-">setOrientation(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setOrientation-org.eclipse.nebula.visualization.xygraph.linearscale.LinearScale.Orientation-">setOrientation(LinearScale.Orientation)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> |
| <div class="block">sets the orientation</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setOrigin-double-">setOrigin(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setOriginIgnored-boolean-">setOriginIgnored(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeDispatcher.html#setOscilloscope-org.eclipse.nebula.widgets.oscilloscope.multichannel.Oscilloscope-">setOscilloscope(Oscilloscope)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeDispatcher.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">OscilloscopeDispatcher</a></dt> |
| <dd> |
| <div class="block">This method sets the <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setOval-int-int-">setOval(int, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setOval-int-int-org.eclipse.swt.graphics.Color-">setOval(int, int, Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setPageIncrement-double-">setPageIncrement(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setPageIncrement-int-">setPageIncrement(int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setPageIncrement-int-">setPageIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setPageIncrement-int-">setPageIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setPageIncrement-int-">setPageIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the amount that the receiver's position will be modified by when the |
| page up/down keys are pressed to the argument, which must be at least |
| one.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setPageIncrement-int-">setPageIncrement(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the amount that the receiver's value will be modified by when the page |
| increment/decrement areas are selected to the argument, which must be at |
| least one.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html#setPageNumber-org.eclipse.nebula.paperclips.core.page.PageNumber-">setPageNumber(PageNumber)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPrint</a></dt> |
| <dd> |
| <div class="block">Sets the page number to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html#setPageNumberFormat-org.eclipse.nebula.paperclips.core.page.PageNumberFormat-">setPageNumberFormat(PageNumberFormat)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPrint</a></dt> |
| <dd> |
| <div class="block">Sets the format that will be used to convert the page number to a text |
| string.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/PageContainer.html#setPages-org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.Page...-">setPages(Page...)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/PageContainer.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">PageContainer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setPainter-org.eclipse.nebula.cwt.v.IControlPainter-">setPainter(IControlPainter)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setPainter-org.eclipse.nebula.widgets.cdatetime.CDateTimePainter-">setPainter(CDateTimePainter)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block"> |
| <b>WARNING: Experimental API - this method may be removed in future |
| versions</b></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VButton.html#setPaintInactive-boolean-">setPaintInactive(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VButton.html" title="class in org.eclipse.nebula.cwt.v">VButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VButton.html#setPaintNative-boolean-">setPaintNative(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VButton.html" title="class in org.eclipse.nebula.cwt.v">VButton</a></dt> |
| <dd> |
| <div class="block">Setting this value currently does nothing but subclasses can take |
| advantage of this flag.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setPanButtons-int-">setPanButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the button(s) that triggers a pan.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setPanCenterButtons-int-">setPanCenterButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setPanClickCount-int-">setPanClickCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the number of clicks that triggers a pan.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setPanScrollButtons-int-">setPanScrollButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the button(s) that triggers a pan, when using the scroll wheel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setPanScrollSpeed-int-">setPanScrollSpeed(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the panning speed, when using the scroll wheel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextPainter.html#setParagraphSpace-int-">setParagraphSpace(int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextPainter.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextPainter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setParent-org.eclipse.nebula.cwt.v.VPanel-">setParent(VPanel)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PWRowGroup.html#setParent-org.eclipse.nebula.widgets.opal.preferencewindow.PWContainer-">setParent(PWContainer)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PWRowGroup.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow">PWRowGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setParentChart-org.eclipse.nebula.widgets.ganttchart.GanttChart-">setParentChart(GanttChart)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setParentComposite-org.eclipse.nebula.widgets.ganttchart.GanttComposite-">setParentComposite(GanttComposite)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PWRowGroup.html#setParentNumberOfColumns-int-">setParentNumberOfColumns(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PWRowGroup.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow">PWRowGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/AbstractPTWidget.html#setParentPropertyTable-org.eclipse.nebula.widgets.opal.propertytable.PropertyTable-">setParentPropertyTable(PropertyTable)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/AbstractPTWidget.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">AbstractPTWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PTWidget.html#setParentPropertyTable-org.eclipse.nebula.widgets.opal.propertytable.PropertyTable-">setParentPropertyTable(PropertyTable)</a></span> - Method in interface org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PTWidget.html" title="interface in org.eclipse.nebula.widgets.opal.propertytable">PTWidget</a></dt> |
| <dd> |
| <div class="block">Inject the parent property table in the widget</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html#setParentTable-org.eclipse.nebula.widgets.opal.propertytable.PropertyTable-">setParentTable(PropertyTable)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PTProperty</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setPassword-java.lang.String-">setPassword(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setPattern-java.lang.String-">setPattern(String)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Set the style of this CDateTime to work with dates and / or times as |
| determined by the given pattern.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html#setPattern-java.lang.String-">setPattern(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">PatternFilter</a></dt> |
| <dd> |
| <div class="block">The pattern string for which this filter should select elements in the viewer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerPatternFilter.html#setPattern-java.lang.String-">setPattern(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerPatternFilter.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerPatternFilter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setPattern-java.lang.String-java.util.TimeZone:A-">setPattern(String, TimeZone[])</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setPercentage-boolean-">setPercentage(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setPercentage-int-boolean-">setPercentage(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">If set to true then the values are treated as percentages of the |
| available space rather than absolute values.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setPercentage-int-boolean-">setPercentage(int, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">If set to true then the values are treated as percentages of the available |
| space rather than absolute values.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setPercentComplete-int-">setPercentComplete(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the percentage complete of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setPicture-org.eclipse.swt.graphics.Image-">setPicture(Image)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the picture image for this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setPlotAreaBackColor-org.eclipse.swt.graphics.Color-">setPlotAreaBackColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setPlotMode-org.eclipse.nebula.visualization.xygraph.dataprovider.CircularBufferDataProvider.PlotMode-">setPlotMode(CircularBufferDataProvider.PlotMode)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setPointSize-int-">setPointSize(int)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setPointSize-int-">setPointSize(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setPointStyle-org.eclipse.nebula.visualization.xygraph.figures.Trace.PointStyle-">setPointStyle(Trace.PointStyle)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setPointStyle-org.eclipse.nebula.visualization.xygraph.figures.Trace.PointStyle-">setPointStyle(Trace.PointStyle)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setPointStyleProvider-org.eclipse.nebula.visualization.xygraph.styleprovider.IPointStyleProvider-">setPointStyleProvider(IPointStyleProvider)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setPolygon-int:A-">setPolygon(int[])</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setPolygon-int:A-org.eclipse.swt.graphics.Color-">setPolygon(int[], Color)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html#setPosition-double-">setPosition(double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">Tick</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html#setPredefinedColorMap-org.eclipse.nebula.visualization.widgets.datadefinition.ColorMap.PredefinedColorMap-">setPredefinedColorMap(ColorMap.PredefinedColorMap)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ColorMap</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setPrimarySide-boolean-">setPrimarySide(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setPrimarySide-boolean-">setPrimarySide(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> |
| <div class="block">Set the axis on primary side (Bottom/Left) or secondary side (Top/Right).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setProgressBarMaximumValue-int-">setProgressBarMaximumValue(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setProgressBarMinimumValue-int-">setProgressBarMinimumValue(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setProgressBarValue-int-">setProgressBarValue(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setProgression-int-">setProgression(int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setProgression-int-int-">setProgression(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">The number of internal steps that must be made before drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html#setPrompt-java.lang.String-org.eclipse.swt.widgets.Control-">setPrompt(String, Control)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.promptsupport.<a href="../org/eclipse/nebula/widgets/opal/promptsupport/PromptSupport.html" title="class in org.eclipse.nebula.widgets.opal.promptsupport">PromptSupport</a></dt> |
| <dd> |
| <div class="block"> |
| Sets the prompt text on <code>control</code></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html#setProperties-java.util.Map-">setProperties(Map<String, Object>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PropertyTable</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/CubicRotationTransition.html#setQuality-double-">setQuality(double)</a></span> - Method in class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/CubicRotationTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">CubicRotationTransition</a></dt> |
| <dd> |
| <div class="block">Sets the quality of image slicing as a percentage in |
| the interval from 0 to 100 inclusive</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#setRadius-int-">setRadius(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/panels/BlurredPanel.html#setRadius-int-">setRadius(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.panels.<a href="../org/eclipse/nebula/widgets/opal/panels/BlurredPanel.html" title="class in org.eclipse.nebula.widgets.opal.panels">BlurredPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setRampWidth-int-">setRampWidth(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> |
| <div class="block">set the range of the scale</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setRange-double-double-">setRange(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> |
| <div class="block">set the scale range</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setRange-double-double-boolean-">setRange(double, double, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> |
| <div class="block">Set the range with option to honor its original direction.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setRange-int-int-">setRange(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/DoubleInputText.html#setRange-org.eclipse.nebula.visualization.xygraph.linearscale.Range-">setRange(Range)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.toolbar.<a href="../org/eclipse/nebula/visualization/internal/xygraph/toolbar/DoubleInputText.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.toolbar">DoubleInputText</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setRange-org.eclipse.nebula.visualization.xygraph.linearscale.Range-">setRange(Range)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setRange-org.eclipse.nebula.visualization.xygraph.linearscale.Range-">setRange(Range)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setRange-org.eclipse.nebula.visualization.xygraph.linearscale.Range-">setRange(Range)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> |
| <div class="block">set the scale range</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setRecurCount-int-">setRecurCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">How often this event re-occurs.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setRedraw-boolean-">setRedraw(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html#setRedrawOnAmination-boolean-">setRedrawOnAmination(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html" title="class in org.eclipse.nebula.widgets.pshelf">PShelf</a></dt> |
| <dd> |
| <div class="block">Sets whether to redraw the items (previous and next item) when the open animation occours.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setRememberPassword-boolean-">setRememberPassword(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setRemoveFormat-boolean-">setRemoveFormat(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setRemovePasteFromWord-boolean-">setRemovePasteFromWord(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setRemovePasteText-boolean-">setRemovePasteText(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setRemoveStyles-boolean-">setRemoveStyles(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html#setRenderer-org.eclipse.nebula.widgets.pshelf.AbstractRenderer-">setRenderer(AbstractRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html" title="class in org.eclipse.nebula.widgets.pshelf">PShelf</a></dt> |
| <dd> |
| <div class="block">Sets the renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setRendering-boolean-">setRendering(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setReportType-int-">setReportType(int)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setRequiredEntry-boolean-">setRequiredEntry(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setRequiredEntry-boolean-">setRequiredEntry(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setResizable-boolean-">setResizable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets this event to be resizable or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setResizable-boolean-">setResizable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setResizable-boolean-">setResizable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> |
| <div class="block">Whether to enable the resizing feature.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setResizeable-boolean-">setResizeable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the column resizeable.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setResizeDirection-java.lang.String-">setResizeDirection(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/ResultsPage.html#setResults-org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.SearchPage.SearchResult:A-">setResults(SearchPage.SearchResult[])</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/ResultsPage.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">ResultsPage</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedDates-java.util.Calendar-java.util.Calendar-int-">setRevisedDates(Calendar, Calendar, int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Another utility method for setting new dates but this method enforces the usual validation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedEnd-int-">setRevisedEnd(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the revised D-day end.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedEnd-java.util.Calendar-">setRevisedEnd(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the revised end date of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedEnd-java.util.Calendar-boolean-">setRevisedEnd(Calendar, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">When you need to move events manually you may run into issues as one date always has to be set before the other.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setRevisedEndDateAfter-java.util.Calendar-">setRevisedEndDateAfter(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setRevisedEndDateBefore-java.util.Calendar-">setRevisedEndDateBefore(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedStart-int-">setRevisedStart(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the revised D-day start.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedStart-java.util.Calendar-">setRevisedStart(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the revised start date of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setRevisedStart-java.util.Calendar-boolean-">setRevisedStart(Calendar, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">When you need to move events manually you may run into issues as one date always has to be set before the other.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setRevisedStartDateAfter-java.util.Calendar-">setRevisedStartDateAfter(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setRevisedStartDateBefore-java.util.Calendar-">setRevisedStartDateBefore(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/border/LineBorder.html#setRGB-org.eclipse.swt.graphics.RGB-">setRGB(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.border.<a href="../org/eclipse/nebula/paperclips/core/border/LineBorder.html" title="class in org.eclipse.nebula.paperclips.core.border">LineBorder</a></dt> |
| <dd> |
| <div class="block">Sets the border color to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/LinePrint.html#setRGB-org.eclipse.swt.graphics.RGB-">setRGB(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/LinePrint.html" title="class in org.eclipse.nebula.paperclips.core">LinePrint</a></dt> |
| <dd> |
| <div class="block">Sets the line color to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html#setRGB-org.eclipse.swt.graphics.RGB-">setRGB(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPageDecoration.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPageDecoration</a></dt> |
| <dd> |
| <div class="block">Sets the text color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html#setRGB-org.eclipse.swt.graphics.RGB-">setRGB(RGB)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPrint</a></dt> |
| <dd> |
| <div class="block">Sets the text color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIColor-org.eclipse.swt.graphics.Color-">setROIColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setROIColor-org.eclipse.swt.graphics.Color-">setROIColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Set color of ROI figures.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIDataBounds-int-int-int-int-">setROIDataBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setROIDataBounds-java.lang.String-int-int-int-int-">setROIDataBounds(String, int, int, int, int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIDataBoundsH-int-">setROIDataBoundsH(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIDataBoundsW-int-">setROIDataBoundsW(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIDataBoundsX-int-">setROIDataBoundsX(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIDataBoundsY-int-">setROIDataBoundsY(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html#setROIGeoBounds-int-int-int-int-">setROIGeoBounds(int, int, int, int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/ROIFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">ROIFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setROIVisible-java.lang.String-boolean-">setROIVisible(String, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setRound-boolean-">setRound(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setRow-int-">setRow(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setRowFocus-boolean-">setRowFocus(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridTableViewer.html#setRowHeaderLabelProvider-org.eclipse.jface.viewers.CellLabelProvider-">setRowHeaderLabelProvider(CellLabelProvider)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridTableViewer.html" title="class in org.eclipse.nebula.jface.gridviewer">GridTableViewer</a></dt> |
| <dd> |
| <div class="block">Label provider used by calculate the row header text</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridTreeViewer.html#setRowHeaderLabelProvider-org.eclipse.jface.viewers.CellLabelProvider-">setRowHeaderLabelProvider(CellLabelProvider)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridTreeViewer.html" title="class in org.eclipse.nebula.jface.gridviewer">GridTreeViewer</a></dt> |
| <dd> |
| <div class="block">Label provider used by calculate the row header text</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setRowHeaderRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setRowHeaderRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the row header renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setRowHeaderVisible-boolean-">setRowHeaderVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Marks the receiver's row header as visible if the argument is |
| <code>true</code>, and marks it invisible otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setRowHover-boolean-">setRowHover(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setRowSpan-int-int-">setRowSpan(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the row spanning for the row at the given index to span the given |
| number of subsequent rows.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setRowSpan-org.eclipse.nebula.widgets.grid.GridItem-int-int-">setRowSpan(GridItem, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setRowSpan-org.eclipse.nebula.widgets.grid.GridItem-int-int-">setRowSpan(GridItem, int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setRowSpan-org.eclipse.nebula.widgets.grid.GridItem-int-int-">setRowSpan(GridItem, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setRowsResizeable-boolean-">setRowsResizeable(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the rows resizeable state of this <code>Grid</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setRunMode-boolean-">setRunMode(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/util/RepeatFiringBehavior.html#setRunTask-java.lang.Runnable-">setRunTask(Runnable)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.util.<a href="../org/eclipse/nebula/visualization/widgets/util/RepeatFiringBehavior.html" title="class in org.eclipse.nebula.visualization.widgets.util">RepeatFiringBehavior</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSaturdayBackgroundColorBottom-org.eclipse.swt.graphics.Color-">setSaturdayBackgroundColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSaturdayBackgroundColorTop-org.eclipse.swt.graphics.Color-">setSaturdayBackgroundColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/CustomizationDataSelectionDialog.html#setSaveShared-boolean-">setSaveShared(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/CustomizationDataSelectionDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.customize.dialog">CustomizationDataSelectionDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setScale-org.eclipse.nebula.visualization.widgets.figureparts.RoundScale-">setScale(RoundScale)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setScale-org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale-">setScale(AbstractScale)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels.html#setScale-org.eclipse.nebula.visualization.xygraph.linearscale.IScaleProvider-">setScale(IScaleProvider)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTickLabels</a></dt> |
| <dd> |
| <div class="block">sets the type of scale</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html#setScale-org.eclipse.nebula.visualization.xygraph.linearscale.LinearScale-">setScale(LinearScale)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaledMarker.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaledMarker</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setScaleImage-boolean-">setScaleImage(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setScaleLineVisible-boolean-">setScaleLineVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setScope-boolean-">setScope(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets this event to be a scope.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/ResultsPage.html#setSearch-java.lang.String-">setSearch(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/ResultsPage.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">ResultsPage</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/Pair.html#setSecond-Y-">setSecond(Y)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.<a href="../org/eclipse/nebula/widgets/xviewer/util/Pair.html" title="class in org.eclipse.nebula.widgets.xviewer.util">Pair</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventDeleteCommand.html#setSection-org.eclipse.nebula.widgets.ganttchart.GanttSection-">setSection(GanttSection)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventDeleteCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html#setSection-org.eclipse.nebula.widgets.ganttchart.GanttSection-">setSection(GanttSection)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/SectionDeleteCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">SectionDeleteCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setSectionAfter-org.eclipse.nebula.widgets.ganttchart.GanttSection-">setSectionAfter(GanttSection)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setSectionBefore-org.eclipse.nebula.widgets.ganttchart.GanttSection-">setSectionBefore(GanttSection)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryItemRenderer.html#setSelected-boolean-">setSelected(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/AbstractGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">AbstractGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setSelected-boolean-">setSelected(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the selected state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setSelected-boolean-">setSelected(boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the selected state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setSelected-boolean-">setSelected(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setSelected-boolean-">setSelected(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the selected state.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setSelectedBackgroundColor-org.eclipse.swt.graphics.Color-">setSelectedBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSelectedBackgroundColorBottom-org.eclipse.swt.graphics.Color-">setSelectedBackgroundColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSelectedBackgroundColorTop-org.eclipse.swt.graphics.Color-">setSelectedBackgroundColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSelectedBackgroundHeaderColorBottom-org.eclipse.swt.graphics.Color-">setSelectedBackgroundHeaderColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSelectedBackgroundHeaderColorTop-org.eclipse.swt.graphics.Color-">setSelectedBackgroundHeaderColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DateSelectionDialog.html#setSelectedDate-java.util.Date-">setSelectedDate(Date)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DateSelectionDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DateSelectionDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setSelectedFont-org.eclipse.swt.graphics.Font-">setSelectedFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setSelectedFont-org.eclipse.swt.graphics.Font-">setSelectedFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setSelectedForeground-org.eclipse.swt.graphics.Color-">setSelectedForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> |
| <div class="block">Sets text color for the selected item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setSelectedForeground-org.eclipse.swt.graphics.Color-">setSelectedForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> |
| <div class="block">Sets text color for the selected item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setSelectedForegroundColor-org.eclipse.swt.graphics.Color-">setSelectedForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setSelectedGradient1-org.eclipse.swt.graphics.Color-">setSelectedGradient1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setSelectedGradient1-org.eclipse.swt.graphics.Color-">setSelectedGradient1(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html#setSelectedGradient2-org.eclipse.swt.graphics.Color-">setSelectedGradient2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.css.<a href="../org/eclipse/nebula/widgets/pshelf/css/CSSShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf.css">CSSShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html#setSelectedGradient2-org.eclipse.swt.graphics.Color-">setSelectedGradient2(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/RedmondShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">RedmondShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setSelectedHeaderDates-java.util.List-">setSelectedHeaderDates(List)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets a list of header dates that should be the selected dates.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setSelectedIndex-int:A-">setSelectedIndex(int[])</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> |
| <div class="block">Selects items in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PreferenceWindow.html#setSelectedTab-int-">setSelectedTab(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PreferenceWindow.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow">PreferenceWindow</a></dt> |
| <dd> |
| <div class="block">Set the selected tab</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VButton.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VButton.html" title="class in org.eclipse.nebula.cwt.v">VButton</a></dt> |
| <dd> |
| <div class="block">Marks this button as being "selected" by the user.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the selection state of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.checkboxgroup.<a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html" title="class in org.eclipse.nebula.widgets.opal.checkboxgroup">CheckBoxGroup</a></dt> |
| <dd> |
| <div class="block">Sets the selection state of the receiver</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/ChoiceWidget.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/ChoiceWidget.html" title="class in org.eclipse.nebula.widgets.opal.dialog">ChoiceWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the selection state of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroupToolItem.html#setSelection-boolean-">setSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroupToolItem.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroupToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the selection state of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/Transitionable.html#setSelection-int-">setSelection(int)</a></span> - Method in interface org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/Transitionable.html" title="interface in org.eclipse.nebula.effects.stw">Transitionable</a></dt> |
| <dd> |
| <div class="block">sets the current selected <code>Control</code> object</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setSelection-int-">setSelection(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the item at the given zero-relative index in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setSelection-int-">setSelection(int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> |
| <div class="block">Sets the selection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setSelection-int-">setSelection(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dd> |
| <div class="block">Sets the selection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setSelection-int-">setSelection(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dd> |
| <div class="block">Sets the selection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setSelection-int-">setSelection(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the <em>selection</em>, which is the receiver's position, to the |
| argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setSelection-int-">setSelection(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setSelection-int:A-">setSelection(int[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the items at the given zero-relative indices in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setSelection-int:A-">setSelection(int[])</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the 'selection', which is the receiver's value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setSelection-int-int-">setSelection(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Selects the items in the range specified by the given zero-relative |
| indices in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setSelection-int-int-">setSelection(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the 'selection', which is the receiver's value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setSelection-int-int-">setSelection(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setSelection-java.util.Date-">setSelection(Date)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Set the selection for this CDateTime to that of the provided |
| <code>Date</code> object.<br></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setSelection-java.util.List-">setSelection(List)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the selection to be a set of GanttEvents.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setSelection-java.util.Set-">setSelection(Set<T>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> |
| <div class="block">Sets the selection of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/cdatetime/CDateTimeSelectionProvider.html#setSelection-org.eclipse.jface.viewers.ISelection-">setSelection(ISelection)</a></span> - Method in class org.eclipse.nebula.jface.cdatetime.<a href="../org/eclipse/nebula/jface/cdatetime/CDateTimeSelectionProvider.html" title="class in org.eclipse.nebula.jface.cdatetime">CDateTimeSelectionProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html#setSelection-org.eclipse.jface.viewers.ISelection-boolean-">setSelection(ISelection, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/GeoMapViewer.html" title="class in org.eclipse.nebula.widgets.geomap.jface">GeoMapViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setSelection-org.eclipse.nebula.widgets.gallery.GalleryItem:A-">setSelection(GalleryItem[])</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setSelection-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setSelection(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the selection to be a specific GanttEvent.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setSelection-org.eclipse.nebula.widgets.grid.GridItem:A-">setSelection(GridItem[])</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's selection to be the given array of items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html#setSelection-org.eclipse.nebula.widgets.pshelf.PShelfItem-">setSelection(PShelfItem)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PShelf.html" title="class in org.eclipse.nebula.widgets.pshelf">PShelf</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's selection to the given item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setSelection-org.eclipse.swt.graphics.Point-">setSelection(Point)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setSelection-org.eclipse.swt.graphics.Point-">setSelection(Point)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the selection in the receiver's text field to the range specified by the |
| argument whose x coordinate is the start of the selection and whose y |
| coordinate is the end of the selection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setSelectionBackgroundColor-org.eclipse.swt.graphics.Color-">setSelectionBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setSelectionBackgroundColor-org.eclipse.swt.graphics.Color-">setSelectionBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setSelectionEnabled-boolean-">setSelectionEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Enables selection highlighting if the argument is <code>true</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setSelectionForegroundColor-org.eclipse.swt.graphics.Color-">setSelectionForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setSelectionForegroundColor-org.eclipse.swt.graphics.Color-">setSelectionForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setSelectionImage-org.eclipse.swt.graphics.Image-">setSelectionImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image to the argument when this one is selected, which |
| may be null indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setSelectionImage-org.eclipse.swt.graphics.Image-">setSelectionImage(Image)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's image to the argument when this one is selected, |
| which may be null indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setSelectionListener-org.eclipse.nebula.widgets.opal.multichoice.MultiChoiceSelectionListener-">setSelectionListener(MultiChoiceSelectionListener<T>)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setSelectionListener-org.eclipse.swt.events.SelectionListener-">setSelectionListener(SelectionListener)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setSeparator-java.lang.String-">setSeparator(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setSeparatorColor-org.eclipse.swt.graphics.Color-">setSeparatorColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's separator color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PaletteShelfRenderer.html#setShadeColor-org.eclipse.swt.graphics.Color-">setShadeColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PaletteShelfRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">PaletteShelfRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setShowBoldText-boolean-">setShowBoldText(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets whether to show the display name in bold text or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/PlotArea.html#setShowBorder-boolean-">setShowBorder(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/PlotArea.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">PlotArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setShowBulb-boolean-">setShowBulb(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setShowColorWithinSelection-boolean-">setShowColorWithinSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html#setShowColumnFilterTextBlock-boolean-">setShowColumnFilterTextBlock(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.customize.dialog">XViewerCustomizeDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setShowDaysOnEvents-boolean-">setShowDaysOnEvents(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Flag whether to show the number of days on events.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html#setShowFilterTextBlock-boolean-">setShowFilterTextBlock(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.customize.dialog">XViewerCustomizeDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setShowFontWithinSelection-boolean-">setShowFontWithinSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setShowHi-boolean-">setShowHi(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setShowHi-boolean-">setShowHi(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setShowHi-boolean-">setShowHi(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setShowHihi-boolean-">setShowHihi(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setShowHihi-boolean-">setShowHihi(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setShowHihi-boolean-">setShowHihi(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setShowImageWithinSelection-boolean-">setShowImageWithinSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setShowLabel-boolean-">setShowLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setShowLabels-boolean-">setShowLabels(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> |
| <div class="block">Enables / disables labels at the bottom of each item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setShowLabels-boolean-">setShowLabels(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setShowLegend-boolean-">setShowLegend(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setShowLegend-boolean-">setShowLegend(boolean)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setShowLegend-boolean-">setShowLegend(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setShowLo-boolean-">setShowLo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setShowLo-boolean-">setShowLo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setShowLo-boolean-">setShowLo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setShowLolo-boolean-">setShowLolo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setShowLolo-boolean-">setShowLolo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setShowLolo-boolean-">setShowLolo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setShowMajorGrid-boolean-">setShowMajorGrid(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setShowMajorGrid-boolean-">setShowMajorGrid(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html#setShowMarkers-boolean-">setShowMarkers(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractLinearMarkedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractLinearMarkedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html#setShowMarkers-boolean-">setShowMarkers(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractMarkedWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractMarkedWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html#setShowMarkers-boolean-">setShowMarkers(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractRoundRampedFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractRoundRampedFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html#setShowMarkers-boolean-">setShowMarkers(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">MeterFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/ITicksProvider.html#setShowMaxLabel-boolean-">setShowMaxLabel(boolean)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/ITicksProvider.html" title="interface in org.eclipse.nebula.visualization.xygraph.linearscale">ITicksProvider</a></dt> |
| <dd> |
| <div class="block">sets the visibility of the maximum label</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setShowMaxLabel-boolean-">setShowMaxLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> |
| <div class="block">sets the visibility of the maximum label</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels.html#setShowMaxLabel-boolean-">setShowMaxLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTickLabels</a></dt> |
| <dd> |
| <div class="block">set whether max label is shown or not</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks.html#setShowMaxLabel-boolean-">setShowMaxLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTicks</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks2.html#setShowMaxLabel-boolean-">setShowMaxLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks2.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTicks2</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/ITicksProvider.html#setShowMinLabel-boolean-">setShowMinLabel(boolean)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/ITicksProvider.html" title="interface in org.eclipse.nebula.visualization.xygraph.linearscale">ITicksProvider</a></dt> |
| <dd> |
| <div class="block">Sets the visibility of the minimum label</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html#setShowMinLabel-boolean-">setShowMinLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScale</a></dt> |
| <dd> |
| <div class="block">sets the visibility of the minimum label</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels.html#setShowMinLabel-boolean-">setShowMinLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTickLabels</a></dt> |
| <dd> |
| <div class="block">sets whether min label is shown or not</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks.html#setShowMinLabel-boolean-">setShowMinLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTicks</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks2.html#setShowMinLabel-boolean-">setShowMinLabel(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks2.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTicks2</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setShowMinorGrid-boolean-">setShowMinorGrid(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setShowMinorTicks-boolean-">setShowMinorTicks(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setShowName-boolean-">setShowName(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setShowName-boolean-">setShowName(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html#setShowOnStartup-boolean-">setShowOnStartup(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.tipoftheday.<a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html" title="class in org.eclipse.nebula.widgets.opal.tipoftheday">TipOfTheDay</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setShowPlannedDates-boolean-">setShowPlannedDates(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Flag whether to show planned dates or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setShowPlotAreaBorder-boolean-">setShowPlotAreaBorder(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setShowPosition-boolean-">setShowPosition(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setShowPosition-boolean-">setShowPosition(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setShowRamp-boolean-">setShowRamp(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html#setShowRoundedSelectionCorners-boolean-">setShowRoundedSelectionCorners(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setShowRoundedSelectionCorners-boolean-">setShowRoundedSelectionCorners(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setShowSampleInfo-boolean-">setShowSampleInfo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setShowSampleInfo-boolean-">setShowSampleInfo(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setShowScale-boolean-">setShowScale(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html#setShowSorterBlock-boolean-">setShowSorterBlock(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.customize.dialog">XViewerCustomizeDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setShowTableHeader-boolean-">setShowTableHeader(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">sets whether or not to show table header.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setShowTableLines-boolean-">setShowTableLines(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">sets whether or not to show table lines</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setShowText-boolean-">setShowText(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setShowTitle-boolean-">setShowTitle(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setShowTitle-boolean-">setShowTitle(boolean)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setShowTitle-boolean-">setShowTitle(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/ToolbarArmedXYGraph.html#setShowToolbar-boolean-">setShowToolbar(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/ToolbarArmedXYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">ToolbarArmedXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setSingleLineProfiling-boolean-">setSingleLineProfiling(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Profile on single pixel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html" title="class in org.eclipse.nebula.paperclips.core">ImagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the ImagePrint to render the image at the given size, in points.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the area of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setSize-int-int-">setSize(int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the area of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the area of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setSize-int-int-">setSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/ImagePrint.html" title="class in org.eclipse.nebula.paperclips.core">ImagePrint</a></dt> |
| <dd> |
| <div class="block">Sets the ImagePrint to render the image at the given size, in points.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.grid">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the area of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/IRenderer.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/IRenderer.html" title="interface in org.eclipse.nebula.widgets.grid">IRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the area of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html#setSize-org.eclipse.swt.graphics.Point-">setSize(Point)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/AbstractRenderer.html" title="class in org.eclipse.nebula.widgets.pshelf">AbstractRenderer</a></dt> |
| <dd> |
| <div class="block">Sets the area of the drawing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html#setSizeOfStars-org.eclipse.nebula.widgets.opal.starrating.StarRating.SIZE-">setSizeOfStars(StarRating.SIZE)</a></span> - Method in class org.eclipse.nebula.widgets.opal.starrating.<a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html" title="class in org.eclipse.nebula.widgets.opal.starrating">StarRating</a></dt> |
| <dd> |
| <div class="block">Set the current size of stars</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/AbstractToolItemRenderer.html#setSizeType-int-">setSizeType(int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/AbstractToolItemRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">AbstractToolItemRenderer</a></dt> |
| <dd> |
| <div class="block">Set the size type</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setSort-int-">setSort(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the sort indicator style for the column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ListDialogSortable.html#setSorter-org.eclipse.jface.viewers.ViewerSorter-">setSorter(ViewerSorter)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/ListDialogSortable.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">ListDialogSortable</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setSorter-org.eclipse.jface.viewers.ViewerSorter-">setSorter(ViewerSorter)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttConnection.html#setSource-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setSource(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttConnection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttConnection</a></dt> |
| <dd> |
| <div class="block">Sets the source event of this connection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewerComputedColumn.html#setSourceXViewerColumn-org.eclipse.nebula.widgets.xviewer.core.model.XViewerColumn-">setSourceXViewerColumn(XViewerColumn)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewerComputedColumn.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewerComputedColumn</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewerComputedColumn.html#setSourceXViewerColumnFromColumns-java.util.Collection-">setSourceXViewerColumnFromColumns(Collection<XViewerColumn>)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewerComputedColumn.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewerComputedColumn</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setSquare-boolean-">setSquare(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> |
| <div class="block">if parameter equal is true, the x and y sizes of this VControl will be |
| forced equal, thus drawing a square button</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/XViewerDisplay.html#setStandaloneXViewer-boolean-org.eclipse.swt.widgets.Display-">setStandaloneXViewer(boolean, Display)</a></span> - Static method in class org.eclipse.nebula.widgets.xviewer.util.<a href="../org/eclipse/nebula/widgets/xviewer/util/XViewerDisplay.html" title="class in org.eclipse.nebula.widgets.xviewer.util">XViewerDisplay</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setStart-long-">setStart(long)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setStart-java.util.Calendar-">setStart(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the start date.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#setStartAngle-double-">setStartAngle(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setStartDate-java.util.Calendar-">setStartDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the end date of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setStartDate-java.util.Calendar-">setStartDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/utils/DateRange.html#setStartDate-java.util.Calendar-">setStartDate(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.utils.<a href="../org/eclipse/nebula/widgets/ganttchart/utils/DateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart.utils">DateRange</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setStartDateAfter-java.util.Calendar-">setStartDateAfter(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html#setStartDateBefore-java.util.Calendar-">setStartDateBefore(Calendar)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/EventMoveCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">EventMoveCommand</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setStartHour-int-">setStartHour(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the start hour.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setStartingPoint-int-int-">setStartingPoint(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html#setStartMinute-int-">setStartMinute(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSpecialDateRange.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSpecialDateRange</a></dt> |
| <dd> |
| <div class="block">Sets the start minute.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setStatusColor-org.eclipse.swt.graphics.Color-">setStatusColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the status color of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setSteady-boolean-int-">setSteady(boolean, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setSteady-int-boolean-int-">setSteady(int, boolean, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">If steady is true the graph will draw on a steady position instead of |
| advancing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setSteady-int-boolean-int-">setSteady(int, boolean, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">If steady is true the graph will draw on a steady position instead of |
| advancing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setStepIncrement-double-">setStepIncrement(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setStrategy-org.eclipse.nebula.widgets.pgroup.AbstractGroupStrategy-">setStrategy(AbstractGroupStrategy)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the strategy.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setStrikeout-boolean-">setStrikeout(boolean)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the strikeout flag to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setStrikethroughActive-boolean-">setStrikethroughActive(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setStyle-int-">setStyle(int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setStyle-int-boolean-">setStyle(int, boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/StyledTextPrint.html#setStyle-org.eclipse.nebula.paperclips.core.text.TextStyle-">setStyle(TextStyle)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/StyledTextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">StyledTextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the text style that will be applied to text added through the |
| <a href="../org/eclipse/nebula/paperclips/core/text/StyledTextPrint.html#append-java.lang.String-"><code>StyledTextPrint.append(String)</code></a></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setStyle-org.eclipse.nebula.paperclips.core.text.TextStyle-">setStyle(TextStyle)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the text style to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html#setStyle-org.eclipse.nebula.widgets.opal.tipoftheday.TipOfTheDay.TipStyle-">setStyle(TipOfTheDay.TipStyle)</a></span> - Method in class org.eclipse.nebula.widgets.opal.tipoftheday.<a href="../org/eclipse/nebula/widgets/opal/tipoftheday/TipOfTheDay.html" title="class in org.eclipse.nebula.widgets.opal.tipoftheday">TipOfTheDay</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setSummary-boolean-">setSummary(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the column as a summary column in a column group.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSundayBackgroundColorBottom-org.eclipse.swt.graphics.Color-">setSundayBackgroundColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setSundayBackgroundColorTop-org.eclipse.swt.graphics.Color-">setSundayBackgroundColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html#setSurroundingEvents-java.util.List-">setSurroundingEvents(List)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.dnd.<a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.dnd">VerticalDragDropManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html#setSwtStyle-java.lang.Integer-">setSwtStyle(Integer)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.edit.<a href="../org/eclipse/nebula/widgets/xviewer/edit/CellEditDescriptor.html" title="class in org.eclipse.nebula.widgets.xviewer.edit">CellEditDescriptor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setTableVisible-boolean-">setTableVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Marks the receiver's list as visible if the argument is <code>true</code>, |
| and marks it invisible otherwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setTableWidthPercentage-int-">setTableWidthPercentage(int)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the table width percentage in relation to the width of the label |
| control.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setTabs-int-">setTabs(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setTailFade-int-">setTailFade(int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setTailFade-int-int-">setTailFade(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets the percentage of tail that must be faded out.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setTailFade-int-int-">setTailFade(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Sets the percentage of tail that must be faded out.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setTailSize-int-">setTailSize(int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setTailSize-int-int-">setTailSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">The tail size defaults to TAILSIZE_DEFAULT which is 75% of the width.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setTailSize-int-int-">setTailSize(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">The tail size defaults to TAILSIZE_DEFAULT which is 75% of the width.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttConnection.html#setTarget-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setTarget(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttConnection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttConnection</a></dt> |
| <dd> |
| <div class="block">Sets the target event of this connection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html#setTargetSection-org.eclipse.nebula.widgets.ganttchart.GanttSection-">setTargetSection(GanttSection)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.dnd.<a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.dnd">VerticalDragDropManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setTemperatureUnit-org.eclipse.nebula.visualization.widgets.figures.ThermometerFigure.TemperatureUnit-">setTemperatureUnit(ThermometerFigure.TemperatureUnit)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html#setText-int-java.lang.String-">setText(int, String)</a></span> - Method in class org.eclipse.nebula.jface.galleryviewer.<a href="../org/eclipse/nebula/jface/galleryviewer/GalleryViewerRow.html" title="class in org.eclipse.nebula.jface.galleryviewer">GalleryViewerRow</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html#setText-int-java.lang.String-">setText(int, String)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/GridViewerRow.html" title="class in org.eclipse.nebula.jface.gridviewer">GridViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html#setText-int-java.lang.String-">setText(int, String)</a></span> - Method in class org.eclipse.nebula.jface.tablecomboviewer.<a href="../org/eclipse/nebula/jface/tablecomboviewer/TableComboViewerRow.html" title="class in org.eclipse.nebula.jface.tablecomboviewer">TableComboViewerRow</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setText-int-java.lang.String-">setText(int, String)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setText-int-java.lang.String-">setText(int, String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's text at a column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the text that will be printed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">Tick</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html" title="class in org.eclipse.nebula.widgets.gallery">GalleryItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/HeaderControl.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/HeaderControl.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">HeaderControl</a></dt> |
| <dd> |
| <div class="block">Sets the texts and recomputes the size of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/TitleControl.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/TitleControl.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">TitleControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/SearchServer.Result.html" title="class in org.eclipse.nebula.widgets.geomap.jface">SearchServer.Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html" title="class in org.eclipse.nebula.widgets.grid.internal">GridToolTip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.checkboxgroup.<a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html" title="class in org.eclipse.nebula.widgets.opal.checkboxgroup">CheckBoxGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/OpalItem.html" title="class in org.eclipse.nebula.widgets.opal.commons">OpalItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> |
| <div class="block">Fill the text box.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.titledseparator.<a href="../org/eclipse/nebula/widgets/opal/titledseparator/TitledSeparator.html" title="class in org.eclipse.nebula.widgets.opal.titledseparator">TitledSeparator</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pshelf/PShelfItem.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.pshelf.<a href="../org/eclipse/nebula/widgets/pshelf/PShelfItem.html" title="class in org.eclipse.nebula.widgets.pshelf">PShelfItem</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> |
| <div class="block">Set text to the editing area.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextViewer.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextViewer.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the contents of the receiver's text field to the given string.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/Result.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/Result.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">Result</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setText-java.lang.String-">setText(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setText-org.eclipse.nebula.widgets.grid.GridItem-int-java.lang.String-">setText(GridItem, int, String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setText-org.eclipse.nebula.widgets.grid.GridItem-int-java.lang.String-">setText(GridItem, int, String)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setText-org.eclipse.nebula.widgets.grid.GridItem-int-java.lang.String-">setText(GridItem, int, String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setTextAlignment-org.eclipse.nebula.widgets.richtext.painter.TagProcessingState.TextAlignment-">setTextAlignment(TagProcessingState.TextAlignment)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setTextColor-org.eclipse.swt.graphics.Color-">setTextColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's text color to the argument, which may be null indicating |
| that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setTextColor-org.eclipse.swt.graphics.Color-">setTextColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's text color to the argument, which may be null |
| indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html#setTextColor-org.eclipse.swt.graphics.RGB-">setTextColor(RGB)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/LabelImageProvider.html" title="class in org.eclipse.nebula.widgets.geomap.jface">LabelImageProvider</a></dt> |
| <dd> |
| <div class="block">Sets the textColor argument provided to GoogleIconDescriptor</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setTextColorSelected-org.eclipse.swt.graphics.Color-">setTextColorSelected(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's text color to the argument when this one is selected, |
| which may be null indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setTextColorSelected-org.eclipse.swt.graphics.Color-">setTextColorSelected(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's text color to the argument when this one is selected, |
| which may be null indicating that no image should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setTextDisplayFormat-java.lang.String-">setTextDisplayFormat(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the text display format of this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html#setTextFont-org.eclipse.swt.graphics.Font-">setTextFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/ListItemRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">ListItemRenderer</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">Use <code>Canvas.setFont(Font)</code> or |
| <a href="../org/eclipse/nebula/widgets/gallery/GalleryItem.html#setFont-org.eclipse.swt.graphics.Font-"><code>GalleryItem.setFont(Font)</code></a> instead.</span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setTextFont-org.eclipse.swt.graphics.Font-">setTextFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the text font to use when drawing the event text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setTextForSelect-java.lang.String-">setTextForSelect(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setTextForUnselect-java.lang.String-">setTextForUnselect(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setTextLimit-int-">setTextLimit(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the maximum number of characters that the receiver's text field is |
| capable of holding to be the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setTextLimit-int-">setTextLimit(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setTextLimit-int-">setTextLimit(int)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the maximum number of characters that the receiver's text field is |
| capable of holding to be the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setTextOrientation-int-">setTextOrientation(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> |
| <div class="block">Sets the text orientation of the section.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html#setTextPosition-int-">setTextPosition(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">Tick</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html#setTextStyle-org.eclipse.nebula.paperclips.core.text.TextStyle-">setTextStyle(TextStyle)</a></span> - Method in class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/PageNumberPrint.html" title="class in org.eclipse.nebula.paperclips.core.page">PageNumberPrint</a></dt> |
| <dd> |
| <div class="block">Sets the text style that will be used to render the page number</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/LinePrint.html#setThickness-double-">setThickness(double)</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/LinePrint.html" title="class in org.eclipse.nebula.paperclips.core">LinePrint</a></dt> |
| <dd> |
| <div class="block">Sets the line thickness, in points.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setThresholdColor-org.eclipse.nebula.visualization.widgets.figureparts.RoundScaledRamp.Threshold-org.eclipse.swt.graphics.RGB-">setThresholdColor(RoundScaledRamp.Threshold, RGB)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> |
| <div class="block">Set color of the threshold.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setThresholdValue-org.eclipse.nebula.visualization.widgets.figureparts.RoundScaledRamp.Threshold-double-">setThresholdValue(RoundScaledRamp.Threshold, double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> |
| <div class="block">Set value of the threshold.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html#setThresholdVisibility-org.eclipse.nebula.visualization.widgets.figureparts.RoundScaledRamp.Threshold-boolean-">setThresholdVisibility(RoundScaledRamp.Threshold, boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScaledRamp.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScaledRamp</a></dt> |
| <dd> |
| <div class="block">Set visibility of the threshold.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setThumb-int-">setThumb(int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setThumb-int-">setThumb(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setThumb-int-">setThumb(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setThumbColor-org.eclipse.swt.graphics.Color-">setThumbColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setThumbColor-org.eclipse.swt.graphics.Color-">setThumbColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setTickLabelSide-org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale.LabelSide-">setTickLabelSide(AbstractScale.LabelSide)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setTickLableSide-org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale.LabelSide-">setTickLableSide(AbstractScale.LabelSide)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use correctly spelled <a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setTickLabelSide-org.eclipse.nebula.visualization.xygraph.linearscale.AbstractScale.LabelSide-"><code>AbstractScale.setTickLabelSide(LabelSide)</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setTicksAtEnds-boolean-">setTicksAtEnds(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> |
| <div class="block">Sets whether ticks at ends of axis are shown</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html#setTicksIndexBased-boolean-">setTicksIndexBased(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/DAxis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">DAxis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels2.html#setTicksIndexBased-boolean-">setTicksIndexBased(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTickLabels2.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTickLabels2</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks2.html#setTicksIndexBased-boolean-">setTicksIndexBased(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/LinearScaleTicks2.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">LinearScaleTicks2</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/draw2d/MapFigure.html#setTileServer-org.eclipse.nebula.widgets.geomap.TileServer-">setTileServer(TileServer)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.draw2d.<a href="../org/eclipse/nebula/widgets/geomap/draw2d/MapFigure.html" title="class in org.eclipse.nebula.widgets.geomap.draw2d">MapFigure</a></dt> |
| <dd> |
| <div class="block">Sets the TileServer used for fetching tiles.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html#setTileServer-org.eclipse.nebula.widgets.geomap.TileServer-">setTileServer(TileServer)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.<a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html" title="class in org.eclipse.nebula.widgets.geomap">GeoMap</a></dt> |
| <dd> |
| <div class="block">Sets the current TileServer of this GeoMap.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapHelper.html#setTileServer-org.eclipse.nebula.widgets.geomap.TileServer-">setTileServer(TileServer)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapHelper.html" title="class in org.eclipse.nebula.widgets.geomap.internal">GeoMapHelper</a></dt> |
| <dd> |
| <div class="block">Sets the tile server used for fetching tiles</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setTimer-int-">setTimer(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html#setTimerIndexButton-int-">setTimerIndexButton(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/FooterArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">FooterArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html#setTimeUnit-int-">setTimeUnit(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/AbstractScale.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">AbstractScale</a></dt> |
| <dd> |
| <div class="block">Set the time unit for a date enabled scale.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setTimeZone-java.lang.String-">setTimeZone(String)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Sets the timezone to the timezone specified by the given zoneID, or to |
| the system default if the given zoneID is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#setTimeZone-java.util.TimeZone-">setTimeZone(TimeZone)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Sets the timezone to the given timezone, or to the system's default |
| timezone if the given timezone is null.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AdvancedTooltip.html" title="class in org.eclipse.nebula.widgets.ganttchart">AdvancedTooltip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttPhase.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttPhase</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's title to the argument, which may be null indicating that |
| no title should be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html#setTitle-java.lang.String-">setTitle(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.customize.dialog">XViewerCustomizeDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setTitleBackground-org.eclipse.swt.graphics.Color-">setTitleBackground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setTitleBackgroundGradient-org.eclipse.swt.graphics.Color-org.eclipse.swt.graphics.Color-">setTitleBackgroundGradient(Color, Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setTitleColor-org.eclipse.swt.graphics.Color-">setTitleColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setTitleColor-org.eclipse.swt.graphics.Color-">setTitleColor(Color)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setTitleColor-org.eclipse.swt.graphics.Color-">setTitleColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setTitleColor-org.eclipse.swt.graphics.Color-">setTitleColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's title color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html#setTitleFont-org.eclipse.swt.graphics.Font-">setTitleFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AxisMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AxisMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setTitleFont-org.eclipse.swt.graphics.Font-">setTitleFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setTitleFont-org.eclipse.swt.graphics.Font-">setTitleFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setTitleFont-org.eclipse.swt.graphics.Font-">setTitleFont(Font)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setTitleFont-org.eclipse.swt.graphics.Font-">setTitleFont(Font)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/header/Header.html#setTitleFont-org.eclipse.swt.graphics.Font-">setTitleFont(Font)</a></span> - Method in class org.eclipse.nebula.widgets.opal.header.<a href="../org/eclipse/nebula/widgets/opal/header/Header.html" title="class in org.eclipse.nebula.widgets.opal.header">Header</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's title font.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html#setTitleForeground-org.eclipse.swt.graphics.Color-">setTitleForeground(Color)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/DefaultGalleryGroupRenderer.html" title="class in org.eclipse.nebula.widgets.gallery">DefaultGalleryGroupRenderer</a></dt> |
| <dd> |
| <div class="block">Change group title text color.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html#setToggleBounds-org.eclipse.swt.graphics.Rectangle-">setToggleBounds(Rectangle)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">BranchRenderer</a></dt> |
| <dd> |
| <div class="block">Sets bounds of the toggle control.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setTogglePosition-int-">setTogglePosition(int)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the toggle position.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setToggleRenderer-org.eclipse.nebula.widgets.pgroup.AbstractRenderer-">setToggleRenderer(AbstractRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> |
| <div class="block">Sets the toggle renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setToolbarCollapsible-boolean-">setToolbarCollapsible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> |
| <div class="block">Configure if the toolbar should be collapsible.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html#setToolbarInitialExpanded-boolean-">setToolbarInitialExpanded(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditorConfiguration.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditorConfiguration</a></dt> |
| <dd> |
| <div class="block">Configure if the toolbar should be initially expanded.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html#setToolItemRenderer-org.eclipse.nebula.widgets.pgroup.AbstractToolItemRenderer-">setToolItemRenderer(AbstractToolItemRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroup.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setToolTip-java.lang.String-">setToolTip(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setToolTipFormatter-java.text.Format-">setToolTipFormatter(Format)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">a formatter for displaying a tool tip when hovering over the scale and during |
| thumb modification events.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setTooltipText-java.lang.String-">setTooltipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's tool tip text to the argument, which may be null |
| indicating that the default tool tip for the control will be shown.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setTooltipText-java.lang.String-">setTooltipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's tool tip text to the argument, which may be null |
| indicating that the default tool tip for the control will be shown.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItem.html#setToolTipText-int-java.lang.String-">setToolTipText(int, String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a></dt> |
| <dd> |
| <div class="block">Sets the tooltip for the given column index.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/base/BaseCombo.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.cwt.base.<a href="../org/eclipse/nebula/cwt/base/BaseCombo.html" title="class in org.eclipse.nebula.cwt.base">BaseCombo</a></dt> |
| <dd> |
| <div class="block">Sets the tooltip on the text and button parts of this Composite widget.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's tool tip text to the argument, which |
| may be null indicating that no tool tip text should be shown.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/calculator/CalculatorCombo.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.calculator.<a href="../org/eclipse/nebula/widgets/opal/calculator/CalculatorCombo.html" title="class in org.eclipse.nebula.widgets.opal.calculator">CalculatorCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.columnbrowser.<a href="../org/eclipse/nebula/widgets/opal/columnbrowser/ColumnBrowserWidget.html" title="class in org.eclipse.nebula.widgets.opal.columnbrowser">ColumnBrowserWidget</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's tool tip text to the argument, which may be null |
| indicating that the default tool tip for the control will be shown.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's tool tip text to the argument, which may be null |
| indicating that the default tool tip for the control will be shown.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.multichoice.<a href="../org/eclipse/nebula/widgets/opal/multichoice/MultiChoice.html" title="class in org.eclipse.nebula.widgets.opal.multichoice">MultiChoice</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/PGroupToolItem.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/PGroupToolItem.html" title="class in org.eclipse.nebula.widgets.pgroup">PGroupToolItem</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setToolTipText-java.lang.String-">setToolTipText(String)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html#setToolTipText-org.eclipse.nebula.widgets.grid.GridItem-int-java.lang.String-">setToolTipText(GridItem, int, String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/AdaptedDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">AdaptedDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html#setToolTipText-org.eclipse.nebula.widgets.grid.GridItem-int-java.lang.String-">setToolTipText(GridItem, int, String)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/DataVisualizer.html" title="interface in org.eclipse.nebula.widgets.grid">DataVisualizer</a></dt> |
| <dd> |
| <div class="block">Method substitute GridItem method</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html#setToolTipText-org.eclipse.nebula.widgets.grid.GridItem-int-java.lang.String-">setToolTipText(GridItem, int, String)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridItemDataVisualizer.html" title="class in org.eclipse.nebula.widgets.grid">GridItemDataVisualizer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VStackLayout.html#setTopControl-org.eclipse.nebula.cwt.v.VControl-">setTopControl(VControl)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VStackLayout.html" title="class in org.eclipse.nebula.cwt.v">VStackLayout</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VStackLayout.html#setTopControl-org.eclipse.nebula.cwt.v.VControl-int-">setTopControl(VControl, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VStackLayout.html" title="class in org.eclipse.nebula.cwt.v">VStackLayout</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html#setTopEvent-org.eclipse.nebula.widgets.ganttchart.GanttEvent-">setTopEvent(GanttEvent)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.dnd.<a href="../org/eclipse/nebula/widgets/ganttchart/dnd/VerticalDragDropManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.dnd">VerticalDragDropManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setTopIndex-int-">setTopIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the zero-relative index of the item which is currently at the top of |
| the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#setTopIndex-int-">setTopIndex(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setTopItem-org.eclipse.nebula.widgets.ganttchart.GanttEvent-int-">setTopItem(GanttEvent, int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the top visible item in the chart and scrolls to show it.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setTopItem-org.eclipse.nebula.widgets.ganttchart.GanttEvent-int-int-">setTopItem(GanttEvent, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the top visible item in the chart and scrolls to show it.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setTopLeftRenderer-org.eclipse.nebula.widgets.grid.IRenderer-">setTopLeftRenderer(IRenderer)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the top left renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/Transition.html#setTotalTransitionTime-long-">setTotalTransitionTime(long)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/Transition.html" title="class in org.eclipse.nebula.effects.stw">Transition</a></dt> |
| <dd> |
| <div class="block">Sets the total time of the transition effect in milliseconds.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setTrace-org.eclipse.nebula.visualization.xygraph.figures.Trace-">setTrace(Trace)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setTrace-org.eclipse.nebula.visualization.xygraph.figures.Trace-">setTrace(Trace)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setTraceColor-org.eclipse.swt.graphics.Color-">setTraceColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setTraceColor-org.eclipse.swt.graphics.Color-">setTraceColor(Color)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setTraceType-org.eclipse.nebula.visualization.xygraph.figures.Trace.TraceType-">setTraceType(Trace.TraceType)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setTraceType-org.eclipse.nebula.visualization.xygraph.figures.Trace.TraceType-">setTraceType(Trace.TraceType)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/util/GraphicsUtil.html#setTransform-org.eclipse.swt.graphics.GC-org.eclipse.swt.graphics.Transform-">setTransform(GC, Transform)</a></span> - Static method in class org.eclipse.nebula.visualization.xygraph.util.<a href="../org/eclipse/nebula/visualization/xygraph/util/GraphicsUtil.html" title="class in org.eclipse.nebula.visualization.xygraph.util">GraphicsUtil</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/TransitionManager.html#setTransition-org.eclipse.nebula.effects.stw.Transition-">setTransition(Transition)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/TransitionManager.html" title="class in org.eclipse.nebula.effects.stw">TransitionManager</a></dt> |
| <dd> |
| <div class="block">Sets and changes the transition effect</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html#setTransparent-boolean-">setTransparent(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/XYGraphMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">XYGraphMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setTransparent-boolean-">setTransparent(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> |
| <div class="block">Sets, if this widget should have a transparent background.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setTransparent-boolean-">setTransparent(boolean)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/ToolbarArmedXYGraph.html#setTransparent-boolean-">setTransparent(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/ToolbarArmedXYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">ToolbarArmedXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setTransparent-boolean-">setTransparent(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html#setTransparent-boolean-">setTransparent(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.checkboxgroup.<a href="../org/eclipse/nebula/widgets/opal/checkboxgroup/CheckBoxGroup.html" title="class in org.eclipse.nebula.widgets.opal.checkboxgroup">CheckBoxGroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setTree-boolean-">setTree(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setTree-boolean-">setTree(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Adds or removes the columns tree toggle.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/DefaultCellRenderer.html#setTree-boolean-">setTree(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/DefaultCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">DefaultCellRenderer</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setTreeLinesVisible-boolean-">setTreeLinesVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the tree line visibility.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html#setType-java.lang.String-">setType(String)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/SearchPage.SearchResult.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">SearchPage.SearchResult</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setUnderline-boolean-">setUnderline(boolean)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets the underline flag to the argument.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setUnderlineActive-boolean-">setUnderlineActive(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setUnselectedBackgroundColor-org.eclipse.swt.graphics.Color-">setUnselectedBackgroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#setUnselectedForegroundColor-org.eclipse.swt.graphics.Color-">setUnselectedForegroundColor(Color)</a></span> - Method in class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html#setUnsignedBits-int-">setUnsignedBits(int)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure</a></dt> |
| <dd> |
| <div class="block">Sets the unsigned bits</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setUpdateDelay-int-">setUpdateDelay(int)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setUpdateMode-org.eclipse.nebula.visualization.xygraph.dataprovider.CircularBufferDataProvider.UpdateMode-">setUpdateMode(CircularBufferDataProvider.UpdateMode)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setUpdateSelectionOnEnter-boolean-">setUpdateSelectionOnEnter(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Allows to change the on enter behavior when the drop-down is shown.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setUpdateTextWithinSelection-boolean-">setUpdateTextWithinSelection(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Whether a selection change should automatically update the combo's text to |
| the selection's text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomMenu.html#setupMenuForHeader-org.eclipse.jface.action.MenuManager-">setupMenuForHeader(MenuManager)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomMenu.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">XViewerCustomMenu</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomMenu.html#setupMenuForTable-org.eclipse.jface.action.MenuManager-">setupMenuForTable(MenuManager)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomMenu.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">XViewerCustomMenu</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html#setUpperValue-int-">setUpperValue(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.rangeslider.<a href="../org/eclipse/nebula/widgets/opal/rangeslider/RangeSlider.html" title="class in org.eclipse.nebula.widgets.opal.rangeslider">RangeSlider</a></dt> |
| <dd> |
| <div class="block">Sets the 'upper selection', which is the upper receiver's value, to the input |
| argument which must be greater than or equal to the current 'lower selection' |
| and less or equal to the maximum.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setUseAdvancedTooltips-boolean-">setUseAdvancedTooltips(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets whether to use advanced tooltips or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html#setUseCache-boolean-">setUseCache(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/PatternFilter.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">PatternFilter</a></dt> |
| <dd> |
| <div class="block">Can be called by the filtered tree to turn on caching.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setUseControlColors-boolean-">setUseControlColors(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Set useControlColors to true in order to get colors from parent Control |
| (SWT default).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html#setUserDefaultCustData-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-boolean-">setUserDefaultCustData(CustomizeData, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/CustomizeManager.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">CustomizeManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/FileStoreCustomizations.html#setUserDefaultCustData-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-boolean-">setUserDefaultCustData(CustomizeData, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/FileStoreCustomizations.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">FileStoreCustomizations</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/IXViewerCustomizations.html#setUserDefaultCustData-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-boolean-">setUserDefaultCustData(CustomizeData, boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/IXViewerCustomizations.html" title="interface in org.eclipse.nebula.widgets.xviewer.customize">IXViewerCustomizations</a></dt> |
| <dd> |
| <div class="block">Set given customization as the user default</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomizations.html#setUserDefaultCustData-org.eclipse.nebula.widgets.xviewer.core.model.CustomizeData-boolean-">setUserDefaultCustData(CustomizeData, boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.<a href="../org/eclipse/nebula/widgets/xviewer/customize/XViewerCustomizations.html" title="class in org.eclipse.nebula.widgets.xviewer.customize">XViewerCustomizations</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setValidationErrorString-java.lang.String-">setValidationErrorString(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html#setValidationRegularExpression-java.lang.String-">setValidationRegularExpression(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/dialog/DialogWithEntry.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal.dialog">DialogWithEntry</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/GaugeFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">GaugeFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">MeterFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ProgressBarFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ProgressBarFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html#setValue-double-">setValue(double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.linearscale.<a href="../org/eclipse/nebula/visualization/xygraph/linearscale/Tick.html" title="class in org.eclipse.nebula.visualization.xygraph.linearscale">Tick</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setValue-int-">setValue(int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setValue-int-int-">setValue(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets a value to be drawn relative to the center of the channel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#setValue-int-int-">setValue(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Sets a value to be drawn relative to the center of the channel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html#setValue-java.lang.Object-">setValue(Object)</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PTProperty.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PTProperty</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/jface/gridviewer/CheckEditingSupport.html#setValue-java.lang.Object-java.lang.Object-">setValue(Object, Object)</a></span> - Method in class org.eclipse.nebula.jface.gridviewer.<a href="../org/eclipse/nebula/jface/gridviewer/CheckEditingSupport.html" title="class in org.eclipse.nebula.jface.gridviewer">CheckEditingSupport</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/calculator/Calculator.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.calculator.<a href="../org/eclipse/nebula/widgets/opal/calculator/Calculator.html" title="class in org.eclipse.nebula.widgets.opal.calculator">Calculator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/calculator/CalculatorCombo.html#setValue-java.lang.String-">setValue(String)</a></span> - Method in class org.eclipse.nebula.widgets.opal.calculator.<a href="../org/eclipse/nebula/widgets/opal/calculator/CalculatorCombo.html" title="class in org.eclipse.nebula.widgets.opal.calculator">CalculatorCombo</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PreferenceWindow.html#setValue-java.lang.String-java.lang.Object-">setValue(String, Object)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/PreferenceWindow.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow">PreferenceWindow</a></dt> |
| <dd> |
| <div class="block">Store a value associated to the key</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html#setValueLabelFormat-java.lang.String-">setValueLabelFormat(String)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/AbstractScaledWidgetFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">AbstractScaledWidgetFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html#setValueLabelVisibility-boolean-">setValueLabelVisibility(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/KnobFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">KnobFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html#setValueLabelVisibility-boolean-">setValueLabelVisibility(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/MeterFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">MeterFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setValues-double-double-">setValues(double, double)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> |
| <div class="block">Set the position of the annotation based on plot values</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html#setValues-int:A-">setValues(int[])</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope">Oscilloscope</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">use |
| <a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel"><code>Oscilloscope</code></a></span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#setValues-int-int:A-">setValues(int, int[])</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Sets a bunch of values that will be drawn.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setValues-int-int-int-int-int-int-">setValues(int, int, int, int, int, int)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's selection, minimum value, maximum value, thumb, |
| increment and page increment all at once.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setValues-int-int-int-int-int-int-">setValues(int, int, int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's selection, minimum value, maximum value, thumb, |
| increment and page increment all at once.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setValues-int-int-int-int-int-int-">setValues(int, int, int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's selection, minimum value, maximum value, thumb, |
| increment and page increment all at once.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html#setValues-int-int-int-int-int-int-">setValues(int, int, int, int, int, int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.horizontalspinner.<a href="../org/eclipse/nebula/widgets/opal/horizontalspinner/HorizontalSpinner.html" title="class in org.eclipse.nebula.widgets.opal.horizontalspinner">HorizontalSpinner</a></dt> |
| <dd> |
| <div class="block">Sets the receiver's selection, minimum value, maximum value, digits, |
| increment and page increment all at once.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html#setVerifier-org.eclipse.nebula.widgets.opal.loginDialog.LoginDialogVerifier-">setVerifier(LoginDialogVerifier)</a></span> - Method in class org.eclipse.nebula.widgets.opal.loginDialog.<a href="../org/eclipse/nebula/widgets/opal/loginDialog/LoginDialog.html" title="class in org.eclipse.nebula.widgets.opal.loginDialog">LoginDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setVertical-boolean-">setVertical(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setVerticalAlignment-int-">setVerticalAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Controls how text will be displayed in the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setVerticalEventAlignment-int-">setVerticalEventAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the vertical alignment for this event.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttGroup.html#setVerticalEventAlignment-int-">setVerticalEventAlignment(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttGroup.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttGroup</a></dt> |
| <dd> |
| <div class="block">Sets the vertical alignment of all contained events.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setVerticalLabel-boolean-">setVerticalLabel(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html#setVerticalScrollbar-boolean-">setVerticalScrollbar(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/MessageArea.html" title="class in org.eclipse.nebula.widgets.opal.dialog">MessageArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setVerticalTextLocation-int-">setVerticalTextLocation(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the vertical location where the event text will be displayed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setView-int-">setView(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the current view.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setViewPortHandler-org.eclipse.nebula.widgets.ganttchart.IViewPortHandler2-">setViewPortHandler(IViewPortHandler2)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setVirtualGroupDefaultItemCount-int-">setVirtualGroupDefaultItemCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Set the item count used when a group is not yet initialized (with virtual |
| groups).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setVirtualGroups-boolean-">setVirtualGroups(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Enable virtual groups</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#setVirtualGroupsCompatibilityMode-boolean-">setVirtualGroupsCompatibilityMode(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Enable the compatibility workaround for problems with the ultra virtual |
| mode.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setVisibility-int-">setVisibility(int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VNative.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VNative.html" title="class in org.eclipse.nebula.cwt.v">VNative</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the column's visibility.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/GridToolTip.html" title="class in org.eclipse.nebula.widgets.grid.internal">GridToolTip</a></dt> |
| <dd> |
| <div class="block">Shows or hides the tooltip.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in interface org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/IScrollBarProxy.html" title="interface in org.eclipse.nebula.widgets.grid.internal">IScrollBarProxy</a></dt> |
| <dd> |
| <div class="block">Sets the scrollbar's visibility.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/NullScrollBarProxy.html" title="class in org.eclipse.nebula.widgets.grid.internal">NullScrollBarProxy</a></dt> |
| <dd> |
| <div class="block">Sets the scrollbar's visibility.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/ScrollBarProxyAdapter.html" title="class in org.eclipse.nebula.widgets.grid.internal">ScrollBarProxyAdapter</a></dt> |
| <dd> |
| <div class="block">Sets the scrollbar's visibility.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextEditor.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextEditor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XSubMenuManager.html#setVisible-boolean-">setVisible(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XSubMenuManager.html" title="class in org.eclipse.nebula.widgets.xviewer">XSubMenuManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setVisible-boolean-int-">setVisible(boolean, int)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#setVisible-boolean-int-java.lang.Runnable-">setVisible(boolean, int, Runnable)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html#setVisibleItemCount-int-">setVisibleItemCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.tablecombo.<a href="../org/eclipse/nebula/widgets/tablecombo/TableCombo.html" title="class in org.eclipse.nebula.widgets.tablecombo">TableCombo</a></dt> |
| <dd> |
| <div class="block">Sets the number of items that are visible in the drop down portion of the |
| receiver's list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setVisibleLinesColumnPack-boolean-">setVisibleLinesColumnPack(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Set optimizedColumnPack to <code>true</code> for column pack based only with the |
| visible lines.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setWeekdayBackgroundColorBottom-org.eclipse.swt.graphics.Color-">setWeekdayBackgroundColorBottom(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html#setWeekdayBackgroundColorTop-org.eclipse.swt.graphics.Color-">setWeekdayBackgroundColorTop(Color)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttSection.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttSection</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#setWidget-org.eclipse.swt.widgets.Composite-">setWidget(Composite)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setWidth-int-">setWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">Sets the width of the column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html#setWidth-int-">setWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.breadcrumb.<a href="../org/eclipse/nebula/widgets/opal/breadcrumb/BreadcrumbItem.html" title="class in org.eclipse.nebula.widgets.opal.breadcrumb">BreadcrumbItem</a></dt> |
| <dd> |
| <div class="block">Sets the width of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html#setWidth-int-">setWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.preferencewindow.widgets.<a href="../org/eclipse/nebula/widgets/opal/preferencewindow/widgets/PWWidget.html" title="class in org.eclipse.nebula.widgets.opal.preferencewindow.widgets">PWWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html#setWidth-int-">setWidth(int)</a></span> - Method in class org.eclipse.nebula.widgets.opal.roundedtoolbar.<a href="../org/eclipse/nebula/widgets/opal/roundedtoolbar/RoundedToolItem.html" title="class in org.eclipse.nebula.widgets.opal.roundedtoolbar">RoundedToolItem</a></dt> |
| <dd> |
| <div class="block">Sets the width of the receiver.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#setWidthWithText-int-">setWidthWithText(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Sets the full width of the event width and the text and images that come after it.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html#setWordSplitting-boolean-">setWordSplitting(boolean)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">TextPrint</a></dt> |
| <dd> |
| <div class="block">Sets whether word splitting is enabled.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html#setWordWrap-boolean-">setWordWrap(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridCellRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridCellRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridColumn.html#setWordWrap-boolean-">setWordWrap(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">If the argument is true, wraps the text in the receiver's cells.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/GridHeaderRenderer.html#setWordWrap-boolean-">setWordWrap(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/GridHeaderRenderer.html" title="class in org.eclipse.nebula.widgets.grid">GridHeaderRenderer</a></dt> |
| <dd> |
| <div class="block">Sets whether or not text should be word-wrapped during the render</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#setWordWrapHeader-boolean-">setWordWrapHeader(boolean)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Sets the value of the word-wrap feature for row headers.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setX-int-">setX(int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setXAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setXAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setXAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setXAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setXAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setXAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setXAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setXAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setXAxisDateEnabled-boolean-">setXAxisDateEnabled(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider</a></dt> |
| <dd> |
| <div class="block">If xAxisDateEnable is true, you will need to use |
| <a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentYData-double-long-"><code>CircularBufferDataProvider.setCurrentYData(double, long)</code></a> or |
| <a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.html#setCurrentYDataTimestamp-long-"><code>CircularBufferDataProvider.setCurrentYDataTimestamp(long)</code></a> to set the time stamp of ydata.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setXErrorBarType-org.eclipse.nebula.visualization.xygraph.figures.Trace.ErrorBarType-">setXErrorBarType(Trace.ErrorBarType)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setXErrorBarType-org.eclipse.nebula.visualization.xygraph.figures.Trace.ErrorBarType-">setXErrorBarType(Trace.ErrorBarType)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html#setXmlData-java.lang.String-">setXmlData(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerTextWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerTextWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setXmlData-java.lang.String-">setXmlData(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> |
| <div class="block">Called with string found between xml tags Used by setFromXml() String will be sent through AXml.xmlToText() before |
| being sent to setXmlData implementation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setXmlRoot-java.lang.String-">setXmlRoot(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html#setXmlSubRoot-java.lang.String-">setXmlSubRoot(String)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWidget.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWidget</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewerComputedColumn.html#setXViewer-java.lang.Object-">setXViewer(Object)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewerComputedColumn.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewerComputedColumn</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setXViewerEditAdapter-org.eclipse.nebula.widgets.xviewer.edit.XViewerEditAdapter-">setXViewerEditAdapter(XViewerEditAdapter)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html#setxViewerGradient-org.eclipse.nebula.widgets.xviewer.XViewerGradient-">setxViewerGradient(XViewerGradient)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XViewer.html" title="class in org.eclipse.nebula.widgets.xviewer">XViewer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/OverlayUtil.html#setXY-int-int-">setXY(int, int)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/OverlayUtil.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">OverlayUtil</a></dt> |
| <dd> |
| <div class="block">Set x,y pixel to draw the overlay image eg: 8,8 for bottom right of a 16x16 image 0,0 for top left</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setXYGraph-org.eclipse.nebula.visualization.xygraph.figures.IXYGraph-">setXYGraph(IXYGraph)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setXYGraph-org.eclipse.nebula.visualization.xygraph.figures.IXYGraph-">setXYGraph(IXYGraph)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setXYGraph-org.eclipse.nebula.visualization.xygraph.figures.IXYGraph-">setXYGraph(IXYGraph)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setXyGraphMem-org.eclipse.nebula.visualization.internal.xygraph.undo.XYGraphMemento-">setXyGraphMem(XYGraphMemento)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setXyGraphMem-org.eclipse.nebula.visualization.internal.xygraph.undo.XYGraphMemento-">setXyGraphMem(XYGraphMemento)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html#setY-int-">setY(int)</a></span> - Method in class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/TagProcessingState.html" title="class in org.eclipse.nebula.widgets.richtext.painter">TagProcessingState</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setYAxis-boolean-">setYAxis(boolean)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> |
| <div class="block">Set this axis as Y-Axis or X-Axis.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html#setYAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setYAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/AnnotationMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">AnnotationMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setYAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setYAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html#setYAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setYAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Annotation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setYAxis-org.eclipse.nebula.visualization.xygraph.figures.Axis-">setYAxis(Axis)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html#setYErrorBarType-org.eclipse.nebula.visualization.xygraph.figures.Trace.ErrorBarType-">setYErrorBarType(Trace.ErrorBarType)</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/TraceMemento.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">TraceMemento</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html#setYErrorBarType-org.eclipse.nebula.visualization.xygraph.figures.Trace.ErrorBarType-">setYErrorBarType(Trace.ErrorBarType)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Trace</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html#setZoom-int-">setZoom(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.<a href="../org/eclipse/nebula/widgets/geomap/GeoMap.html" title="class in org.eclipse.nebula.widgets.geomap">GeoMap</a></dt> |
| <dd> |
| <div class="block">Sets the zoom level, without any transition effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapHelper.html#setZoom-int-">setZoom(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapHelper.html" title="class in org.eclipse.nebula.widgets.geomap.internal">GeoMapHelper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapPositioned.html#setZoom-int-">setZoom(int)</a></span> - Method in interface org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/GeoMapPositioned.html" title="interface in org.eclipse.nebula.widgets.geomap.internal">GeoMapPositioned</a></dt> |
| <dd> |
| <div class="block">Sets the current zoom level</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/InternalGeoMap.html#setZoom-int-">setZoom(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/InternalGeoMap.html" title="class in org.eclipse.nebula.widgets.geomap.internal">InternalGeoMap</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setZoomClickCount-int-">setZoomClickCount(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the number of clicks that triggers a zoom.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setZoomHandler-org.eclipse.nebula.widgets.ganttchart.IZoomHandler-">setZoomHandler(IZoomHandler)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setZoomInClickButtons-int-">setZoomInClickButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the button(s) that triggers a zoom in.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#setZoomLevel-int-">setZoomLevel(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Sets the zoom level.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/draw2d/MapFigure.html#setZoomLevel-int-">setZoomLevel(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.draw2d.<a href="../org/eclipse/nebula/widgets/geomap/draw2d/MapFigure.html" title="class in org.eclipse.nebula.widgets.geomap.draw2d">MapFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setZoomOutClickButtons-int-">setZoomOutClickButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the button(s) that triggers a zoom out.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setZoomRectangleButtons-int-">setZoomRectangleButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the button(s) that triggers a zoom (rectangle).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html#setZoomScrollButtons-int-">setZoomScrollButtons(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.<a href="../org/eclipse/nebula/widgets/geomap/internal/DefaultMouseHandler.html" title="class in org.eclipse.nebula.widgets.geomap.internal">DefaultMouseHandler</a></dt> |
| <dd> |
| <div class="block">Sets the button(s) that triggers a zoom, when using the scroll wheel.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html#setZoomType-org.eclipse.nebula.visualization.xygraph.figures.ZoomType-">setZoomType(ZoomType)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Axis.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">Axis</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html#setZoomType-org.eclipse.nebula.visualization.xygraph.figures.ZoomType-">setZoomType(ZoomType)</a></span> - Method in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/IXYGraph.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">IXYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/PlotArea.html#setZoomType-org.eclipse.nebula.visualization.xygraph.figures.ZoomType-">setZoomType(ZoomType)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/PlotArea.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">PlotArea</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html#setZoomType-org.eclipse.nebula.visualization.xygraph.figures.ZoomType-">setZoomType(ZoomType)</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraph.html" title="class in org.eclipse.nebula.visualization.xygraph.figures">XYGraph</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.PredefinedColorMap.html#Shaded">Shaded</a></span> - org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ColorMap.PredefinedColorMap.html" title="enum in org.eclipse.nebula.visualization.widgets.datadefinition">ColorMap.PredefinedColorMap</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/ShakeEffect.html#shake-org.eclipse.nebula.animation.AnimationRunner-org.eclipse.swt.widgets.Control-int-org.eclipse.nebula.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">shake(AnimationRunner, Control, int, IMovement, Runnable, Runnable)</a></span> - Static method in class org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/ShakeEffect.html" title="class in org.eclipse.nebula.animation.effects">ShakeEffect</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/effects/Shake.html#shake-org.eclipse.nebula.cwt.animation.AnimationRunner-org.eclipse.swt.widgets.Control-int-org.eclipse.nebula.cwt.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">shake(AnimationRunner, Control, int, IMovement, Runnable, Runnable)</a></span> - Static method in class org.eclipse.nebula.cwt.animation.effects.<a href="../org/eclipse/nebula/cwt/animation/effects/Shake.html" title="class in org.eclipse.nebula.cwt.animation.effects">Shake</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/animation/effects/Shake.html" title="class in org.eclipse.nebula.cwt.animation.effects"><span class="typeNameLink">Shake</span></a> - Class in <a href="../org/eclipse/nebula/cwt/animation/effects/package-summary.html">org.eclipse.nebula.cwt.animation.effects</a></dt> |
| <dd> |
| <div class="block">Shake effect (like login failure on Mac OSX)</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/effects/Shake.html#Shake-org.eclipse.swt.widgets.Control-org.eclipse.swt.graphics.Point-org.eclipse.swt.graphics.Point-long-org.eclipse.nebula.cwt.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">Shake(Control, Point, Point, long, IMovement, Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.cwt.animation.effects.<a href="../org/eclipse/nebula/cwt/animation/effects/Shake.html" title="class in org.eclipse.nebula.cwt.animation.effects">Shake</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/animation/effects/ShakeEffect.html" title="class in org.eclipse.nebula.animation.effects"><span class="typeNameLink">ShakeEffect</span></a> - Class in <a href="../org/eclipse/nebula/animation/effects/package-summary.html">org.eclipse.nebula.animation.effects</a></dt> |
| <dd> |
| <div class="block">Shake a control (like a login failure on Mac OSX)</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/effects/ShakeEffect.html#ShakeEffect-org.eclipse.swt.widgets.Control-org.eclipse.swt.graphics.Point-org.eclipse.swt.graphics.Point-long-org.eclipse.nebula.animation.movement.IMovement-java.lang.Runnable-java.lang.Runnable-">ShakeEffect(Control, Point, Point, long, IMovement, Runnable, Runnable)</a></span> - Constructor for class org.eclipse.nebula.animation.effects.<a href="../org/eclipse/nebula/animation/effects/ShakeEffect.html" title="class in org.eclipse.nebula.animation.effects">ShakeEffect</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#shiftHorizontalCenteredEventString--">shiftHorizontalCenteredEventString()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#shiftHorizontalCenteredEventString--">shiftHorizontalCenteredEventString()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">If you want to show the event String within the event rectangle by setting the horizontalTextLocation of |
| the GanttEvent to SWT.CENTER, there are cases that break the visualization.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ShortArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition"><span class="typeNameLink">ShortArrayWrapper</span></a> - Class in <a href="../org/eclipse/nebula/visualization/widgets/datadefinition/package-summary.html">org.eclipse.nebula.visualization.widgets.datadefinition</a></dt> |
| <dd> |
| <div class="block">A wrapper for short[].</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ShortArrayWrapper.html#ShortArrayWrapper-short:A-">ShortArrayWrapper(short[])</a></span> - Constructor for class org.eclipse.nebula.visualization.widgets.datadefinition.<a href="../org/eclipse/nebula/visualization/widgets/datadefinition/ShortArrayWrapper.html" title="class in org.eclipse.nebula.visualization.widgets.datadefinition">ShortArrayWrapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWorkbenchJob.html#shouldRun--">shouldRun()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWorkbenchJob.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWorkbenchJob</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWorkbenchJob.html#shouldSchedule--">shouldSchedule()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/XViewerWorkbenchJob.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">XViewerWorkbenchJob</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#show--">show()</a></span> - Method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> |
| <div class="block">Show the dialog box</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/panels/BlurredPanel.html#show--">show()</a></span> - Method in class org.eclipse.nebula.widgets.opal.panels.<a href="../org/eclipse/nebula/widgets/opal/panels/BlurredPanel.html" title="class in org.eclipse.nebula.widgets.opal.panels">BlurredPanel</a></dt> |
| <dd> |
| <div class="block">Show the blurred panel</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/panels/DarkPanel.html#show--">show()</a></span> - Method in class org.eclipse.nebula.widgets.opal.panels.<a href="../org/eclipse/nebula/widgets/opal/panels/DarkPanel.html" title="class in org.eclipse.nebula.widgets.opal.panels">DarkPanel</a></dt> |
| <dd> |
| <div class="block">Show the dark panel</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#show-java.util.Date-">show(Date)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Shows the given date if it can be shown by the selector.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/ResourceManager.html#SHOW_TIP_AT_STARTUP">SHOW_TIP_AT_STARTUP</a></span> - Static variable in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/ResourceManager.html" title="class in org.eclipse.nebula.widgets.opal.commons">ResourceManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#showAllChildren--">showAllChildren()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Un-hides all children from view.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#showAllLayers--">showAllLayers()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Shows all layers and redraws the event area.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showArrows--">showArrows()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showArrows--">showArrows()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">If to draw arrows on connecting lines or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showBarsIn3D--">showBarsIn3D()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showBarsIn3D--">showBarsIn3D()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show events in 3D (meaning, a drop shadow is drawn below and to the right of the event)</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showBoldScopeText--">showBoldScopeText()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showBoldScopeText--">showBoldScopeText()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether the name of the scope is drawn in bold or plain.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html#showBoldText--">showBoldText()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttEvent.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttEvent</a></dt> |
| <dd> |
| <div class="block">Whether to show the display name in bold text or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html#showButtons--">showButtons()</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PropertyTable</a></dt> |
| <dd> |
| <div class="block">Show all buttons</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#showColumn-org.eclipse.nebula.widgets.grid.GridColumn-">showColumn(GridColumn)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Shows the column.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showDateTips--">showDateTips()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showDateTips--">showDateTips()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show date tooltips when events are moved or resized.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showDateTipsOnScrolling--">showDateTipsOnScrolling()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showDateTipsOnScrolling--">showDateTipsOnScrolling()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show a date tooltip when scrolling horizontally (changing dates) and vertically.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showDefaultMenuItemsOnEventRightClick--">showDefaultMenuItemsOnEventRightClick()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showDefaultMenuItemsOnEventRightClick--">showDefaultMenuItemsOnEventRightClick()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show the default set of menu items on the right click menus of events.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showDeleteMenuOption--">showDeleteMenuOption()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showDeleteMenuOption--">showDeleteMenuOption()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show the delete menu option in the right click menu.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html#showDescription--">showDescription()</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PropertyTable</a></dt> |
| <dd> |
| <div class="block">Show description</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#showEvent-org.eclipse.nebula.widgets.ganttchart.GanttEvent-int-">showEvent(GanttEvent, int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Scrolls the chart to the selected item regardless if it is visible or not.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html#showException-java.lang.Throwable-">showException(Throwable)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.dialog.<a href="../org/eclipse/nebula/widgets/opal/dialog/Dialog.html" title="class in org.eclipse.nebula.widgets.opal.dialog">Dialog</a></dt> |
| <dd> |
| <div class="block">Display a dialog box with an exception</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showGradientEventBars--">showGradientEventBars()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showGradientEventBars--">showGradientEventBars()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to draw the color on the events using gradients.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showHolidayToolTips--">showHolidayToolTips()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showHolidayToolTips--">showHolidayToolTips()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Configure whether a tooltip pops up when hovering the mouse over a holiday</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/gallery/Gallery.html#showItem-org.eclipse.nebula.widgets.gallery.GalleryItem-">showItem(GalleryItem)</a></span> - Method in class org.eclipse.nebula.widgets.gallery.<a href="../org/eclipse/nebula/widgets/gallery/Gallery.html" title="class in org.eclipse.nebula.widgets.gallery">Gallery</a></dt> |
| <dd> |
| <div class="block">Scroll the Gallery in order to make 'item' visible.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#showItem-org.eclipse.nebula.widgets.grid.GridItem-">showItem(GridItem)</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Shows the item.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html#showLayer-int-">showLayer(int)</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/GanttComposite.html" title="class in org.eclipse.nebula.widgets.ganttchart">GanttComposite</a></dt> |
| <dd> |
| <div class="block">Shows all layers of the given value and redraws the event area.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showMenuItemsOnRightClick--">showMenuItemsOnRightClick()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showMenuItemsOnRightClick--">showMenuItemsOnRightClick()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show any menu items at all when right clicking an event or a chart.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showNumberOfDaysOnBars--">showNumberOfDaysOnBars()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showNumberOfDaysOnBars--">showNumberOfDaysOnBars()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show a "plaque" on the event bars that displays a number of how many days the event spans over.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showOnlyDependenciesForSelectedItems--">showOnlyDependenciesForSelectedItems()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showOnlyDependenciesForSelectedItems--">showOnlyDependenciesForSelectedItems()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to only show the dependency connections only when an event is selected, as opposed to always showing the |
| lines.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/PageContainer.html#showPage-int-">showPage(int)</a></span> - Method in class org.eclipse.nebula.widgets.geomap.internal.geomapbrowser.<a href="../org/eclipse/nebula/widgets/geomap/internal/geomapbrowser/PageContainer.html" title="class in org.eclipse.nebula.widgets.geomap.internal.geomapbrowser">PageContainer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showPlannedDates--">showPlannedDates()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showPlannedDates--">showPlannedDates()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to draw lines that show where the revised dates would have been on the chart (assuming revised dates are |
| set).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showPropertiesMenuOption--">showPropertiesMenuOption()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showPropertiesMenuOption--">showPropertiesMenuOption()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show the properties menu option in the right click menu.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showResizeDateTipOnBorders--">showResizeDateTipOnBorders()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showResizeDateTipOnBorders--">showResizeDateTipOnBorders()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether the date tooltip box (if turned on) when resizing should hug the border of the event on the left or right |
| side or if it should be simply stick somewhat to the event resize location.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showSectionDetailMore--">showSectionDetailMore()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showSectionDetailMore--">showSectionDetailMore()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html#showSelection--">showSelection()</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDateTime.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDateTime</a></dt> |
| <dd> |
| <div class="block">Show the selection if it can be shown by the selector.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/Grid.html#showSelection--">showSelection()</a></span> - Method in class org.eclipse.nebula.widgets.grid.<a href="../org/eclipse/nebula/widgets/grid/Grid.html" title="class in org.eclipse.nebula.widgets.grid">Grid</a></dt> |
| <dd> |
| <div class="block">Shows the selection.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html#showSelection--">showSelection()</a></span> - Method in class org.eclipse.nebula.widgets.opal.textassist.<a href="../org/eclipse/nebula/widgets/opal/textassist/TextAssist.html" title="class in org.eclipse.nebula.widgets.opal.textassist">TextAssist</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showToolTips--">showToolTips()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showToolTips--">showToolTips()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether to show tooltips when mouse is lingering over events.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#showZoomLevelBox--">showZoomLevelBox()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#showZoomLevelBox--">showZoomLevelBox()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Whether when a user zooms in or out (only via <code>CTRL</code> (or whatever the settings say) + |
| <code>Scroll Wheel</code>) to display a box in the bottom left corner that shows the zoom level.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/paperclips/core/SidewaysPrint.html" title="class in org.eclipse.nebula.paperclips.core"><span class="typeNameLink">SidewaysPrint</span></a> - Class in <a href="../org/eclipse/nebula/paperclips/core/package-summary.html">org.eclipse.nebula.paperclips.core</a></dt> |
| <dd> |
| <div class="block">A decorator print that rotates it's target by increments of 90 degrees.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/SidewaysPrint.html#SidewaysPrint-org.eclipse.nebula.paperclips.core.Print-">SidewaysPrint(Print)</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/SidewaysPrint.html" title="class in org.eclipse.nebula.paperclips.core">SidewaysPrint</a></dt> |
| <dd> |
| <div class="block">Constructs a SidewaysPrint that rotates it's target 90 degrees |
| counter-clockwise.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/SidewaysPrint.html#SidewaysPrint-org.eclipse.nebula.paperclips.core.Print-int-">SidewaysPrint(Print, int)</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/SidewaysPrint.html" title="class in org.eclipse.nebula.paperclips.core">SidewaysPrint</a></dt> |
| <dd> |
| <div class="block">Constructs a SidewaysPrint.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDT.html#SIMPLE">SIMPLE</a></span> - Static variable in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDT.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDT</a></dt> |
| <dd> |
| <div class="block">Style constant for simple combo behavior (value is 1<<1).</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.html" title="class in org.eclipse.nebula.visualization.xygraph.examples"><span class="typeNameLink">SimpleExample</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/examples/package-summary.html">org.eclipse.nebula.visualization.xygraph.examples</a></dt> |
| <dd> |
| <div class="block">A very simple example.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.html#SimpleExample--">SimpleExample()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.examples.<a href="../org/eclipse/nebula/visualization/xygraph/examples/SimpleExample.html" title="class in org.eclipse.nebula.visualization.xygraph.examples">SimpleExample</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/pgroup/SimpleGroupStrategy.html" title="class in org.eclipse.nebula.widgets.pgroup"><span class="typeNameLink">SimpleGroupStrategy</span></a> - Class in <a href="../org/eclipse/nebula/widgets/pgroup/package-summary.html">org.eclipse.nebula.widgets.pgroup</a></dt> |
| <dd> |
| <div class="block">SimpleGroupStrategy adds a seperator to the normal PGroup's image and text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/SimpleGroupStrategy.html#SimpleGroupStrategy--">SimpleGroupStrategy()</a></span> - Constructor for class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/SimpleGroupStrategy.html" title="class in org.eclipse.nebula.widgets.pgroup">SimpleGroupStrategy</a></dt> |
| <dd> |
| <div class="block">Creates a SimpleGroupStrategy with the given toggle and style.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html#simplePage-java.lang.String-">simplePage(String)</a></span> - Static method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">HtmlUtil</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/paperclips/core/page/SimplePageDecoration.html" title="class in org.eclipse.nebula.paperclips.core.page"><span class="typeNameLink">SimplePageDecoration</span></a> - Class in <a href="../org/eclipse/nebula/paperclips/core/page/package-summary.html">org.eclipse.nebula.paperclips.core.page</a></dt> |
| <dd> |
| <div class="block">A PageDecoration which displays the same decoration on every page (ignoring |
| the page number).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/page/SimplePageDecoration.html#SimplePageDecoration-org.eclipse.nebula.paperclips.core.Print-">SimplePageDecoration(Print)</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.page.<a href="../org/eclipse/nebula/paperclips/core/page/SimplePageDecoration.html" title="class in org.eclipse.nebula.paperclips.core.page">SimplePageDecoration</a></dt> |
| <dd> |
| <div class="block">Constructs a BasicPageDecoration.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html#simplePageNoPageEncoding-java.lang.String-">simplePageNoPageEncoding(String)</a></span> - Static method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">HtmlUtil</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/commons/SimpleSelectionAdapter.html" title="class in org.eclipse.nebula.widgets.opal.commons"><span class="typeNameLink">SimpleSelectionAdapter</span></a> - Class in <a href="../org/eclipse/nebula/widgets/opal/commons/package-summary.html">org.eclipse.nebula.widgets.opal.commons</a></dt> |
| <dd> |
| <div class="block">This class is an adapter for the SelectionListener.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/SimpleSelectionAdapter.html#SimpleSelectionAdapter--">SimpleSelectionAdapter()</a></span> - Constructor for class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/SimpleSelectionAdapter.html" title="class in org.eclipse.nebula.widgets.opal.commons">SimpleSelectionAdapter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html#simpleTable-java.lang.String-">simpleTable(String)</a></span> - Static method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">HtmlUtil</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html#simpleTable-java.lang.String-int-">simpleTable(String, int)</a></span> - Static method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">HtmlUtil</a></dt> |
| <dd> |
| <div class="block">Create a table with one row/colum containing str</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.html" title="class in org.eclipse.nebula.visualization.xygraph.examples"><span class="typeNameLink">SimpleToolbarArmedXYGraphExample</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/examples/package-summary.html">org.eclipse.nebula.visualization.xygraph.examples</a></dt> |
| <dd> |
| <div class="block">A simple XYGraph with toolbar.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.html#SimpleToolbarArmedXYGraphExample--">SimpleToolbarArmedXYGraphExample()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.examples.<a href="../org/eclipse/nebula/visualization/xygraph/examples/SimpleToolbarArmedXYGraphExample.html" title="class in org.eclipse.nebula.visualization.xygraph.examples">SimpleToolbarArmedXYGraphExample</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/pgroup/SimpleToolItemRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup"><span class="typeNameLink">SimpleToolItemRenderer</span></a> - Class in <a href="../org/eclipse/nebula/widgets/pgroup/package-summary.html">org.eclipse.nebula.widgets.pgroup</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/pgroup/SimpleToolItemRenderer.html#SimpleToolItemRenderer--">SimpleToolItemRenderer()</a></span> - Constructor for class org.eclipse.nebula.widgets.pgroup.<a href="../org/eclipse/nebula/widgets/pgroup/SimpleToolItemRenderer.html" title="class in org.eclipse.nebula.widgets.pgroup">SimpleToolItemRenderer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/XPromptChange.Option.html#SINGLE_LINE">SINGLE_LINE</a></span> - org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/XPromptChange.Option.html" title="enum in org.eclipse.nebula.widgets.xviewer">XPromptChange.Option</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper.html" title="class in org.eclipse.nebula.visualization.xygraph.util"><span class="typeNameLink">SingleSourceHelper</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/util/package-summary.html">org.eclipse.nebula.visualization.xygraph.util</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper.html#SingleSourceHelper--">SingleSourceHelper()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.util.<a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper.html" title="class in org.eclipse.nebula.visualization.xygraph.util">SingleSourceHelper</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper2.html" title="class in org.eclipse.nebula.visualization.xygraph.util"><span class="typeNameLink">SingleSourceHelper2</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/util/package-summary.html">org.eclipse.nebula.visualization.xygraph.util</a></dt> |
| <dd> |
| <div class="block">Replacement for <a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper.html" title="class in org.eclipse.nebula.visualization.xygraph.util"><code>SingleSourceHelper</code></a></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper2.html#SingleSourceHelper2--">SingleSourceHelper2()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.util.<a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelper2.html" title="class in org.eclipse.nebula.visualization.xygraph.util">SingleSourceHelper2</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelperImpl.html" title="class in org.eclipse.nebula.visualization.xygraph.util"><span class="typeNameLink">SingleSourceHelperImpl</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/util/package-summary.html">org.eclipse.nebula.visualization.xygraph.util</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelperImpl.html#SingleSourceHelperImpl--">SingleSourceHelperImpl()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.util.<a href="../org/eclipse/nebula/visualization/xygraph/util/SingleSourceHelperImpl.html" title="class in org.eclipse.nebula.visualization.xygraph.util">SingleSourceHelperImpl</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/animation/movement/SinusDecreaseVariation.html" title="class in org.eclipse.nebula.animation.movement"><span class="typeNameLink">SinusDecreaseVariation</span></a> - Class in <a href="../org/eclipse/nebula/animation/movement/package-summary.html">org.eclipse.nebula.animation.movement</a></dt> |
| <dd> |
| <div class="block">This movement goes from 0 to 0 with intermediate values between -amplitude |
| and amplitude an decreasing with time.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/animation/movement/SinusDecreaseVariation.html" title="class in org.eclipse.nebula.cwt.animation.movement"><span class="typeNameLink">SinusDecreaseVariation</span></a> - Class in <a href="../org/eclipse/nebula/cwt/animation/movement/package-summary.html">org.eclipse.nebula.cwt.animation.movement</a></dt> |
| <dd> |
| <div class="block">This is not an easing equation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/movement/SinusDecreaseVariation.html#SinusDecreaseVariation-int-double-">SinusDecreaseVariation(int, double)</a></span> - Constructor for class org.eclipse.nebula.animation.movement.<a href="../org/eclipse/nebula/animation/movement/SinusDecreaseVariation.html" title="class in org.eclipse.nebula.animation.movement">SinusDecreaseVariation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/movement/SinusDecreaseVariation.html#SinusDecreaseVariation-int-double-">SinusDecreaseVariation(int, double)</a></span> - Constructor for class org.eclipse.nebula.cwt.animation.movement.<a href="../org/eclipse/nebula/cwt/animation/movement/SinusDecreaseVariation.html" title="class in org.eclipse.nebula.cwt.animation.movement">SinusDecreaseVariation</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/animation/movement/SinusVariation.html" title="class in org.eclipse.nebula.animation.movement"><span class="typeNameLink">SinusVariation</span></a> - Class in <a href="../org/eclipse/nebula/animation/movement/package-summary.html">org.eclipse.nebula.animation.movement</a></dt> |
| <dd> |
| <div class="block">This movement goes from 0 to 0 with intermediate values between -amplitude |
| and amplitude.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/animation/movement/SinusVariation.html" title="class in org.eclipse.nebula.cwt.animation.movement"><span class="typeNameLink">SinusVariation</span></a> - Class in <a href="../org/eclipse/nebula/cwt/animation/movement/package-summary.html">org.eclipse.nebula.cwt.animation.movement</a></dt> |
| <dd> |
| <div class="block">This is not an easing equation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/movement/SinusVariation.html#SinusVariation-int-double-">SinusVariation(int, double)</a></span> - Constructor for class org.eclipse.nebula.animation.movement.<a href="../org/eclipse/nebula/animation/movement/SinusVariation.html" title="class in org.eclipse.nebula.animation.movement">SinusVariation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/movement/SinusVariation.html#SinusVariation-int-double-">SinusVariation(int, double)</a></span> - Constructor for class org.eclipse.nebula.cwt.animation.movement.<a href="../org/eclipse/nebula/cwt/animation/movement/SinusVariation.html" title="class in org.eclipse.nebula.cwt.animation.movement">SinusVariation</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/grid/GridColumn.html#size">size</a></span> - Variable in class org.eclipse.nebula.paperclips.core.grid.<a href="../org/eclipse/nebula/paperclips/core/grid/GridColumn.html" title="class in org.eclipse.nebula.paperclips.core.grid">GridColumn</a></dt> |
| <dd> |
| <div class="block">The size property for this GridColumn.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/SeriesPrint.html#size--">size()</a></span> - Method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/SeriesPrint.html" title="class in org.eclipse.nebula.paperclips.core">SeriesPrint</a></dt> |
| <dd> |
| <div class="block">Returns the number of Prints that have been added to this SeriesPrint.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SizeLimitedStack.html#size--">size()</a></span> - Method in class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SizeLimitedStack.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">SizeLimitedStack</a></dt> |
| <dd> |
| <div class="block">Returns the number of elements in this stack.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBuffer.html#size--">size()</a></span> - Method in class org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBuffer.html" title="class in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBuffer</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/ClusteredCommand.html#size--">size()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.undoredo.commands.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/commands/ClusteredCommand.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo.commands">ClusteredCommand</a></dt> |
| <dd> |
| <div class="block">Returns the number of commands that are inside the cluster.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SizeLimitedStack.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo"><span class="typeNameLink">SizeLimitedStack</span></a><<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SizeLimitedStack.html" title="type parameter in SizeLimitedStack">T</a>> - Class in <a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/package-summary.html">org.eclipse.nebula.visualization.internal.xygraph.undo</a></dt> |
| <dd> |
| <div class="block">A stack with limited size.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SizeLimitedStack.html#SizeLimitedStack-int-">SizeLimitedStack(int)</a></span> - Constructor for class org.eclipse.nebula.visualization.internal.xygraph.undo.<a href="../org/eclipse/nebula/visualization/internal/xygraph/undo/SizeLimitedStack.html" title="class in org.eclipse.nebula.visualization.internal.xygraph.undo">SizeLimitedStack</a></dt> |
| <dd> |
| <div class="block">Constructor</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/effects/stw/transitions/SlideTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions"><span class="typeNameLink">SlideTransition</span></a> - Class in <a href="../org/eclipse/nebula/effects/stw/transitions/package-summary.html">org.eclipse.nebula.effects.stw.transitions</a></dt> |
| <dd> |
| <div class="block">Applies a slide effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/SlideTransition.html#SlideTransition-org.eclipse.nebula.effects.stw.TransitionManager-">SlideTransition(TransitionManager)</a></span> - Constructor for class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/SlideTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">SlideTransition</a></dt> |
| <dd> |
| <div class="block">This constructor creates a SlideTransition with number of frames per second of <a href="../org/eclipse/nebula/effects/stw/Transition.html#DEFAULT_FPS"><code>Transition.DEFAULT_FPS</code></a> |
| and total transition time of <a href="../org/eclipse/nebula/effects/stw/Transition.html#DEFAULT_T"><code>Transition.DEFAULT_T</code></a> milliseconds.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/transitions/SlideTransition.html#SlideTransition-org.eclipse.nebula.effects.stw.TransitionManager-long-long-">SlideTransition(TransitionManager, long, long)</a></span> - Constructor for class org.eclipse.nebula.effects.stw.transitions.<a href="../org/eclipse/nebula/effects/stw/transitions/SlideTransition.html" title="class in org.eclipse.nebula.effects.stw.transitions">SlideTransition</a></dt> |
| <dd> |
| <div class="block">This constructor creates a SlideTransition with <i>fps</i> number of frames per |
| second and <i>T</i> total transition time in milliseconds.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.SIZE.html#SMALL">SMALL</a></span> - org.eclipse.nebula.widgets.opal.starrating.<a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.SIZE.html" title="enum in org.eclipse.nebula.widgets.opal.starrating">StarRating.SIZE</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html#SMALL_L">SMALL_L</a></span> - Static variable in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">BranchRenderer</a></dt> |
| <dd> |
| <div class="block">A half-width L used on roots with no children</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html#SMALL_T">SMALL_T</a></span> - Static variable in class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/BranchRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">BranchRenderer</a></dt> |
| <dd> |
| <div class="block">A half-width T used on roots with no children</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/animation/ScrollingSmoother.html#smoothControl-boolean-">smoothControl(boolean)</a></span> - Method in class org.eclipse.nebula.animation.<a href="../org/eclipse/nebula/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.animation">ScrollingSmoother</a></dt> |
| <dd> |
| <div class="block">Enable or disable scrolling effect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/animation/ScrollingSmoother.html#smoothControl-boolean-">smoothControl(boolean)</a></span> - Method in class org.eclipse.nebula.cwt.animation.<a href="../org/eclipse/nebula/cwt/animation/ScrollingSmoother.html" title="class in org.eclipse.nebula.cwt.animation">ScrollingSmoother</a></dt> |
| <dd> |
| <div class="block">Enable or disable scrolling efeect.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html#SOLID_LINE">SOLID_LINE</a></span> - org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.TraceType</a></dt> |
| <dd> |
| <div class="block">Solid Line</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html#sort--">sort()</a></span> - Method in class org.eclipse.nebula.widgets.opal.propertytable.<a href="../org/eclipse/nebula/widgets/opal/propertytable/PropertyTable.html" title="class in org.eclipse.nebula.widgets.opal.propertytable">PropertyTable</a></dt> |
| <dd> |
| <div class="block">Sort the properties</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VPanel.html#sort-java.util.Comparator-">sort(Comparator<VControl>)</a></span> - Method in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VPanel.html" title="class in org.eclipse.nebula.cwt.v">VPanel</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/ResourceManager.html#SORT_SHORT_DESCRIPTION">SORT_SHORT_DESCRIPTION</a></span> - Static variable in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/ResourceManager.html" title="class in org.eclipse.nebula.widgets.opal.commons">ResourceManager</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/grid/internal/SortArrowRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal"><span class="typeNameLink">SortArrowRenderer</span></a> - Class in <a href="../org/eclipse/nebula/widgets/grid/internal/package-summary.html">org.eclipse.nebula.widgets.grid.internal</a></dt> |
| <dd> |
| <div class="block">The column header sort arrow renderer.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/grid/internal/SortArrowRenderer.html#SortArrowRenderer--">SortArrowRenderer()</a></span> - Constructor for class org.eclipse.nebula.widgets.grid.internal.<a href="../org/eclipse/nebula/widgets/grid/internal/SortArrowRenderer.html" title="class in org.eclipse.nebula.widgets.grid.internal">SortArrowRenderer</a></dt> |
| <dd> |
| <div class="block">Default constructor.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeDispatcher.SoundClip.html#SoundClip--">SoundClip()</a></span> - Constructor for class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeDispatcher.SoundClip.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">OscilloscopeDispatcher.SoundClip</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/RichTextPainter.html#SPACE">SPACE</a></span> - Static variable in class org.eclipse.nebula.widgets.richtext.<a href="../org/eclipse/nebula/widgets/richtext/RichTextPainter.html" title="class in org.eclipse.nebula.widgets.richtext">RichTextPainter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html#SPACE_BTW_MARK_LABEL">SPACE_BTW_MARK_LABEL</a></span> - Static variable in class org.eclipse.nebula.visualization.widgets.figureparts.<a href="../org/eclipse/nebula/visualization/widgets/figureparts/RoundScale.html" title="class in org.eclipse.nebula.visualization.widgets.figureparts">RoundScale</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/Body.html#spacedAt-int-">spacedAt(int)</a></span> - Method in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/Body.html" title="class in org.eclipse.nebula.widgets.cdatetime">Body</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.Type.html#Spacer">Spacer</a></span> - org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.Type.html" title="enum in org.eclipse.nebula.cwt.v">VControl.Type</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/richtext/painter/SpanElement.html" title="class in org.eclipse.nebula.widgets.richtext.painter"><span class="typeNameLink">SpanElement</span></a> - Class in <a href="../org/eclipse/nebula/widgets/richtext/painter/package-summary.html">org.eclipse.nebula.widgets.richtext.painter</a></dt> |
| <dd> |
| <div class="block">Element for tracking nested span tags and the attributes they specify.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/SpanElement.html#SpanElement--">SpanElement()</a></span> - Constructor for class org.eclipse.nebula.widgets.richtext.painter.<a href="../org/eclipse/nebula/widgets/richtext/painter/SpanElement.html" title="class in org.eclipse.nebula.widgets.richtext.painter">SpanElement</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/richtext/painter/SpanElement.SpanType.html" title="enum in org.eclipse.nebula.widgets.richtext.painter"><span class="typeNameLink">SpanElement.SpanType</span></a> - Enum in <a href="../org/eclipse/nebula/widgets/richtext/painter/package-summary.html">org.eclipse.nebula.widgets.richtext.painter</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html" title="class in org.eclipse.nebula.widgets.richtext.painter.instructions"><span class="typeNameLink">SpanStylePaintInstruction</span></a> - Class in <a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/package-summary.html">org.eclipse.nebula.widgets.richtext.painter.instructions</a></dt> |
| <dd> |
| <div class="block"><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/PaintInstruction.html" title="interface in org.eclipse.nebula.widgets.richtext.painter.instructions"><code>PaintInstruction</code></a> that applies style information to the <code>GC</code> via span tag |
| attributes.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html#SpanStylePaintInstruction-org.eclipse.nebula.widgets.richtext.painter.TagProcessingState-">SpanStylePaintInstruction(TagProcessingState)</a></span> - Constructor for class org.eclipse.nebula.widgets.richtext.painter.instructions.<a href="../org/eclipse/nebula/widgets/richtext/painter/instructions/SpanStylePaintInstruction.html" title="class in org.eclipse.nebula.widgets.richtext.painter.instructions">SpanStylePaintInstruction</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/cdatetime/CDT.html#SPINNER">SPINNER</a></span> - Static variable in class org.eclipse.nebula.widgets.cdatetime.<a href="../org/eclipse/nebula/widgets/cdatetime/CDT.html" title="class in org.eclipse.nebula.widgets.cdatetime">CDT</a></dt> |
| <dd> |
| <div class="block">Style constant indicating that the CDateTime should created with a |
| spinner (value is 1<<26).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.PointStyle.html#SQUARE">SQUARE</a></span> - org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.PointStyle.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.PointStyle</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/GanttUndoRedoManager.html#STACK_SIZE">STACK_SIZE</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.undoredo.<a href="../org/eclipse/nebula/widgets/ganttchart/undoredo/GanttUndoRedoManager.html" title="class in org.eclipse.nebula.widgets.ganttchart.undoredo">GanttUndoRedoManager</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeStackAdapter.html#stackEmpty-org.eclipse.nebula.widgets.oscilloscope.multichannel.Oscilloscope-int-">stackEmpty(Oscilloscope, int)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeStackAdapter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">OscilloscopeStackAdapter</a></dt> |
| <dd> |
| <div class="block">Is called when the stack runs out of values.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/OscilloscopeStackAdapter.html#stackEmpty-org.eclipse.nebula.widgets.oscilloscope.Oscilloscope-">stackEmpty(Oscilloscope)</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.<a href="../org/eclipse/nebula/widgets/oscilloscope/OscilloscopeStackAdapter.html" title="class in org.eclipse.nebula.widgets.oscilloscope">OscilloscopeStackAdapter</a></dt> |
| <dd> |
| <div class="block">Is called when the stack runs out of values.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html#stackStraceAsString-java.lang.Throwable-">stackStraceAsString(Throwable)</a></span> - Static method in class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html" title="class in org.eclipse.nebula.widgets.opal.commons">StringUtil</a></dt> |
| <dd> |
| <div class="block">Converts exception stack trace as string</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraphFlags.html#STAGGER">STAGGER</a></span> - Static variable in interface org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/XYGraphFlags.html" title="interface in org.eclipse.nebula.visualization.xygraph.figures">XYGraphFlags</a></dt> |
| <dd> |
| <div class="block">Create toolbar with 'stagger' button instead of 'autoscale'.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.html" title="class in org.eclipse.nebula.visualization.xygraph.examples"><span class="typeNameLink">StaircaseExample</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/examples/package-summary.html">org.eclipse.nebula.visualization.xygraph.examples</a></dt> |
| <dd> |
| <div class="block">JUnit demo of the plot with 'staircase' data, including gaps, as it can be |
| used for showing historic data.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.html#StaircaseExample--">StaircaseExample()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.examples.<a href="../org/eclipse/nebula/visualization/xygraph/examples/StaircaseExample.html" title="class in org.eclipse.nebula.visualization.xygraph.examples">StaircaseExample</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html" title="class in org.eclipse.nebula.widgets.opal.starrating"><span class="typeNameLink">StarRating</span></a> - Class in <a href="../org/eclipse/nebula/widgets/opal/starrating/package-summary.html">org.eclipse.nebula.widgets.opal.starrating</a></dt> |
| <dd> |
| <div class="block">Instances of this class provide a rating element.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html#StarRating-org.eclipse.swt.widgets.Composite-int-">StarRating(Composite, int)</a></span> - Constructor for class org.eclipse.nebula.widgets.opal.starrating.<a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.html" title="class in org.eclipse.nebula.widgets.opal.starrating">StarRating</a></dt> |
| <dd> |
| <div class="block">Constructs a new instance of this class given its parent and a style |
| value describing its behavior and appearance.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/starrating/StarRating.SIZE.html" title="enum in org.eclipse.nebula.widgets.opal.starrating"><span class="typeNameLink">StarRating.SIZE</span></a> - Enum in <a href="../org/eclipse/nebula/widgets/opal/starrating/package-summary.html">org.eclipse.nebula.widgets.opal.starrating</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/Transition.html#start-org.eclipse.swt.graphics.Image-org.eclipse.swt.graphics.Image-org.eclipse.swt.widgets.Canvas-double-">start(Image, Image, Canvas, double)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/Transition.html" title="class in org.eclipse.nebula.effects.stw">Transition</a></dt> |
| <dd> |
| <div class="block">Starts the transition from the <i>from</i> image to the <i>to</i> image |
| drawing the effect on the graphics context object <i>gc</i>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/Activator.html#start-org.osgi.framework.BundleContext-">start(BundleContext)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/Activator.html" title="class in org.eclipse.nebula.widgets.xviewer">Activator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html#startBorderTable-int-java.lang.String-java.lang.String-">startBorderTable(int, String, String)</a></span> - Static method in class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/HtmlUtil.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">HtmlUtil</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html#startCalendarOnFirstDayOfWeek--">startCalendarOnFirstDayOfWeek()</a></span> - Method in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/AbstractSettings.html" title="class in org.eclipse.nebula.widgets.ganttchart">AbstractSettings</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#startCalendarOnFirstDayOfWeek--">startCalendarOnFirstDayOfWeek()</a></span> - Method in interface org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html" title="interface in org.eclipse.nebula.widgets.ganttchart">ISettings</a></dt> |
| <dd> |
| <div class="block">Moves the calendar to start on the first day of the week of the either current date or the date set in |
| <a href="../org/eclipse/nebula/widgets/ganttchart/ISettings.html#getStartupCalendarDate--"><code>ISettings.getStartupCalendarDate()</code></a></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/PaperClips.html#startDummyJob-org.eclipse.swt.printing.Printer-java.lang.String-">startDummyJob(Printer, String)</a></span> - Static method in class org.eclipse.nebula.paperclips.core.<a href="../org/eclipse/nebula/paperclips/core/PaperClips.html" title="class in org.eclipse.nebula.paperclips.core">PaperClips</a></dt> |
| <dd> |
| <div class="block">Starts a dummy job on the given Printer if the platform requires it.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/effects/stw/TransitionManager.html#startTransition-int-int-double-">startTransition(int, int, double)</a></span> - Method in class org.eclipse.nebula.effects.stw.<a href="../org/eclipse/nebula/effects/stw/TransitionManager.html" title="class in org.eclipse.nebula.effects.stw">TransitionManager</a></dt> |
| <dd> |
| <div class="block">Carries out the transition effect on the transitionable object by transitioning from |
| <code>fromIndex</code> to <code>toIndex</code> in the direction <code>direction</code></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#STATE_ACTIVE">STATE_ACTIVE</a></span> - Static variable in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#STATE_ENABLED">STATE_ENABLED</a></span> - Static variable in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#STATE_MOUSE_DOWN">STATE_MOUSE_DOWN</a></span> - Static variable in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/cwt/v/VControl.html#STATE_SELECTED">STATE_SELECTED</a></span> - Static variable in class org.eclipse.nebula.cwt.v.<a href="../org/eclipse/nebula/cwt/v/VControl.html" title="class in org.eclipse.nebula.cwt.v">VControl</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/geomap/jface/Located.Static.html#Static--">Static()</a></span> - Constructor for class org.eclipse.nebula.widgets.geomap.jface.<a href="../org/eclipse/nebula/widgets/geomap/jface/Located.Static.html" title="class in org.eclipse.nebula.widgets.geomap.jface">Located.Static</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html#STEADYPOSITION_75PERCENT">STEADYPOSITION_75PERCENT</a></span> - Static variable in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Oscilloscope.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Oscilloscope</a></dt> |
| <dd> |
| <div class="block">Steady position @ 75% of graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html#STEADYPOSITION_75PERCENT">STEADYPOSITION_75PERCENT</a></span> - Static variable in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/Plotter.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">Plotter</a></dt> |
| <dd> |
| <div class="block">Steady position @ 75% of graph.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html#STEP_HORIZONTALLY">STEP_HORIZONTALLY</a></span> - org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.TraceType</a></dt> |
| <dd> |
| <div class="block">Solid line in step.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html#STEP_VERTICALLY">STEP_VERTICALLY</a></span> - org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.TraceType</a></dt> |
| <dd> |
| <div class="block">Solid line in step.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#stepDown--">stepDown()</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html#stepUp--">stepUp()</a></span> - Method in class org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ScaledSliderFigure.html" title="class in org.eclipse.nebula.visualization.widgets.figures">ScaledSliderFigure</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeDispatcher.html#stop--">stop()</a></span> - Method in class org.eclipse.nebula.widgets.oscilloscope.multichannel.<a href="../org/eclipse/nebula/widgets/oscilloscope/multichannel/OscilloscopeDispatcher.html" title="class in org.eclipse.nebula.widgets.oscilloscope.multichannel">OscilloscopeDispatcher</a></dt> |
| <dd> |
| <div class="block">Will stop the animation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/Activator.html#stop-org.osgi.framework.BundleContext-">stop(BundleContext)</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.<a href="../org/eclipse/nebula/widgets/xviewer/Activator.html" title="class in org.eclipse.nebula.widgets.xviewer">Activator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html#storeCustTableSelection--">storeCustTableSelection()</a></span> - Method in class org.eclipse.nebula.widgets.xviewer.customize.dialog.<a href="../org/eclipse/nebula/widgets/xviewer/customize/dialog/XViewerCustomizeDialog.html" title="class in org.eclipse.nebula.widgets.xviewer.customize.dialog">XViewerCustomizeDialog</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_DASH">STR_DASH</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_DAYS">STR_DAYS</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_ED">STR_ED</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_NAME">STR_NAME</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_PC">STR_PC</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_RE">STR_RE</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_REV_DAYS">STR_REV_DAYS</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_RS">STR_RS</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html#STR_SD">STR_SD</a></span> - Static variable in class org.eclipse.nebula.widgets.ganttchart.<a href="../org/eclipse/nebula/widgets/ganttchart/Constants.html" title="class in org.eclipse.nebula.widgets.ganttchart">Constants</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextStyle.html#strikeout--">strikeout()</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextStyle.html" title="class in org.eclipse.nebula.paperclips.core.text">TextStyle</a></dt> |
| <dd> |
| <div class="block">Returns a copy of this TextStyle, with the strikeout flag set to true.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/TextStyle.html#strikeout-boolean-">strikeout(boolean)</a></span> - Method in class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/TextStyle.html" title="class in org.eclipse.nebula.paperclips.core.text">TextStyle</a></dt> |
| <dd> |
| <div class="block">Returns a copy of this TextStyle, with the strikeout flag set to the |
| argument.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/StringLabelProvider.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal"><span class="typeNameLink">StringLabelProvider</span></a> - Class in <a href="../org/eclipse/nebula/widgets/xviewer/util/internal/package-summary.html">org.eclipse.nebula.widgets.xviewer.util.internal</a></dt> |
| <dd> |
| <div class="block">Generic Artifact Label Provider showing Descriptive Name as text</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/StringLabelProvider.html#StringLabelProvider--">StringLabelProvider()</a></span> - Constructor for class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/StringLabelProvider.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">StringLabelProvider</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/StringNameComparator.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal"><span class="typeNameLink">StringNameComparator</span></a> - Class in <a href="../org/eclipse/nebula/widgets/xviewer/util/internal/package-summary.html">org.eclipse.nebula.widgets.xviewer.util.internal</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/xviewer/util/internal/StringNameComparator.html#StringNameComparator--">StringNameComparator()</a></span> - Constructor for class org.eclipse.nebula.widgets.xviewer.util.internal.<a href="../org/eclipse/nebula/widgets/xviewer/util/internal/StringNameComparator.html" title="class in org.eclipse.nebula.widgets.xviewer.util.internal">StringNameComparator</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/styleprovider/StringStyleProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.styleprovider"><span class="typeNameLink">StringStyleProvider</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/styleprovider/package-summary.html">org.eclipse.nebula.visualization.xygraph.styleprovider</a></dt> |
| <dd> |
| <div class="block">StyleProvider for a string as formatter...</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/styleprovider/StringStyleProvider.html#StringStyleProvider--">StringStyleProvider()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.styleprovider.<a href="../org/eclipse/nebula/visualization/xygraph/styleprovider/StringStyleProvider.html" title="class in org.eclipse.nebula.visualization.xygraph.styleprovider">StringStyleProvider</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html" title="class in org.eclipse.nebula.widgets.opal.commons"><span class="typeNameLink">StringUtil</span></a> - Class in <a href="../org/eclipse/nebula/widgets/opal/commons/package-summary.html">org.eclipse.nebula.widgets.opal.commons</a></dt> |
| <dd> |
| <div class="block">This class provides useful String manipulation methods</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html#StringUtil--">StringUtil()</a></span> - Constructor for class org.eclipse.nebula.widgets.opal.commons.<a href="../org/eclipse/nebula/widgets/opal/commons/StringUtil.html" title="class in org.eclipse.nebula.widgets.opal.commons">StringUtil</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.ColorDepth.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/IntensityGraphFigure.ColorDepth.html" title="enum in org.eclipse.nebula.visualization.widgets.figures">IntensityGraphFigure.ColorDepth</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.TemperatureUnit.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.widgets.figures.<a href="../org/eclipse/nebula/visualization/widgets/figures/ThermometerFigure.TemperatureUnit.html" title="enum in org.eclipse.nebula.visualization.widgets.figures">ThermometerFigure.TemperatureUnit</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.PlotMode.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.PlotMode.html" title="enum in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider.PlotMode</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.UpdateMode.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.dataprovider.<a href="../org/eclipse/nebula/visualization/xygraph/dataprovider/CircularBufferDataProvider.UpdateMode.html" title="enum in org.eclipse.nebula.visualization.xygraph.dataprovider">CircularBufferDataProvider.UpdateMode</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.CursorLineStyle.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Annotation.CursorLineStyle.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Annotation.CursorLineStyle</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.BaseLine.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.BaseLine.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.BaseLine</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.ErrorBarType.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.ErrorBarType.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.ErrorBarType</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.PointStyle.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.PointStyle.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.PointStyle</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html#stringValues--">stringValues()</a></span> - Static method in enum org.eclipse.nebula.visualization.xygraph.figures.<a href="../org/eclipse/nebula/visualization/xygraph/figures/Trace.TraceType.html" title="enum in org.eclipse.nebula.visualization.xygraph.figures">Trace.TraceType</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/paperclips/core/text/StyledTextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text"><span class="typeNameLink">StyledTextPrint</span></a> - Class in <a href="../org/eclipse/nebula/paperclips/core/text/package-summary.html">org.eclipse.nebula.paperclips.core.text</a></dt> |
| <dd> |
| <div class="block">A class for printing styled text.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/text/StyledTextPrint.html#StyledTextPrint--">StyledTextPrint()</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.text.<a href="../org/eclipse/nebula/paperclips/core/text/StyledTextPrint.html" title="class in org.eclipse.nebula.paperclips.core.text">StyledTextPrint</a></dt> |
| <dd> |
| <div class="block">Constructs a new StyledTextPrint.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.html#sum-int:A-">sum(int[])</a></span> - Static method in class org.eclipse.nebula.paperclips.core.internal.util.<a href="../org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.html" title="class in org.eclipse.nebula.paperclips.core.internal.util">PaperClipsUtil</a></dt> |
| <dd> |
| <div class="block">Returns the sum of all elements in the array.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.html#sum-int:A-int-int-">sum(int[], int, int)</a></span> - Static method in class org.eclipse.nebula.paperclips.core.internal.util.<a href="../org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.html" title="class in org.eclipse.nebula.paperclips.core.internal.util">PaperClipsUtil</a></dt> |
| <dd> |
| <div class="block">Returns the sum of all elements in the array in the range |
| <code>[start, start+count)</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.html#sumByIndex-int:A-int:A-">sumByIndex(int[], int[])</a></span> - Static method in class org.eclipse.nebula.paperclips.core.internal.util.<a href="../org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.html" title="class in org.eclipse.nebula.paperclips.core.internal.util">PaperClipsUtil</a></dt> |
| <dd> |
| <div class="block">Returns the sum of all elements in the array at the given indices.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/widgets/util/RepeatFiringBehavior.html#suspend--">suspend()</a></span> - Method in class org.eclipse.nebula.visualization.widgets.util.<a href="../org/eclipse/nebula/visualization/widgets/util/RepeatFiringBehavior.html" title="class in org.eclipse.nebula.visualization.widgets.util">RepeatFiringBehavior</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgContainer.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgContainer</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">An SvgElement which is capable of containing other SvgElements.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgDocument.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgDocument</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">The SvgDocument is the base for all svg graphics.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgElement.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgElement</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">An svg document is an xml document.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgFragment.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgFragment</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">An svg document can contain one or more svg fragments, each denoted |
| by the "svg" tag.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgGraphic.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgGraphic</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">A base abstract class for all types of svg elements which can be |
| applied (painted) to a graphics context.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgShape.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgShape</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">An SvgShape is a graphical svg element which can be directly applied |
| to a given graphics context.<br> |
| Shapes consist of: |
| |
| circle |
| ellipse |
| line |
| polygon |
| polyline |
| rectangle |
| path |
| </div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/cwt/svg/SvgUse.html" title="class in org.eclipse.nebula.cwt.svg"><span class="typeNameLink">SvgUse</span></a> - Class in <a href="../org/eclipse/nebula/cwt/svg/package-summary.html">org.eclipse.nebula.cwt.svg</a></dt> |
| <dd> |
| <div class="block">An SvgUse is an svg graphical element that uses another, previously defined |
| graphical element to paint to the graphics context with its own set of styles |
| and transforms.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton"><span class="typeNameLink">SwitchButton</span></a> - Class in <a href="../org/eclipse/nebula/widgets/opal/switchbutton/package-summary.html">org.eclipse.nebula.widgets.opal.switchbutton</a></dt> |
| <dd> |
| <div class="block">Instances of this class are simple switch button.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html#SwitchButton-org.eclipse.swt.widgets.Composite-int-">SwitchButton(Composite, int)</a></span> - Constructor for class org.eclipse.nebula.widgets.opal.switchbutton.<a href="../org/eclipse/nebula/widgets/opal/switchbutton/SwitchButton.html" title="class in org.eclipse.nebula.widgets.opal.switchbutton">SwitchButton</a></dt> |
| <dd> |
| <div class="block">Constructs a new instance of this class given its parent and a style |
| value describing its behavior and appearance.</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/visualization/xygraph/util/SWTConstants.html" title="class in org.eclipse.nebula.visualization.xygraph.util"><span class="typeNameLink">SWTConstants</span></a> - Class in <a href="../org/eclipse/nebula/visualization/xygraph/util/package-summary.html">org.eclipse.nebula.visualization.xygraph.util</a></dt> |
| <dd> |
| <div class="block">SWT Constants.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/visualization/xygraph/util/SWTConstants.html#SWTConstants--">SWTConstants()</a></span> - Constructor for class org.eclipse.nebula.visualization.xygraph.util.<a href="../org/eclipse/nebula/visualization/xygraph/util/SWTConstants.html" title="class in org.eclipse.nebula.visualization.xygraph.util">SWTConstants</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/eclipse/nebula/widgets/opal/commons/SWTGraphicUtil.html" title="class in org.eclipse.nebula.widgets.opal.commons"><span class="typeNameLink">SWTGraphicUtil</span></a> - Class in <a href="../org/eclipse/nebula/widgets/opal/commons/package-summary.html">org.eclipse.nebula.widgets.opal.commons</a></dt> |
| <dd> |
| <div class="block">This class is a singleton that provides useful methods</div> |
| </dd> |
| <dt><a href="../org/eclipse/nebula/paperclips/core/internal/util/SWTUtil.html" title="class in org.eclipse.nebula.paperclips.core.internal.util"><span class="typeNameLink">SWTUtil</span></a> - Class in <a href="../org/eclipse/nebula/paperclips/core/internal/util/package-summary.html">org.eclipse.nebula.paperclips.core.internal.util</a></dt> |
| <dd> |
| <div class="block">Utility methods for dealing with SWT objects</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/eclipse/nebula/paperclips/core/internal/util/SWTUtil.html#SWTUtil--">SWTUtil()</a></span> - Constructor for class org.eclipse.nebula.paperclips.core.internal.util.<a href="../org/eclipse/nebula/paperclips/core/internal/util/SWTUtil.html" title="class in org.eclipse.nebula.paperclips.core.internal.util">SWTUtil</a></dt> |
| <dd> </dd> |
| </dl> |
| <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a href="index-24.html">X</a> <a href="index-25.html">Y</a> <a href="index-26.html">Z</a> <a href="index-27.html">_</a> </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="../overview-tree.html">Tree</a></li> |
| <li><a href="../deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-18.html">Prev Letter</a></li> |
| <li><a href="index-19.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-19.html" target="_top">Frames</a></li> |
| <li><a href="index-19.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |