|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraidcomposer.widgets.row.editors.AbstractTextRowEditor
public abstract class AbstractTextRowEditor
| Constructor Summary | |
|---|---|
AbstractTextRowEditor(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
com.hp.hpl.jena.rdf.model.Statement statement,
IRowEditorCallback callback)
|
|
| Method Summary | |
|---|---|
void |
addDropDownMenuActions(org.eclipse.jface.action.IMenuManager menuManager)
|
void |
assign()
|
protected abstract AbstractEditorText |
createEditorText(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
com.hp.hpl.jena.rdf.model.Statement statement)
|
org.eclipse.swt.widgets.Control |
getControl()
|
com.hp.hpl.jena.rdf.model.Statement |
getStatement()
|
com.hp.hpl.jena.rdf.model.Statement[] |
getStatements()
Gets the selected statements that can be copied or moved. |
java.lang.String |
getText()
Gets the currently edited value as text (for drag-and-drop). |
boolean |
isAssignable()
|
boolean |
isDirty()
|
boolean |
isReadOnly()
Checks if the statements are meant to be read-only. |
void |
setText(java.lang.String value)
|
void |
updateState()
Advises the editor to update its display state, e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTextRowEditor(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
com.hp.hpl.jena.rdf.model.Statement statement,
IRowEditorCallback callback)
| Method Detail |
|---|
public void addDropDownMenuActions(org.eclipse.jface.action.IMenuManager menuManager)
addDropDownMenuActions in interface IRowEditorpublic void assign()
assign in interface IAssignableRowEditor
protected abstract AbstractEditorText createEditorText(org.eclipse.swt.widgets.Composite parent,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
com.hp.hpl.jena.rdf.model.Statement statement)
public org.eclipse.swt.widgets.Control getControl()
getControl in interface IRowEditorpublic com.hp.hpl.jena.rdf.model.Statement getStatement()
public com.hp.hpl.jena.rdf.model.Statement[] getStatements()
IStatementProvider
getStatements in interface IStatementProviderpublic java.lang.String getText()
IRowEditor
getText in interface IRowEditorpublic boolean isAssignable()
isAssignable in interface IAssignableRowEditorpublic boolean isDirty()
isDirty in interface IAssignableRowEditorpublic boolean isReadOnly()
IStatementProvider
isReadOnly in interface IStatementProviderpublic void setText(java.lang.String value)
setText in interface ITextRowEditorpublic void updateState()
IRowEditor
updateState in interface IRowEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||