|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.strings.labels.impl.ResourceLabelManagerImpl
public class ResourceLabelManagerImpl
| Constructor Summary | |
|---|---|
ResourceLabelManagerImpl(ISession session)
|
|
| Method Summary | |
|---|---|
void |
addListener(IResourceLabelListener listener)
|
void |
changeOperationPerformed(ChangeOperation operation,
boolean undone)
Notifies the receiver that changes to one or more Graphs have been performed. |
protected java.lang.String |
createLabel(com.hp.hpl.jena.rdf.model.Resource subject)
|
void |
dispose()
|
java.lang.String |
getLabel(com.hp.hpl.jena.rdf.model.Resource resource)
Gets the label of a given resource. |
void |
graphChangePerformed()
Notifies the receiver that a global change to the current model has been performed. |
void |
graphDirty(com.hp.hpl.jena.graph.Graph graph)
Called when a Graph has been set to dirty. |
java.util.Iterator<com.hp.hpl.jena.rdf.model.Resource> |
listMatchingResources(java.lang.String prefix,
java.lang.String fromAfter)
|
void |
removeListener(IResourceLabelListener listener)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceLabelManagerImpl(ISession session)
| Method Detail |
|---|
public void addListener(IResourceLabelListener listener)
addListener in interface IResourceLabelManager
public void changeOperationPerformed(ChangeOperation operation,
boolean undone)
IChangeEngineListener
changeOperationPerformed in interface IChangeEngineListeneroperation - the ModelOperation that was executed, redone or undoneundone - true if the operation has been undoneprotected java.lang.String createLabel(com.hp.hpl.jena.rdf.model.Resource subject)
public void dispose()
public void graphChangePerformed()
IChangeEngineListener
graphChangePerformed in interface IChangeEngineListenerpublic void graphDirty(com.hp.hpl.jena.graph.Graph graph)
IChangeEngineListener
graphDirty in interface IChangeEngineListenergraph - the Graph that has changedpublic java.lang.String getLabel(com.hp.hpl.jena.rdf.model.Resource resource)
IResourceLabelManager
getLabel in interface IResourceLabelManagerresource - the resource to get the label of
public java.util.Iterator<com.hp.hpl.jena.rdf.model.Resource> listMatchingResources(java.lang.String prefix,
java.lang.String fromAfter)
listMatchingResources in interface IResourceLabelManagerpublic void removeListener(IResourceLabelListener listener)
removeListener in interface IResourceLabelManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||