JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
it.tidalwave.ui.example.model.FileEntity
Packages that use
FileEntity
Package
Description
it.tidalwave.ui.example.model
it.tidalwave.ui.example.model.impl
Uses of
FileEntity
in
it.tidalwave.ui.example.model
Methods in
it.tidalwave.ui.example.model
that return
FileEntity
Modifier and Type
Method
Description
static
FileEntity
FileEntity.
of
(
Path
path)
Returns a new instance.
Methods in
it.tidalwave.ui.example.model
that return types with arguments of type
FileEntity
Modifier and Type
Method
Description
Collection
<
FileEntity
>
Dao.
getFiles
()
Returns a collection of file entities.
Uses of
FileEntity
in
it.tidalwave.ui.example.model.impl
Methods in
it.tidalwave.ui.example.model.impl
that return types with arguments of type
FileEntity
Modifier and Type
Method
Description
Collection
<
FileEntity
>
DefaultDao.
getFiles
()