eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MenuPanel::ScrollActivity':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ScrollActivity (private in MenuPanel

This class is only visible from within MenuPanel.

Inheritance:

   Object
   |
   +--MenuPanel::ScrollActivity

Package:
stx:libwidg2
Category:
Views-Menus
Owner:
MenuPanel

Class protocol:

default icons
o  icon
template for the four icons (created by rotating this icon)

o  iconAt: aDirection on: aMenu
lazy computation of the four icons (by rotating the down-triangle-icon)

image specs
o  iconBlack
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self iconBlack inspect
     ImageEditor openOnClass:self andSelector:#iconBlack
     Icon flushCachedIcons

o  iconGrey
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self iconGrey inspect
     ImageEditor openOnClass:self andSelector:#iconGrey
     Icon flushCachedIcons

o  iconGrey3D
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  iconScrollLeft
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self iconScrollLeft inspect
     ImageEditor openOnClass:self andSelector:#iconScrollLeft
     Icon flushCachedIcons

o  iconScrollLeftM
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self iconScrollLeftM inspect
     ImageEditor openOnClass:self andSelector:#iconScrollLeftM
     Icon flushCachedIcons

o  iconScrollRight
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self iconScrollRight inspect
     ImageEditor openOnClass:self andSelector:#iconScrollRight
     Icon flushCachedIcons

o  iconScrollRightM
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self iconScrollRightM inspect
     ImageEditor openOnClass:self andSelector:#iconScrollRightM
     Icon flushCachedIcons

instance creation
o  new
(comment from inherited method)
return an instance of myself without indexed variables


Instance protocol:

accessing
o  activeMenu
returns the active menu the scrolling is activated on; nil
is returned if scrolling is deactivated

o  direction
returns the scroll-direction

o  iconAt: aDirection on: aMenu
3 - 1 * 90 180

initialization
o  initialize
(comment from inherited method)
just to ignore initialize to objects which do not need it

queries
o  isActive
returns true if scrolling is activated

user operations
o  startIfRequiredAt: aDirection on: aMenu comesViaButtonPress: comesViaButtonPress
start scrolling; returns true if scrolling is activated

Usage example(s):

true ifTrue:[^ self __startIfRequiredAt:aDirection on:aMenu comesViaButtonPress:comesViaButtonPress].

o  stop
stop scrolling;
returns true if the scrolling was activated otherwise false



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 23 Nov 2024 16:36:00 GMT