Package se.datadosen.jalbum
Class ChainedObjects
java.lang.Object
se.datadosen.jalbum.ChainedObjects
- Direct Known Subclasses:
FullTreeChainedObjects
,SiblingChainedObjects
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract AlbumObject
getNext
(AlbumObject current, boolean folder) abstract String
getNextPath
(AlbumObject ao, boolean folder) abstract AlbumObject
getPrevious
(AlbumObject current, boolean folder) abstract String
getPreviousPath
(AlbumObject ao, boolean folder) protected static boolean
qualifies
(AlbumObject ao) protected String
relativePath
(AlbumObject ao, AlbumObject rel) protected String
relativePath
(AlbumObject ao, AlbumObject rel, ChainedObjects.ObjectType type)
-
Field Details
-
list
-
indexMap
-
engine
-
-
Constructor Details
-
ChainedObjects
-
-
Method Details
-
getPrevious
-
getNext
-
getPreviousPath
-
getNextPath
-
qualifies
-
relativePath
-
relativePath
-