Package org.eclipse.mat.ui.editor
Class PaneConfiguration
- java.lang.Object
-
- org.eclipse.mat.ui.editor.PaneConfiguration
-
public class PaneConfiguration extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractEditorPane
build()
java.lang.String
getClassName()
IConfigurationElement
getConfElement()
java.lang.String
getId()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getClassName
public java.lang.String getClassName()
-
getConfElement
public IConfigurationElement getConfElement()
-
build
public AbstractEditorPane build() throws CoreException
- Throws:
CoreException
-
-