|
Class: ArchivItem (private in ArchiveViewApplication
This class is only visible from within
ArchiveViewApplication (which is itself a private class of FileApplicationNoteBook).
Object
|
+--FileApplicationNoteBook::ArchiveViewApplication::ArchivItem
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Owner:
- FileApplicationNoteBook::ArchiveViewApplication
accessing
-
compressSize
-
return the value of the instance variable 'compressSize' (automatically generated)
-
compressSize: anInteger
-
set the value of the instance variable 'compressSize' (automatically generated)
-
crc
-
return the value of the instance variable 'crc' (automatically generated)
-
crc: something
-
set the value of the instance variable 'crc' (automatically generated)
-
dateAndTime
-
return the value of the instance variable 'dateAndTime' (automatically generated)
-
dateAndTime: something
-
set the value of the instance variable 'dateAndTime' (automatically generated)
-
day: day
-
-
dayString: dayString
-
-
fileName
-
return the value of the instance variable 'fileName' (automatically generated)
-
fileName: something
-
set the value of the instance variable 'fileName' (automatically generated)
-
icon
-
Modified (comment): / 13-06-2023 / 14:00:23 / cg
-
icon: anImage
-
Modified (comment): / 13-06-2023 / 14:00:15 / cg
-
isDirectory
-
return the value of the instance variable 'directory' (automatically generated)
-
isDirectory: something
-
set the value of the instance variable 'isDirectory' (automatically generated)
-
method
-
return the value of the instance variable 'method' (automatically generated)
-
method: something
-
set the value of the instance variable 'method' (automatically generated)
-
month: month
-
-
monthName: monthName
-
-
ownerGroup
-
return the value of the instance variable 'owner' (automatically generated)
-
ownerGroup: something
-
set the value of the instance variable 'owner' (automatically generated)
-
permissions
-
return the value of the instance variable 'permissions' (automatically generated)
-
permissions: something
-
set the value of the instance variable 'permissions' (automatically generated)
-
ratio
-
return the value of the instance variable 'ratio' (automatically generated)
-
ratio: something
-
set the value of the instance variable 'ratio' (automatically generated)
-
size
-
return the value of the instance variable 'size' (automatically generated)
-
size: anInteger
-
set the value of the instance variable 'size' (automatically generated)
-
sizeAsNumber
-
return the value of the instance variable 'size' (automatically generated)
-
time: time
-
-
timeString: timeString
-
-
type
-
return the value of the instance variable 'type' (automatically generated)
-
type: something
-
set the value of the instance variable 'type' (automatically generated)
-
version
-
return the value of the instance variable 'version' (automatically generated)
-
version: something
-
set the value of the instance variable 'version' (automatically generated)
-
year: year
-
-
yearString: yearString
-
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
queries
-
hasDirectoryPart
-
|