public class ElementDescriptionPanel
extends java.lang.Object
Constructor and Description |
---|
ElementDescriptionPanel(org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory wf,
java.lang.String text,
org.eclipse.swt.widgets.Composite parent,
int i) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
getControl() |
org.eclipse.swt.events.ModifyListener |
getDirtyListener() |
org.eclipse.swt.widgets.Text |
getEditControl() |
boolean |
isDirty() |
void |
setDocument(java.lang.String docu,
java.lang.String rval) |
void |
setFirstLabel(java.lang.String string) |
public ElementDescriptionPanel(org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory wf, java.lang.String text, org.eclipse.swt.widgets.Composite parent, int i)
public boolean isDirty()
public org.eclipse.swt.widgets.Control getControl()
public void setDocument(java.lang.String docu, java.lang.String rval)
public org.eclipse.swt.widgets.Text getEditControl()
public void setFirstLabel(java.lang.String string)
public org.eclipse.swt.events.ModifyListener getDirtyListener()