org.topbraidcomposer.widgets.row.editors
Class BooleanEditor

java.lang.Object
  extended by org.topbraidcomposer.widgets.row.editors.AbstractRowEditor
      extended by org.topbraidcomposer.widgets.row.editors.AbstractComboBoxEditor
          extended by org.topbraidcomposer.widgets.row.editors.BooleanEditor
All Implemented Interfaces:
IStatementProvider, IRowEditor

public class BooleanEditor
extends AbstractComboBoxEditor


Field Summary
 
Fields inherited from class org.topbraidcomposer.widgets.row.editors.AbstractRowEditor
statement
 
Constructor Summary
BooleanEditor(org.eclipse.swt.widgets.Composite parent, org.eclipse.ui.forms.widgets.FormToolkit toolkit, com.hp.hpl.jena.rdf.model.Statement statement)
           
 
Method Summary
protected  java.util.Iterator createValidNodes(com.hp.hpl.jena.rdf.model.Statement statement)
           
 
Methods inherited from class org.topbraidcomposer.widgets.row.editors.AbstractComboBoxEditor
addDropDownMenuActions, getControl, getStatement, getText, isDirty
 
Methods inherited from class org.topbraidcomposer.widgets.row.editors.AbstractRowEditor
assign, getStatements, isReadOnly, updateState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanEditor

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

createValidNodes

protected java.util.Iterator createValidNodes(com.hp.hpl.jena.rdf.model.Statement statement)
Specified by:
createValidNodes in class AbstractComboBoxEditor