Class AbstractFileViewPanel.Leaf
java.lang.Object
org.pushingpixels.radiance.component.api.common.AbstractFileViewPanel.Leaf
- Enclosing class:
AbstractFileViewPanel<T>
Information on the specific file. Depending on the actual type of the file repository, the
property map will have different keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringLeaf name.Leaf property map.protected InputStreamStream with the contents of the leaf file. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the leaf name.getLeafProp(String propName) Returns the leaf property with the specified name.Returns the stream with the contents of the leaf file.
-
Field Details
-
leafName
Leaf name. -
leafStream
Stream with the contents of the leaf file. -
leafProps
-
-
Constructor Details
-
Leaf
Creates a new leaf.- Parameters:
leafName- Leaf name.leafStream- Stream with the contents of the leaf file.
-
-
Method Details
-
getLeafName
-
getLeafStream
Returns the stream with the contents of the leaf file.- Returns:
- Stream with the contents of the leaf file.
-
getLeafProp
-