| Modifier and Type | Method and Description |
|---|---|
XBCXFile |
XBCXHDoc.getDocFile() |
XBCXFile |
XBCXIcon.getIconFile() |
XBCXFile |
XBCXPlugin.getPluginFile()
Get name of the file
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBEXFile
Entity Class for Files.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXFile |
XBEXPlugin.getPluginFile() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
XBEXFileManager.getFile(XBCXFile iconFile) |
javax.swing.ImageIcon |
XBEXFileManager.getFileAsImageIcon(XBCXFile iconFile) |
java.lang.Long[] |
XBEXFileManager.getFileXBPath(XBCXFile file) |
java.lang.Long[] |
XBEXPlugManager.getFileXBPath(XBCXFile file) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
XBEXFileService.getFile(XBCXFile file) |
javax.swing.ImageIcon |
XBEXFileService.getFileAsImageIcon(XBCXFile file) |
java.lang.Long[] |
XBEXFileService.getFileXBPath(XBCXFile file) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXFileManager<T extends XBCXFile>
Interface for XBCXFile catalog manager.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXFile |
XBCXFileManager.findFile(XBCNode node,
java.lang.String fileName)
Find file by its node and filename.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
XBCXFileManager.getFile(XBCXFile file)
Access file as data stream.
|
javax.swing.ImageIcon |
XBCXFileManager.getFileAsImageIcon(XBCXFile file)
Get file as image.
|
java.lang.Long[] |
XBCXFileManager.getFileXBPath(XBCXFile file)
Returns path of XBIndexes for given node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRXFile |
class |
XBRXLimitSpec |
| Modifier and Type | Method and Description |
|---|---|
XBCXFile |
XBRXHDoc.getDocFile() |
XBCXFile |
XBRXIcon.getIconFile() |
XBCXFile |
XBRXPlugin.getPluginFile() |
| Modifier and Type | Method and Description |
|---|---|
XBCXFile |
XBRXFileManager.findById(long id) |
XBCXFile |
XBRLimiManager.findFileByXB(XBCItemInfo node,
long xbIndex) |
XBCXFile |
XBRTranManager.findFileByXB(XBCItemInfo node,
long xbIndex) |
XBCXFile |
XBRLimiManager.getFile(XBCItemInfo node,
long index) |
XBCXFile |
XBRTranManager.getFile(XBCItemInfo node,
long index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXFile> |
XBRLimiManager.getFiles(XBCItemInfo node) |
java.util.List<XBCXFile> |
XBRTranManager.getFiles(XBCItemInfo node) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
XBRXFileManager.getFile(XBCXFile iconFile) |
javax.swing.ImageIcon |
XBRXFileManager.getFileAsImageIcon(XBCXFile iconFile) |
java.lang.Long[] |
XBRXFileManager.getFileXBPath(XBCXFile file) |
java.lang.Long[] |
XBRXHDocManager.getFileXBPath(XBCXFile file) |
java.lang.Long[] |
XBRXIconManager.getFileXBPath(XBCXFile file) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
XBRXFileService.getFile(XBCXFile file) |
javax.swing.ImageIcon |
XBRXFileService.getFileAsImageIcon(XBCXFile file) |
java.lang.Long[] |
XBRXFileService.getFileXBPath(XBCXFile file) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXFileService<T extends XBCXFile>
Interface for XBCXFile items service.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXFile |
XBCXFileService.findFile(XBCNode node,
java.lang.String fileName)
Find file by its node and filename.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
XBCXFileService.getFile(XBCXFile file)
Access file as data stream.
|
javax.swing.ImageIcon |
XBCXFileService.getFileAsImageIcon(XBCXFile file)
Get file as image.
|
java.lang.Long[] |
XBCXFileService.getFileXBPath(XBCXFile file)
Returns path of XBIndexes for given node.
|