Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.model | |
net.sf.jguiraffe.examples.tutorial.viewset |
Modifier and Type | Method and Description |
---|---|
List<FileData> |
DirectoryData.getContent()
Returns a list with the content of this directory.
|
Modifier and Type | Method and Description |
---|---|
int |
FileData.compareTo(FileData o)
A special
compareTo() implementation. |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryData.setContent(List<FileData> content)
Sets the list with the content of this directory.
|
Modifier and Type | Method and Description |
---|---|
Comparator<FileData> |
ViewSettings.createComparator()
Creates a
Comparator object that implements the sort order
specified in this object. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.