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 a DefaultTreeNode used in displaying a folder structure of WebDAV connections
Since:
7.1.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • WebDAVTreeNodeData

      public WebDAVTreeNodeData(String displayName, String contentType, List<String> pathSegments)
  • Method Details

    • getContentType

      public String getContentType()
    • getDisplayName

      public String getDisplayName()
    • getPathSegments

      public List<String> getPathSegments()
    • toString

      public String toString()
      Overrides:
      toString in class Object