Révision 1788
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/SVGGraphicEditor.java (revision 1788) | ||
---|---|---|
50 | 50 |
* |
51 | 51 |
* @author Sylvain Loiseau |
52 | 52 |
*/ |
53 |
//FIXME: SJ: this class doesn't work anymore |
|
54 | 53 |
public class SVGGraphicEditor extends EditorPart { |
55 | 54 |
|
56 | 55 |
/** Linking with the OutlineView. */ |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/input/SVGGraphicEditorInput.java (revision 1788) | ||
---|---|---|
32 | 32 |
import org.eclipse.jface.resource.ImageDescriptor; |
33 | 33 |
import org.eclipse.ui.IEditorInput; |
34 | 34 |
import org.eclipse.ui.IPersistableElement; |
35 |
import org.txm.core.results.TXMResult; |
|
36 | 35 |
import org.txm.rcp.editors.SVGGraphicable; |
37 |
import org.txm.rcp.editors.TXMResultEditorInput; |
|
38 | 36 |
|
39 | 37 |
/** |
40 | 38 |
* The Class SpecificitiesResultEditorInput. |
41 | 39 |
* |
42 | 40 |
* @author Sylvain Loiseau,mdecorde |
43 | 41 |
*/ |
44 |
// FIXME: SJ: this class doesn't work anymore |
|
42 |
//FIXME: SJ: useless, should use an abstract FileEditorInput |
|
43 |
@Deprecated |
|
45 | 44 |
public class SVGGraphicEditorInput implements IEditorInput, SVGGraphicable { |
46 | 45 |
|
47 | 46 |
/** The filename. */ |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/input/AbstractSVGGraphicable.java (revision 1788) | ||
---|---|---|
46 | 46 |
* @author sloiseau |
47 | 47 |
* |
48 | 48 |
*/ |
49 |
// FIXME: SJ: useless |
|
50 |
@Deprecated |
|
49 | 51 |
public abstract class AbstractSVGGraphicable extends AbstractEditorInput implements SVGGraphicable { |
50 | 52 |
|
51 | 53 |
/** The path. */ |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/SVGGraphicable.java (revision 1788) | ||
---|---|---|
37 | 37 |
* |
38 | 38 |
* @author sloiseau |
39 | 39 |
*/ |
40 |
//FIXME: SJ: useless, should use an aabstract FileEditorInput |
|
41 |
@Deprecated |
|
40 | 42 |
public interface SVGGraphicable extends IEditorInput { |
41 | 43 |
|
42 | 44 |
/** |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/SVGGraphicEditorActionBarContributor.java (revision 1788) | ||
---|---|---|
33 | 33 |
/** |
34 | 34 |
* The Class SVGGraphicEditorActionBarContributor. |
35 | 35 |
*/ |
36 |
//FIXME: not used?
|
|
36 |
//FIXME: SJ: useless
|
|
37 | 37 |
@Deprecated |
38 | 38 |
public class SVGGraphicEditorActionBarContributor extends |
39 | 39 |
EditorActionBarContributor { |
Formats disponibles : Unified diff