public interface ContentManager
Modifier and Type | Interface and Description |
---|---|
static class |
ContentManager.ContentType |
Modifier and Type | Method and Description |
---|---|
Content |
getContent(java.lang.String contentLocation)
Returns a
content object that references a given content location. |
java.lang.String |
getPresentationName(java.lang.String contentLocation,
ContentManager.ContentType contentType)
Returns a human readable string for a given content location.
|
boolean |
isAcceptable(java.lang.String contentLocation,
ContentManager.ContentType contentType)
Returns
true if the content location in parameter is accepted
for contentType . |
java.lang.String |
showOpenDialog(View parentView,
java.lang.String dialogTitle,
ContentManager.ContentType contentType)
Returns the content location chosen by user with an open content dialog.
|
java.lang.String |
showSaveDialog(View parentView,
java.lang.String dialogTitle,
ContentManager.ContentType contentType,
java.lang.String location)
Returns the content location chosen by user with a save content dialog.
|
Content getContent(java.lang.String contentLocation) throws RecorderException
content
object that references a given content location.RecorderException
java.lang.String getPresentationName(java.lang.String contentLocation, ContentManager.ContentType contentType)
boolean isAcceptable(java.lang.String contentLocation, ContentManager.ContentType contentType)
true
if the content location in parameter is accepted
for contentType
.java.lang.String showOpenDialog(View parentView, java.lang.String dialogTitle, ContentManager.ContentType contentType)
null
if user canceled its choice.java.lang.String showSaveDialog(View parentView, java.lang.String dialogTitle, ContentManager.ContentType contentType, java.lang.String location)
null
if user canceled its choice.
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License