|
Class: BrowserListWithFilter (in Tools)
Object
|
+--Model
|
+--ApplicationModel
|
+--Tools::NavigatorModel
|
+--Tools::BrowserList
|
+--Tools::BrowserListWithFilter
|
+--Tools::ChangeList
|
+--Tools::ChangeSetDiffList
- Package:
- stx:libtool
- Category:
- Interface-Browsers-New
- Version:
- rev:
1.17
date: 2022/11/02 13:23:21
- user: cg
- file: Tools__BrowserListWithFilter.st directory: libtool
- module: stx stc-classLibrary: libtool
Abstract superclass for a browser list with user filter.
Currently used only ChangeList and ChangeSetDiffList, but
user filter may be useful for class/category lists as well.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 2006 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.
plugIn spec
-
aspectSelectors
-
(comment from inherited method)
This resource specification was automatically generated
by the UIPainter of ST/X.
queries
-
isAbstract
-
accessing
-
filterPattern
-
-
showFilter
-
aspects
-
filterPatternHolder
-
return/create the 'filterPatternHolder' value holder (automatically generated)
-
menuHolderWithShowFilter
-
-
showFilterHolder
-
return/create the 'showFilterHolder' value holder (automatically generated)
-
showFilterHolder: something
-
set the 'showFilterHolder' value holder (automatically generated)
change & update
-
update: something with: aParameter from: changedObject
-
Invoked when an object that I depend upon sends a change notification.
event handling-delegation
-
handlesKeyPress: key inView: aView
-
-
keyPress: key x: x y: y view: aView
-
hooks
-
commonPostBuild
-
I want to see the events of the filter
-
postBuildFilterView: aView
-
-
postBuildListView: aView
-
private
-
filterList: list
-
-
showFilter: aBoolean
-
|