|
Class: FileBrowserV2PanelView
Object
|
+--GraphicsMedium
|
+--DisplaySurface
|
+--SimpleView
|
+--VariablePanel
|
+--FileBrowserV2PanelView
- Package:
- stx:libtool
- Category:
- Interface-Tools-File
- Version:
- rev:
1.7
date: 2021/01/20 14:42:20
- user: cg
- file: FileBrowserV2PanelView.st directory: libtool
- module: stx stc-classLibrary: libtool
copy of the Panel from CBrowser , if a better HorizontalPanel and VerticalPanel is available
the new version can be used here
copyrightCOPYRIGHT (c) 2002 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
visible: aBooleanOrNil
-
MAKE VISIBLE
-
whichView
-
return the value of the instance variable 'whichView' (automatically generated)
-
whichView: something
-
set the value of the instance variable 'whichView' (automatically generated)
accessing-mvc
-
visibilityHolder
-
-
visibilityHolder: aHolder
-
actions
-
toggleVisibility
-
change & update
-
update: what with: aPara from: chgObj
-
(comment from inherited method)
an update request
initialization
-
destroy
-
(comment from inherited method)
unmap & destroy - make me invisible, destroy subviews then
make me unknown to the device
-
initialize
-
-
realize
-
(comment from inherited method)
force recomputation of subviews
queries
-
anyNonRelativeSubviews
-
return true, if any of my subviews has no relative origin/extent
-
isVisible
-
-
specClass
-
returns my spec class (for UI editor)
|