[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]

LessonStack

inherits from StackOfCards
inherits from SortedStackOfCards

... <- FixedList <- ObjectList <- DenseObjectList <- StackOfCards <- LessonStack



Operations

Get list of all operations

CompareItems


Attributes

Get list of all attributes

Class LessonStack defines no new attributes.


Fields

Field Type
StackOfCards: protoCard: Card
canWrap: Boolean
canDelete: Boolean
containsNewItems: Boolean
disableCardTracking: Boolean
stackScene: StackScene


Instance template

instance LessonStack tag;
      protoCard: nilObject;
        canWrap: false;
      canDelete: false;
containsNewItems: false;
disableCardTracking: false;
     stackScene: nilObject;
end instance;

Class definition

Define Class LessonStack;
    inherits from StackOfCards, SortedStackOfCards;

    overrides CompareItems;
        // sort items by lesson position
end class;