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