Package | Description |
---|---|
wjhk.jupload2.filedata |
This package allows you to change the file relative behaviour: this page describes how to override the
default behaviour, to fullfill your needs (for instance add data compression, preload check, new data
about files in the upload to the server..
|
wjhk.jupload2.gui.filepanel.treeview | |
wjhk.jupload2.upload |
This package contains the code that actually executes the upload (see below for a full description of the way the upload
is executed in the JUpload code).
|
Modifier and Type | Method and Description |
---|---|
TreeFileDataNode |
FileData.getTreeFileDataNode()
Links this FileData to the associated
TreeFileDataNode , from the hierarchical view. |
TreeFileDataNode |
DefaultFileData.getTreeFileDataNode() |
Modifier and Type | Method and Description |
---|---|
void |
FileData.setTreeFileDataNode(TreeFileDataNode node)
Setters for the to the associated
TreeFileDataNode , from the hierarchical view. |
void |
DefaultFileData.setTreeFileDataNode(TreeFileDataNode treeFileDataNode)
Setters for the to the associated
TreeFileDataNode , from the hierarchical view. |
Modifier and Type | Class and Description |
---|---|
class |
FileDataNode |
class |
FolderNode |
class |
RootNode
This class is the root of JUPload of the file system.
|
Modifier and Type | Method and Description |
---|---|
TreeFileDataNode |
FolderNode.addChild(File f)
Adds a given file as a Child of the current node.
|
TreeFileDataNode |
FolderNode.addChild(FileData fileData)
This method adds a new FileData in the children list, for the current object.
|
TreeFileDataNode |
FolderNode.addChild(TreeFileDataNode child)
Add a new child to the children of this folder.
|
TreeFileDataNode |
FolderNode.getChild(File file) |
TreeFileDataNode |
FolderNode.getChild(int index)
Get the child with the given index number, from the direct children of this node
|
TreeFileDataNode |
FolderNode.getChild(String name)
Get the child with the name, from the direct children of this node.
|
static TreeFileDataNode[] |
FolderNode.getItemArray(TreeFileDataNode... child) |
TreeFileDataNode |
FolderNode.getTreeFileDataNode()
Links this FileData to the associated
TreeFileDataNode , from the hierarchical view. |
TreeFileDataNode |
FileDataNode.getTreeFileDataNode() |
Modifier and Type | Method and Description |
---|---|
TreeFileDataNode |
FolderNode.addChild(TreeFileDataNode child)
Add a new child to the children of this folder.
|
static String |
FolderNode.getAbsolutePath(TreeFileDataNode node)
Retrieves the Absolute Path of a node, within the current visible hierarchy.
|
static TreeFileDataNode[] |
FolderNode.getItemArray(TreeFileDataNode... child) |
Object |
FileDataTreeViewModel.getValueAt(TreeFileDataNode node,
int column)
Returns the value of a node in a column.
|
boolean |
FileDataTreeViewModel.isCellEditable(TreeFileDataNode node,
int column) |
void |
FolderNode.setTreeFileDataNode(TreeFileDataNode node)
Setters for the to the associated
TreeFileDataNode , from the hierarchical view. |
void |
FileDataNode.setTreeFileDataNode(TreeFileDataNode node) |
void |
FileDataTreeViewModel.setValueAt(Object aValue,
TreeFileDataNode node,
int col) |
Constructor and Description |
---|
FolderNode(File file,
UploadPolicy uploadPolicy,
MyTreeTableModel<TreeFileDataNode> model,
FilePanelFlatDataModel2 flatModel)
Creates a node, with no link to any parent.
|
FolderNode(UploadPolicy uploadPolicy,
MyTreeTableModel<TreeFileDataNode> model,
FilePanelFlatDataModel2 flatModel) |
RootNode(UploadPolicy uploadPolicy,
MyTreeTableModel<TreeFileDataNode> model,
FilePanelFlatDataModel2 flatModel) |
Modifier and Type | Method and Description |
---|---|
TreeFileDataNode |
UploadFileData.getTreeFileDataNode() |
Modifier and Type | Method and Description |
---|---|
void |
UploadFileData.setTreeFileDataNode(TreeFileDataNode node) |
Copyright © 2015. All rights reserved.