org.topbraidcomposer.widgets.row.editors
Class InstanceEditorText

java.lang.Object
  extended by org.topbraidcomposer.editors.ErrorCheckingText
      extended by org.topbraidcomposer.widgets.row.editors.AbstractEditorText
          extended by org.topbraidcomposer.widgets.row.editors.InstanceEditorText

public class InstanceEditorText
extends AbstractEditorText


Constructor Summary
InstanceEditorText(org.eclipse.swt.widgets.Composite parent, org.eclipse.ui.forms.widgets.FormToolkit toolkit, com.hp.hpl.jena.rdf.model.Statement statement)
           
 
Method Summary
protected  void assignValue(java.lang.String text)
           
 void updateStatus()
           
 
Methods inherited from class org.topbraidcomposer.widgets.row.editors.AbstractEditorText
addOrReplaceObject, deleteStatement, getLabel, getModel, getStatement, handleEscape, runAdditionalErrorCheckers, updateState, updateToolTipText, verifyCR
 
Methods inherited from class org.topbraidcomposer.editors.ErrorCheckingText
assignValue, clearError, getBorderColor, getBorderParent, getControl, getError, getNavigator, getToolkit, handleModifyText, initializeNavigator, isDirty, reset, setDirty, setError, updateText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceEditorText

public InstanceEditorText(org.eclipse.swt.widgets.Composite parent,
                          org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                          com.hp.hpl.jena.rdf.model.Statement statement)
Method Detail

assignValue

protected void assignValue(java.lang.String text)
Specified by:
assignValue in class ErrorCheckingText

updateStatus

public void updateStatus()
Specified by:
updateStatus in class ErrorCheckingText