Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public boolean isStaticPseudoInstance(String s) {

@Override
public void copyDefaultStyleDeclarations(CSSStylableElement stylableElement) {
// Copy default style decalaration
// Copy default style declaration
this.setDefaultStyleDeclaration(null, stylableElement
.getDefaultStyleDeclaration(null));
// Copy all static pseudo instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Addon" eSuperTypes="#//Contribution">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;p>&#xD;&#xA;An MAddon represents a self-contained application logic. Addons may be used&#xD;&#xA;to augment the UI in a variety of ways without requiring that the base application&#xD;&#xA;be aware of the extensions.&#xD;&#xA;&lt;/p>&lt;p>&#xD;&#xA;Addons are expected to be capable of being removed without damage to the&#xD;&#xA;original UI. While not yet implemented there will be an uninstall protocol defined&#xD;&#xA;In the future allowing an addon to remove any model elements specific to the&#xD;&#xA;addon (i.e. The MinMaxAddon's TrimElements.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
<details key="documentation" value="&lt;p>&#xD;&#xA;An MAddon represents a self-contained application logic. Addons may be used&#xD;&#xA;to augment the UI in a variety of ways without requiring that the base application&#xD;&#xA;be aware of the extensions.&#xD;&#xA;&lt;/p>&lt;p>&#xD;&#xA;Addons are expected to be capable of being removed without damage to the&#xD;&#xA;original UI. While not yet implemented there will be an uninstall protocol defined&#xD;&#xA;in the future allowing an addon to remove any model elements specific to the&#xD;&#xA;addon (i.e. The MinMaxAddon's TrimElements.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToObjectMap" instanceClassName="java.util.Map$Entry">
Expand All @@ -112,7 +112,7 @@
<eClassifiers xsi:type="ecore:EClass" name="BindingTableContainer" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;p>&#xD;&#xA;This type contains the list of binding 'tables', representing the various sets of bindings&#xD;&#xA;based on the application's current running 'context'. Here the 'context' represents&#xD;&#xA;the application's UI state (i.e. whether a Dialog is open...).&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
<details key="documentation" value="&lt;p>&#xD;&#xA;This type contains the list of binding 'tables', representing the various sets of bindings&#xD;&#xA;based on the applicaiton's current running 'context'. Here the 'context' represents&#xD;&#xA;the applicaiton's UI state (i.e. whether a Dialog is open...).&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingTables" upperBound="-1"
eType="#//commands/BindingTable" containment="true">
Expand Down Expand Up @@ -1185,7 +1185,7 @@
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowMultiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;p>&#xD;&#xA;Determines whether or not the part represented by this descriptot can have multiple&#xD;&#xA;instances with a given window.&#xD;&#xA;&lt;/p>"/>
<details key="documentation" value="&lt;p>&#xD;&#xA;Determines whether or not the part represented by this descriptor can have multiple&#xD;&#xA;instances with a given window.&#xD;&#xA;&lt;/p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* </p><p>
* Addons are expected to be capable of being removed without damage to the
* original UI. While not yet implemented there will be an uninstall protocol defined
* In the future allowing an addon to remove any model elements specific to the
* in the future allowing an addon to remove any model elements specific to the
* addon (i.e. The MinMaxAddon's TrimElements.
* </p>
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface MPartDescriptor extends MApplicationElement, MUILabel, MHandler
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
* Determines whether or not the part represented by this descriptot can have multiple
* Determines whether or not the part represented by this descriptor can have multiple
* instances with a given window.
* </p>
* <!-- end-model-doc -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ public interface IJobRunnable {
* <p>
* The provided monitor can be used to report progress and respond to
* cancellation. If the progress monitor has been canceled, the runnable should
* finish its execution at the earliest convenience and return a result
* status of severity <code>IStatus.CANCEL</code>. The singleton cancel
* status <code>Status.CANCEL_STATUS</code> can be used for this purpose.
* finish its execution at the earliest convenience and return a result status
* of severity <code>IStatus.CANCEL</code>. The singleton cancel status
* <code>Status.CANCEL_STATUS</code> can be used for this purpose.
*
* @param monitor
* the monitor to be used for reporting progress and responding
* to cancelation. The monitor is never <code>null</code>
* @return resulting status of the run. The result must not be
* <code>null</code>
* @param monitor the monitor to be used for reporting progress and responding
* to cancellation. The monitor is never <code>null</code>
* @return resulting status of the run. The result must not be <code>null</code>
*/
public IStatus run(IProgressMonitor monitor);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public interface IProgressService extends IRunnableContext {
* @throws InvocationTargetException wraps any exception or error which occurs
* while running the runnable
* @throws InterruptedException propagated by the context if the runnable
* acknowledges cancelation by throwing this
* acknowledges cancellation by throwing this
* exception.
*/
public void runInUI(IRunnableContext context,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ interface IAnimationContainer {
public abstract void animationDone();
}

//Create a containter that does nothing by default
// Create a container that does nothing by default
IAnimationContainer animationContainer = new IAnimationContainer() {
@Override
public void animationDone() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,11 @@ static String shortenText(String textValue, Control control) {
}

/**
* Find the second index of a whitespace. Return the first index if there
* isn't one or 0 if there is no space at all.
* Find the second index of a whitespace. Return the first index if there isn't
* one or 0 if there is no space at all.
*
* @param gc
* The GC to test max length
* @param maxWidth
* The maximim extent
* @param gc The GC to test max length
* @param maxWidth The maximum extent
* @return int
*/
private static int findSecondWhitespace(String textValue, GC gc,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void dock(int dropSide) {
}

/**
* Answer true if the side is a horizonal one
* Answer true if the side is a horizontal one
*
* @return <code>true</code> if the side is horizontal
*/
Expand All @@ -227,9 +227,9 @@ private boolean isHorizontal(int dropSide) {


/**
* Answer true if the side is a horizonal one
* Answer true if the side is a vertical one
Comment thread
elsazac marked this conversation as resolved.
*
* @return <code>true</code> if the side is horizontal
* @return <code>true</code> if the side is vertical
*/
private boolean isVertical(int dropSide) {
if (forceHorizontal) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,12 @@ void addWork(double workIncrement) {
}

/**
* Add the amount of work to the recevier. Update a parent monitor by the
* Add the amount of work to the receiver. Update a parent monitor by the
* increment scaled to the amount of ticks this represents.
*
* @param workIncrement
* int the amount of work in the receiver
* @param parentMonitor
* The IProgressMonitor that is also listening
* @param parentTicks
* the number of ticks this monitor represents
* @param workIncrement int the amount of work in the receiver
* @param parentMonitor The IProgressMonitor that is also listening
* @param parentTicks the number of ticks this monitor represents
*/
void addWork(double workIncrement, IProgressMonitor parentMonitor,
int parentTicks) {
Expand Down
Loading