[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

ArchiveIcon

inherits from Icon
inherits from HasLock

Object <- Viewable <- Stamp <- Icon <- ArchiveIcon



Operations

Get list of all operations

Action
Draw
FileCard
FinishInstallingSelf
HighlightOrigin
Pressed
PutAway
Swallow


Attributes

Get list of all attributes

Lock


Fields

Field Type
Viewable: superview: Viewable
relativeOrigin: Dot
contentSize: Dot
viewFlags: Flags
labelStyle: TextStyle
color: Unsigned
altColor: Unsigned
shadow: Shadow
sound: Playable
Stamp: image: Image
HasDestination: destination: Viewable
Icon: nativeContainer: Viewable
nativePosition: Dot
HasLock: lock: Lock
ArchiveIcon: highlightOffset: Dot
folderTray: FolderTray


Instance template

instance ArchiveIcon tag;
 relativeOrigin: <0.0,0.0>;
    contentSize: <0.0,0.0>;
      viewFlags: 0x00000000;
     labelStyle: nilObject;
          color: 0;
       altColor: 0;
         shadow: nilObject;
          sound: nilObject;
          image: nilObject;
    destination: nilObject;
nativeContainer: nilObject;
 nativePosition: <0.0,0.0>;
           lock: nilObject;
highlightOffset: <0.0,0.0>;
     folderTray: nilObject;
end instance;

Class definition

Define Class ArchiveIcon;
    inherits from Icon;
    inherits from HasLock;

    field highlightOffset: Dot;
    field folderTray: FolderTray, weak;

    operation FileCard(card: Card), safe, common;

    overrides Action, Draw, HighlightOrigin, FinishInstallingSelf, PutAway, Pressed, Swallow;

    overrides SetLock;
        // removes file folder's scene from history list when file cabinet is locked
end class;