|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.editor.EditorUtil
public final class EditorUtil
Editor's utilities.
Field Summary | |
---|---|
static String |
EDITOR_ID_ATTR_ID
ID of the id attribute of pl.edu.agh.cast.editor extension point element. |
static String |
EDITOR_NAME_ATTR_ID
ID of the name attribute of pl.edu.agh.cast.editor extension point element. |
static String |
EDITOR_TYPEID_ATTR_ID
ID of the typeId attribute of pl.edu.agh.cast.editor extension point element. |
Constructor Summary | |
---|---|
EditorUtil()
|
Method Summary | |
---|---|
static org.eclipse.core.runtime.IConfigurationElement[] |
getEditorConfiguration()
Returns all configuration elements from all extensions defined for pl.edu.agh.cast.editor extension
point. |
static org.eclipse.ui.IEditorPart |
openNewEditor(DataSetDescriptor descriptor)
Opens new editor for DataSetDescriptor . |
static void |
switchToDiagramPerspective()
Method is switching to default workbench perspective. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EDITOR_NAME_ATTR_ID
pl.edu.agh.cast.editor
extension point element.
public static final String EDITOR_ID_ATTR_ID
pl.edu.agh.cast.editor
extension point element.
public static final String EDITOR_TYPEID_ATTR_ID
pl.edu.agh.cast.editor
extension point element.
Constructor Detail |
---|
public EditorUtil()
Method Detail |
---|
public static org.eclipse.core.runtime.IConfigurationElement[] getEditorConfiguration()
pl.edu.agh.cast.editor
extension
point.
public static org.eclipse.ui.IEditorPart openNewEditor(DataSetDescriptor descriptor) throws org.eclipse.ui.PartInitException
DataSetDescriptor
.
descriptor
- data set descriptor
org.eclipse.ui.PartInitException
public static void switchToDiagramPerspective()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |