public abstract class Content
extends Plugin
Modifier and Type | Class and Description |
---|---|
static class |
Content.ChangeEventType |
static class |
Content.ContentChangedEvent |
static interface |
Content.ContentChangedListener |
Constructor and Description |
---|
Content() |
Modifier and Type | Method and Description |
---|---|
boolean |
addContentChangedListener(Content.ContentChangedListener l) |
boolean |
addContentTool(Tool tool)
Add a content tool.
|
void |
fireContentChanged() |
void |
fireContentChanged(Content.ContentChangedEvent cce) |
void |
install(Controller c) |
boolean |
removeContentChangedListener(Content.ContentChangedListener l) |
boolean |
removeContentTool(Tool tool)
Remove a content tool.
|
abstract void |
setContent(SceneGraphNode content) |
public abstract void setContent(SceneGraphNode content)
public boolean addContentTool(Tool tool)
tool
- public boolean removeContentTool(Tool tool)
tool
- public void fireContentChanged(Content.ContentChangedEvent cce)
public void fireContentChanged()
public boolean addContentChangedListener(Content.ContentChangedListener l)
public boolean removeContentChangedListener(Content.ContentChangedListener l)