| Package | Description |
|---|---|
| org.jrebirth.af.showcase.analyzer.ui.editor |
Provides...
|
| org.jrebirth.af.showcase.analyzer.ui.editor.ball |
Provides...
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,BallModel> |
EditorModel.ballMap
The map that stored events Nodes .
|
| Modifier and Type | Method and Description |
|---|---|
BallModel |
EditorModel.retrieveBall(String source)
Return the right ball model for the given class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditorModel.registerBall(BallModel ballModel)
Register a ball model.
|
void |
EditorModel.unregisterBall(BallModel ballModel)
Unregister a ball model.
|
| Modifier and Type | Field and Description |
|---|---|
private BallModel |
BallModel.referenceBallModel
The ballModel reference.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) BallModel |
BallModel.getReferenceBallModel() |
| Constructor and Description |
|---|
BallView(BallModel model)
Default Constructor.
|
Copyright © 2011–2016 JRebirth OSS. All rights reserved.