public class VideoContentHandler extends FileContentHandler implements GoTo, ItemClick
_file, _previouslyVisible, _visCond
uri
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, setVisibleImpl
getIconColor, getIconDrawable, getMenu, getURI, getView, getViewState, isActionSupported, setViewState
public java.lang.String getTitle()
URIContentHandler
getTitle
in interface URIContent
getTitle
in class FileContentHandler
public android.graphics.drawable.Drawable getIcon()
URIContentHandler
getIcon
in class URIContentHandler
public java.lang.String getContentType()
FileContentHandler
getContentType
in class FileContentHandler
public java.lang.String getMIMEType()
FileContentHandler
getMIMEType
in class FileContentHandler
public void importContent()
URIContentHandler
importContent
in class FileContentHandler
public void deleteContent()
URIContentHandler
deleteContent
in class FileContentHandler
public boolean onLongClick()
onLongClick
in interface ItemClick