|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommentElement | |
---|---|
org.musicontroller.gui.components | |
org.varienaja.comments |
Uses of CommentElement in org.musicontroller.gui.components |
---|
Methods in org.musicontroller.gui.components that return CommentElement | |
---|---|
abstract CommentElement |
PlaylistReviews.getElement()
|
Methods in org.musicontroller.gui.components with parameters of type CommentElement | |
---|---|
abstract void |
PlaylistReviews.setElement(CommentElement element)
|
Uses of CommentElement in org.varienaja.comments |
---|
Methods in org.varienaja.comments that return types with arguments of type CommentElement | |
---|---|
java.util.List<CommentElement> |
Comment.getElements()
|
Methods in org.varienaja.comments with parameters of type CommentElement | |
---|---|
void |
Comment.addElement(CommentElement element)
|
void |
Comment.splitElement(CommentElement src,
java.util.List<CommentElement> dest)
Splits an existing CommentElement into several others. |
Method parameters in org.varienaja.comments with type arguments of type CommentElement | |
---|---|
void |
Comment.splitElement(CommentElement src,
java.util.List<CommentElement> dest)
Splits an existing CommentElement into several others. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |