code
stringlengths
3
1.18M
language
stringclasses
1 value
package org.jscience.mathMLImpl; import org.w3c.dom.DOMException; import org.w3c.dom.Node; import org.w3c.dom.mathML.MathMLMatrixElement; import org.w3c.dom.mathML.MathMLMatrixrowElement; import org.w3c.dom.mathML.MathMLNodeList; /** * Implements a MathML <code>matrix</code> element. * * @author Mark ...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLFnElement; /** * Implements a MathML function element. * * @author Mark Hale * @version 1.0 */ public class MathMLFnElementImpl extends MathMLContentContainerImpl implements MathMLFnElement { /** * Constructs a MathML functi...
Java
package org.jscience.mathMLImpl; import org.apache.xerces.dom.ElementNSImpl; import org.w3c.dom.Node; import org.w3c.dom.mathML.MathMLElement; import org.w3c.dom.mathML.MathMLMathElement; import org.w3c.dom.mathML.MathMLNodeList; /** * Implements a MathML element (and node list). * * @author Mark Ha...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLStringLitElement; /** * Implements a MathML string literal element. * * @author Mark Hale * @version 1.0 */ public class MathMLStringLitElementImpl extends MathMLPresentationTokenImpl implements MathMLStringLitElement { /** ...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLAnnotationElement; /** * Implements a MathML annotation element. * * @author Mark Hale * @version 1.0 */ public class MathMLAnnotationElementImpl extends MathMLElementImpl implements MathMLAnnotationElement { /** * Construct...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLGlyphElement; /** * Implements a MathML glyph element. * * @author Mark Hale * @version 1.0 */ public class MathMLGlyphElementImpl extends MathMLElementImpl implements MathMLGlyphElement { /** * Constructs a MathML glyph ele...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.DOMException; import org.w3c.dom.Node; import org.w3c.dom.mathML.*; /** * Implements a MathML content container. * * @author Mark Hale * @version 1.0 */ public class MathMLContentContainerImpl extends MathMLElementImpl implements MathMLConten...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLEncloseElement; /** * Implements a MathML enclose element. * * @author Mark Hale * @version 1.0 */ public class MathMLEncloseElementImpl extends MathMLPresentationContainerImpl implements MathMLEncloseElement { /** * Constru...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLNodeList; import org.w3c.dom.mathML.MathMLPresentationToken; /** * Implements a MathML presentation token. * * @author Mark Hale * @version 1.0 */ public class MathMLPresentationTokenImpl extends MathMLElementImpl implements MathM...
Java
package org.jscience.mathMLImpl; import org.apache.xerces.dom.DocumentImpl; import org.apache.xerces.dom.DocumentTypeImpl; import org.w3c.dom.DOMException; import org.w3c.dom.DocumentType; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.mathML.MathMLDocument; import java.lang.refle...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.DOMException; import org.w3c.dom.Node; import org.w3c.dom.mathML.MathMLContentElement; import org.w3c.dom.mathML.MathMLVectorElement; /** * Implements a MathML <code>vector</code> element. * * @author Mark Hale * @version 1.0 */ public class Math...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLBvarElement; /** * Implements a MathML bounded variable element. * * @author Mark Hale * @version 1.0 */ public class MathMLBvarElementImpl extends MathMLContentContainerImpl implements MathMLBvarElement { /** * Constructs a...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLBvarElement; import org.w3c.dom.mathML.MathMLListElement; /** * Implements a MathML <code>list</code> element. * * @author Mark Hale * @version 1.0 */ public class MathMLListElementImpl extends MathMLContentContainerImpl implement...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLAlignGroupElement; /** * Implements a MathML align group element. * * @author Mark Hale * @version 1.0 */ public class MathMLAlignGroupElementImpl extends MathMLElementImpl implements MathMLAlignGroupElement { /** * Construc...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLTendsToElement; /** * Implements a MathML <code>tendsto</code> element. * * @author Mark Hale * @version 1.0 */ public class MathMLTendsToElementImpl extends MathMLPredefinedSymbolImpl implements MathMLTendsToElement { /** *...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLFencedElement; /** * Implements a MathML fenced element. * * @author Mark Hale * @version 1.0 */ public class MathMLFencedElementImpl extends MathMLPresentationContainerImpl implements MathMLFencedElement { /** * Constructs ...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLPredefinedSymbol; /** * Implements a MathML predefined symbol. * * @author Mark Hale * @version 1.0 */ public class MathMLPredefinedSymbolImpl extends MathMLElementImpl implements MathMLPredefinedSymbol { /** * Constructs a ...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.DOMException; import org.w3c.dom.mathML.MathMLElement; import org.w3c.dom.mathML.MathMLScriptElement; /** * Implements a MathML script element. * * @author Mark Hale * @version 1.0 */ public class MathMLScriptElementImpl extends MathMLElementImpl ...
Java
package org.jscience.mathMLImpl; import org.w3c.dom.mathML.MathMLCsymbolElement; /** * Implements a MathML content symbol element. * * @author Mark Hale * @version 1.0 */ public class MathMLCsymbolElementImpl extends MathMLContentTokenImpl implements MathMLCsymbolElement { /** * Construct...
Java
package fr.upmf.animaths.client; import java.util.List; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; /** * The RPC api available to the client. The asynchronous version that is used * directly by the client is {@link LoadPathNamesServiceAsyn...
Java
package fr.upmf.animaths.client.mvp.MathObject; import com.google.gwt.xml.client.Node; import com.google.gwt.xml.client.Element; import com.google.gwt.xml.client.NodeList; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.client.mvp.MathML.MMLElement; import fr.upmf.animaths.clie...
Java
package fr.upmf.animaths.client.mvp.MathObject; import java.util.ArrayList; import java.util.List; import com.google.gwt.xml.client.Node; import com.google.gwt.xml.client.Element; import com.google.gwt.xml.client.NodeList; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.clie...
Java
package fr.upmf.animaths.client.mvp.MathObject; import com.google.gwt.xml.client.Node; import com.google.gwt.xml.client.Element; import com.google.gwt.xml.client.NodeList; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.client.mvp.MathML.MMLElement; import fr.upmf.animaths.cl...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; public interface IMOHasSign { public void setSign(MMLOperator sign); public MMLOperator getSign(); }
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOHasValue<T> { public void setValue(T value); public T getValue(); }
Java
package fr.upmf.animaths.client.mvp.MathObject; import com.google.gwt.xml.client.Element; import com.google.gwt.xml.client.Node; import com.google.gwt.xml.client.NodeList; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.client.mvp.MathML.MMLElement; import fr.upmf.animaths.clie...
Java
package fr.upmf.animaths.client.mvp.MathObject; import java.util.ArrayList; import java.util.List; import com.google.gwt.xml.client.Node; import com.google.gwt.xml.client.Element; import com.google.gwt.xml.client.NodeList; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.clie...
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOHasSeveralChildren<T extends MOElement<?>> { public void add(T child); public void add(int index, T child); public void add(T child, T refChild, boolean after); public T get(int i); public int indexOf(T child); public void remove(T chi...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLIdentifier; public class MOIdentifierDisplay implements MOIdentifier.Display { MMLIdentifier element; public MOIdentifierDisplay() { } @Override public void setElement(MMLIdentifier element) { this.elem...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; public class MOEquationDisplay implements MOEquation.Display { private MMLOperator sign; public MOEquationDisplay() { } @Override public MMLOperator getSign() { return sign; } @Override...
Java
package fr.upmf.animaths.client.mvp.MathObject; import net.customware.gwt.presenter.client.BasicPresenter; import net.customware.gwt.presenter.client.place.Place; import net.customware.gwt.presenter.client.place.PlaceRequest; import net.customware.gwt.presenter.client.widget.WidgetDisplay; import com.google.gw...
Java
package fr.upmf.animaths.client.mvp.MathObject; import net.customware.gwt.presenter.client.Display; public interface MOElementDisplay extends Display { }
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; public class MOSignedElementDisplay implements MOSignedElement.Display { private MMLOperator lFence; private MMLOperator rFence; private MMLOperator sign; public MOSignedElementDisplay() { } @Ove...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLFrac; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; import fr.upmf.animaths.client.mvp.MathML.MMLRow; public class MOMultiplyContainerDisplay implements MOMultiplyContainer.Display { private MMLOperator lFe...
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOHasStyleClass { public static final short STYLE_CLASS_NONE = 0; public static final short STYLE_CLASS_SELECTABLE = 1; public static final short STYLE_CLASS_SELECTED = 2; public static final short STYLE_CLASS_DRAGGED = 3; public static fi...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; public class MOMultiplyElementDisplay implements MOMultiplyElement.Display { private MMLOperator sign; public MOMultiplyElementDisplay() {} @Override public MMLOperator getSign() { return sign; ...
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOHasType { public static final short MATH_OBJECT_WRAPPER = 0; public static final short MATH_OBJECT_EQUATION = 1; public static final short MATH_OBJECT_NUMBER = 2; public static final short MATH_OBJECT_IDENTIFIER = 3; public static final ...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; public class MOAddContainerDisplay implements MOAddContainer.Display { private MMLOperator lFence; private MMLOperator rFence; public MOAddContainerDisplay() { } @Override public MMLOperator getL...
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOHasZones { public static final short ZONE_CENTER = 0; public static final short ZONE_NNN = -3; public static final short ZONE_NN = -2; public static final short ZONE_N = -1; public static final short ZONE_S = 1; public static fin...
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOHasOneChild { public MOElement<?> getChild(); public void setChild(MOElement<?> child); }
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLOperator; public interface IMOHasFence { public void setLFence(MMLOperator lFence); public void setRFence(MMLOperator rFence); public MMLOperator getLFence(); public MMLOperator getRFence(); }
Java
package fr.upmf.animaths.client.mvp.MathObject; public interface IMOSelection { public MOElement<?> getMathObjectSelectableElement(); public MOElement<?> getMathObjectFirstSelectableParent(); public MOElement<?> getMathObjectFirstSelectableChild(); public MOElement<?> getMathObjectPreviousSelectableChild...
Java
package fr.upmf.animaths.client.mvp.MathObject; import com.google.gwt.xml.client.Element; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.client.mvp.MathML.MMLElement; import fr.upmf.animaths.client.mvp.MathML.MMLIdentifier; public class MOIdentifier extends MOElement<MOIden...
Java
package fr.upmf.animaths.client.mvp.MathObject; import com.google.gwt.xml.client.Element; import fr.upmf.animaths.client.mvp.MOAbstractPresenter; import fr.upmf.animaths.client.mvp.MathML.MMLElement; import fr.upmf.animaths.client.mvp.MathML.MMLNumber; public class MONumber extends MOElement<MONumber.Displ...
Java
package fr.upmf.animaths.client.mvp.MathObject; import fr.upmf.animaths.client.mvp.MathML.MMLNumber; public class MONumberDisplay implements MONumber.Display { private MMLNumber element; public MONumberDisplay() { } @Override public void setElement(MMLNumber element) { this.element = element; ...
Java
package fr.upmf.animaths.client.mvp; import com.google.gwt.user.client.ui.FocusWidget; import com.google.gwt.user.client.ui.HTML; public class MOFocusWidget extends FocusWidget { public MOFocusWidget(MOBasicPresenter presenter) { super(presenter.getDisplay().asWidget().getElement()); setStyleName("gwt-...
Java
package fr.upmf.animaths.client.mvp; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.Event; import com.google.gwt.user.client.Event.NativePreviewEvent; import com.google.gwt.user.client.Event.NativePreviewHandler; import com.goog...
Java
package fr.upmf.animaths.client.mvp; import net.customware.gwt.presenter.client.widget.WidgetDisplay; import com.google.gwt.event.dom.client.MouseMoveEvent; import com.google.gwt.event.dom.client.MouseMoveHandler; import com.google.gwt.event.shared.HandlerRegistration; import com.google.gwt.user.client.ui.Butt...
Java
package fr.upmf.animaths.client.mvp; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class MOBasicPresenter extends MOAbstractPresenter<MOBasicDisplay> { public MOBasicPresenter() { super(new MOBasicDisplay()); } public MOBasicPresenter(MOElement<?> element) { super(element, new MO...
Java
package fr.upmf.animaths.client.mvp; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.FlowPanel; import com.google.gwt.user.client.ui.Widget; import fr.upmf.animaths.client.mvp.MathML.MMLMath; public class MOBasicDisplay extends Composite implements MOAbstractPresenter.Dis...
Java
package fr.upmf.animaths.client.mvp; //package fr.upmf.animaths.client.mvp.modele; // //import fr.upmf.animaths.client.mvp.MathObject.MathObjectAddContainerPresenter; //import fr.upmf.animaths.client.mvp.MathObject.MathObjectElement; //import fr.upmf.animaths.client.mvp.MathObject.MathObjectMultiplyContainerPresen...
Java
package fr.upmf.animaths.client.mvp; import com.google.gwt.user.client.ui.ComplexPanel; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.FlowPanel; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.InlineHTML; import com.google.gwt.xml.client.Ele...
Java
package fr.upmf.animaths.client.mvp; import com.google.gwt.user.client.ui.RootPanel; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class MODragPresenter extends MOBasicPresenter { public MODragPresenter() { super(); } public MODragPresenter(MOElement<?> element) { super(elemen...
Java
package fr.upmf.animaths.client.mvp; //package fr.upmf.animaths.client.mvp; // //import com.google.gwt.event.logical.shared.ValueChangeEvent; //import com.google.gwt.event.logical.shared.ValueChangeHandler; //import com.google.gwt.event.shared.HandlerRegistration; //import com.google.gwt.user.client.ui.Button; /...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/*The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARR...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITH...
Java
/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WAR...
Java
package fr.upmf.animaths.client.mvp; import java.util.HashMap; import java.util.Map; import net.customware.gwt.presenter.client.place.Place; import net.customware.gwt.presenter.client.place.PlaceRequest; import net.customware.gwt.presenter.client.widget.WidgetDisplay; import net.customware.gwt.presenter.clien...
Java
package fr.upmf.animaths.client.mvp; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.List; import net.customware.gwt.presenter.client.EventBus; import net.customware.gwt.presenter.client.place.Place; import net.customware.gwt.presenter.client.place.PlaceRequest; impo...
Java
package fr.upmf.animaths.client.mvp; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.EventTarget; import com.google.gwt.event.dom.client.HasMouseDownHandlers; import com.google.gwt.event.dom.client.HasMouseUpHandlers; import com.google.gwt.event.dom.client.MouseDownEvent; import com.g...
Java
package fr.upmf.animaths.client.gin; import com.google.gwt.user.client.ui.HasWidgets; import com.google.inject.Inject; import fr.upmf.animaths.client.mvp.AniMathsPresenter; /** * Represents the main application * * @author Maxime Lefrançois & Édouard Lopez * */ public class AppPresenter { private ...
Java
package fr.upmf.animaths.client.gin; import com.google.gwt.inject.client.GinModules; import com.google.gwt.inject.client.Ginjector; @GinModules(AniMathsClientModule.class) public interface AniMathsGinjector extends Ginjector { AppPresenter getAppPresenter(); }
Java
package fr.upmf.animaths.client.gin; import net.customware.gwt.presenter.client.DefaultEventBus; import net.customware.gwt.presenter.client.EventBus; import net.customware.gwt.presenter.client.gin.AbstractPresenterModule; import com.google.inject.Singleton; import fr.upmf.animaths.client.mvp.AniMathsDisplay;...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.dom.client.MouseDownEvent; import com.google.gwt.event.shared.GwtEvent; public class GrabEvent extends GwtEvent<GrabHandler>{ private static final Type<GrabHandler> TYPE = new Type<GrabHandler>(); private short styleClass; pri...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.dom.client.NativeEvent; import com.google.gwt.event.shared.GwtEvent; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class DragEvent extends GwtEvent<DragHandler>{ private static final Type<DragHandler> TYPE = new Type<DragHa...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface SelectionHandler extends EventHandler { void onSelect( SelectionEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class SelectionChangeEvent extends GwtEvent<SelectionChangeHandler>{ private static final Type<SelectionChangeHandler> TYPE = new Type<SelectionChangeHandler>(); public static final int CHANGE_TO_PREVIOUS_SIB...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; import fr.upmf.animaths.client.interaction.AniMathsAbstractProcess; public class TagDeclarationEvent extends GwtEvent<TagDeclarationHandler> { private static final Type<TagDeclarationHandler> TYPE = new Type<TagDeclaration...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; import fr.upmf.animaths.client.mvp.MODynamicPresenter; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class GrabSelectedEvent extends GwtEvent<GrabSelectedHandler> { private static final Type<GrabSelected...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class ProcessDoneEvent extends GwtEvent<ProcessDoneHandler> { private static final Type<ProcessDoneHandler> TYPE = new Type<ProcessDoneHandler>(); public static Type<ProcessDoneHandler> getType() { ret...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface GrabHandler extends EventHandler { void onGrab( GrabEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface ProcessLaunchHandler extends EventHandler { void onProcessLaunch( ProcessLaunchEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class ExerciseSolvedEvent extends GwtEvent<ExerciseSolvedHandler>{ private static final Type<ExerciseSolvedHandler> TYPE = new Type<ExerciseSolvedHandler>(); public static Type<ExerciseSolvedHandler> getT...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface ExerciseSolvedHandler extends EventHandler { void onExerciseSolved( ExerciseSolvedEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface DropSelectedHandler extends EventHandler { void onDropSelected( DropSelectedEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class SelectionEvent extends GwtEvent<SelectionHandler>{ private static final Type<SelectionHandler> TYPE = new Type<SelectionHandler>(); private sh...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface ProcessInterestedHandler extends EventHandler { void onProcessInterested( ProcessInterestedEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class ProcessInterestedEvent extends GwtEvent<ProcessInterestedHandler> { private static final Type<ProcessInterestedHandler> TYPE = new Type<ProcessInterestedHandler>(); public static Type<ProcessInterestedHan...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class FlyOverEvent extends GwtEvent<FlyOverHandler>{ private static final Type<FlyOverHandler> TYPE = new Type<FlyOverHandler>(); private MOElement<...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface ProcessDoneHandler extends EventHandler { void onProcessDone( ProcessDoneEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class NewLineEvent extends GwtEvent<NewLineHandler>{ private static final Type<NewLineHandler> TYPE = new Type<NewLineHandler>(); public static Type<NewLineHandler> getType() { return TYPE; ...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface TagDeclarationHandler extends EventHandler { void onTagDeclaration( TagDeclarationEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface DropHandler extends EventHandler { void onDrop( DropEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; import fr.upmf.animaths.client.mvp.MathObject.MOElement; public class DragSelectedEvent extends GwtEvent<DragSelectedHandler>{ private static final Type<DragSelectedHandler> TYPE = new Type<DragSelectedHandler>(); ...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface NewLineHandler extends EventHandler { void onNewLine( NewLineEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface GrabSelectedHandler extends EventHandler { void onGrabSelected( GrabSelectedEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class ProcessLaunchEvent extends GwtEvent<ProcessLaunchHandler> { private static final Type<ProcessLaunchHandler> TYPE = new Type<ProcessLaunchHandler>(); public static Type<ProcessLaunchHandler> getType() { ...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.GwtEvent; public class DropSelectedEvent extends GwtEvent<DropSelectedHandler>{ private static final Type<DropSelectedHandler> TYPE = new Type<DropSelectedHandler>(); public static Type<DropSelectedHandler> getType() { ...
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface SelectionChangeHandler extends EventHandler { void onSelectionChange( SelectionChangeEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface DragHandler extends EventHandler { void onDrag( DragEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface DragSelectedHandler extends EventHandler { void onDragSelected( DragSelectedEvent event ); }
Java
package fr.upmf.animaths.client.events; import com.google.gwt.event.shared.EventHandler; public interface FlyOverHandler extends EventHandler { void onFlyOver( FlyOverEvent event ); }
Java