Package de.xima.fc.gui.model
Class WebDAVTreeNodeData
- java.lang.Object
-
- de.xima.fc.gui.model.WebDAVTreeNodeData
-
- All Implemented Interfaces:
Serializable
public class WebDAVTreeNodeData extends Object implements Serializable
Class for the data block of aDefaultTreeNode
used in displaying a folder structure of WebDAV connections- Since:
- 7.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebDAVTreeNodeData(String displayName, String contentType, List<String> pathSegments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
String
getDisplayName()
List<String>
getPathSegments()
String
toString()
-