org.topbraidcomposer.widgets.row.editors
Class ClassEditorText

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

public class ClassEditorText
extends AbstractEditorText


Constructor Summary
ClassEditorText(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)
           
protected  java.lang.String getLabel()
           
 void updateStatus()
           
 
Methods inherited from class org.topbraidcomposer.widgets.row.editors.AbstractEditorText
addOrReplaceObject, deleteStatement, 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

ClassEditorText

public ClassEditorText(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

getLabel

protected java.lang.String getLabel()
Overrides:
getLabel in class AbstractEditorText

updateStatus

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