public class VideoContentHandler extends FileContentHandler implements GoTo, ItemClick
_file, _previouslyVisible, _visConduri| Modifier and Type | Method and Description |
|---|---|
void |
deleteContent()
Delete content from ATAK
This may kick off a delete task or do nothing if the content
isn't imported or deletion is N/A
|
java.lang.String |
getContentType()
Get the content type used for removing via Import Manager
|
android.graphics.drawable.Drawable |
getIcon()
Get an icon that represents this content
|
java.lang.String |
getMIMEType()
Get the MIME type used for removing via Import Manager
|
java.lang.String |
getTitle()
Get a title that represents this content
|
boolean |
goTo(boolean select) |
void |
importContent()
Import content into ATAK
This may kick off an import task or simply do nothing if
the content is already imported or import is N/A
|
boolean |
onClick() |
boolean |
onLongClick() |
getFile, isConditionVisible, isVisible, onVisibilityConditions, setVisible, setVisibleImplgetIconColor, getIconDrawable, getMenu, getURI, getView, getViewState, isActionSupported, setViewStatepublic java.lang.String getTitle()
URIContentHandlergetTitle in interface URIContentgetTitle in class FileContentHandlerpublic android.graphics.drawable.Drawable getIcon()
URIContentHandlergetIcon in class URIContentHandlerpublic java.lang.String getContentType()
FileContentHandlergetContentType in class FileContentHandlerpublic java.lang.String getMIMEType()
FileContentHandlergetMIMEType in class FileContentHandlerpublic void importContent()
URIContentHandlerimportContent in class FileContentHandlerpublic void deleteContent()
URIContentHandlerdeleteContent in class FileContentHandlerpublic boolean onLongClick()
onLongClick in interface ItemClick