Révision 2176
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/views/fileexplorer/MacroExplorer.java (revision 2176) | ||
|---|---|---|
| 69 | 69 |
import org.txm.rcp.messages.TXMUIMessages; |
| 70 | 70 |
|
| 71 | 71 |
/** |
| 72 |
* Simple file explorer
|
|
| 72 |
* Macro explorer
|
|
| 73 | 73 |
* |
| 74 | 74 |
* @author mdecorde |
| 75 | 75 |
*/ |
| 76 | 76 |
public class MacroExplorer extends ViewPart {
|
| 77 | 77 |
|
| 78 | 78 |
/** The ID. */ |
| 79 |
static public String ID = "org.txm.rcp.views.fileexplorer.MacroExplorer"; //$NON-NLS-1$
|
|
| 79 |
static public String ID = MacroExplorer.class.getName();
|
|
| 80 | 80 |
|
| 81 | 81 |
/** The home. */ |
| 82 | 82 |
protected static String home = Toolbox.getTxmHomePath(); |
| ... | ... | |
| 132 | 132 |
} |
| 133 | 133 |
} |
| 134 | 134 |
|
| 135 |
public TreeViewer getTreeViewer() {
|
|
| 136 |
return tv; |
|
| 137 |
} |
|
| 138 |
|
|
| 135 | 139 |
/* (non-Javadoc) |
| 136 | 140 |
* @see org.eclipse.ui.part.WorkbenchPart#createPartControl(org.eclipse.swt.widgets.Composite) |
| 137 | 141 |
*/ |
Formats disponibles : Unified diff