Revision 1792
tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/SplitedGenericMultiPageEditor.java (revision 1792) | ||
---|---|---|
1 |
/** |
|
2 |
* |
|
3 |
*/ |
|
4 |
package org.txm.rcp.editors; |
|
5 |
|
|
6 |
import org.eclipse.ui.part.EditorPart; |
|
7 |
|
|
8 |
/** |
|
9 |
* Multi pages editor that have a main editor area and a tabbed area. |
|
10 |
* @author sjacquot |
|
11 |
* |
|
12 |
*/ |
|
13 |
public interface SplitedGenericMultiPageEditor { |
|
14 |
|
|
15 |
/** |
|
16 |
* Gets the main editor. |
|
17 |
* @return |
|
18 |
*/ |
|
19 |
public EditorPart getMainEditorPart(); |
|
20 |
|
|
21 |
} |
tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAEditor.java (revision 1792) | ||
---|---|---|
59 | 59 |
import org.txm.ca.rcp.messages.CAUIMessages; |
60 | 60 |
import org.txm.chartsengine.rcp.editors.ChartEditor; |
61 | 61 |
import org.txm.chartsengine.rcp.editors.ChartEditorInput; |
62 |
import org.txm.rcp.editors.SplitedGenericMultiPageEditor; |
|
63 | 62 |
import org.txm.rcp.editors.TXMMultiPageEditor; |
64 | 63 |
import org.txm.rcp.editors.TXMResultEditorInput; |
65 | 64 |
import org.txm.rcp.messages.TXMUIMessages; |
... | ... | |
71 | 70 |
* @author mdecorde |
72 | 71 |
* @author sjacquot |
73 | 72 |
*/ |
74 |
public class CAEditor extends TXMMultiPageEditor implements SplitedGenericMultiPageEditor {
|
|
73 |
public class CAEditor extends TXMMultiPageEditor { |
|
75 | 74 |
|
76 | 75 |
|
77 | 76 |
/** |
Also available in: Unified diff