Browse.Status
ActionCallback.Default
Modifier and Type | Field and Description |
---|---|
protected DefaultTreeModel |
treeModel |
protected DefaultMutableTreeNode |
treeNode |
CAPS_WILDCARD
actionInvocation, controlPoint
Constructor and Description |
---|
ContentBrowseActionCallback(Service service,
DefaultTreeModel treeModel,
DefaultMutableTreeNode treeNode) |
ContentBrowseActionCallback(Service service,
DefaultTreeModel treeModel,
DefaultMutableTreeNode treeNode,
String filter,
long firstResult,
long maxResults,
SortCriterion... orderBy) |
Modifier and Type | Method and Description |
---|---|
void |
failure(ActionInvocation invocation,
UpnpResponse operation,
String defaultMsg) |
abstract void |
failureUI(String failureMessage) |
DefaultTreeModel |
getTreeModel() |
DefaultMutableTreeNode |
getTreeNode() |
protected void |
insertChild(MutableTreeNode childNode) |
void |
received(ActionInvocation actionInvocation,
DIDLContent didl) |
protected void |
removeChildren() |
void |
updateStatus(Browse.Status status) |
abstract void |
updateStatusUI(Browse.Status status,
DefaultMutableTreeNode treeNode,
DefaultTreeModel treeModel) |
protected void |
updateTreeModel(List<DefaultMutableTreeNode> childNodes) |
getDefaultMaxResults, receivedRaw, run, success
createDefaultFailureMessage, failure, getActionInvocation, getControlPoint, setControlPoint, toString
protected final DefaultTreeModel treeModel
protected final DefaultMutableTreeNode treeNode
public ContentBrowseActionCallback(Service service, DefaultTreeModel treeModel, DefaultMutableTreeNode treeNode)
public ContentBrowseActionCallback(Service service, DefaultTreeModel treeModel, DefaultMutableTreeNode treeNode, String filter, long firstResult, long maxResults, SortCriterion... orderBy)
public DefaultTreeModel getTreeModel()
public DefaultMutableTreeNode getTreeNode()
public void received(ActionInvocation actionInvocation, DIDLContent didl)
public void updateStatus(Browse.Status status)
updateStatus
in class Browse
public void failure(ActionInvocation invocation, UpnpResponse operation, String defaultMsg)
failure
in class ActionCallback
protected void updateTreeModel(List<DefaultMutableTreeNode> childNodes)
protected void removeChildren()
protected void insertChild(MutableTreeNode childNode)
public abstract void updateStatusUI(Browse.Status status, DefaultMutableTreeNode treeNode, DefaultTreeModel treeModel)
public abstract void failureUI(String failureMessage)
Copyright © 2015 4th Line GmbH, Switzerland. All rights reserved.