JavaPopUpView.st
author Claus Gittinger <cg@exept.de>
Wed, 07 Sep 2011 09:05:55 +0200
changeset 2160 15a9de58bf7d
parent 2151 c0b6570c6f9b
child 2164 c4682bb0d828
permissions -rw-r--r--
changed: #rationale
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
     1
"
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
     2
 COPYRIGHT (c) 1996-2011 by Claus Gittinger
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
     3
 COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
     4
                            SWING Research Group, Czech Technical University in Prague
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
     5
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
     6
 Parts of the code written by Claus Gittinger are under following
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
     7
 license:
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
     8
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
     9
 This software is furnished under a license and may be used
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    10
 only in accordance with the terms of that license and with the
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    11
 inclusion of the above copyright notice.   This software may not
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    12
 be provided or otherwise made available to, or used by, any
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    13
 other person.  No title to or ownership of the software is
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    14
 hereby transferred.
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    15
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    16
 Parts of the code written at SWING Reasearch Group [1] are MIT licensed:
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    17
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    18
 Permission is hereby granted, free of charge, to any person
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    19
 obtaining a copy of this software and associated documentation
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    20
 files (the 'Software'), to deal in the Software without
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    21
 restriction, including without limitation the rights to use,
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    22
 copy, modify, merge, publish, distribute, sublicense, and/or sell
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    23
 copies of the Software, and to permit persons to whom the
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    24
 Software is furnished to do so, subject to the following
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    25
 conditions:
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    26
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    27
 The above copyright notice and this permission notice shall be
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    28
 included in all copies or substantial portions of the Software.
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    29
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    30
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    31
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    32
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    33
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    34
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    35
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    36
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    37
 OTHER DEALINGS IN THE SOFTWARE.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    38
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    39
 [1] Code written at SWING Research Group contain a signature
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    40
     of one of the above copright owners.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    41
"
713
75e92ac63bf1 category change
cg
parents: 545
diff changeset
    42
"{ Package: 'stx:libjava' }"
75e92ac63bf1 category change
cg
parents: 545
diff changeset
    43
481
672f794c4232 initial checkin
cg
parents:
diff changeset
    44
PopUpView subclass:#JavaPopUpView
672f794c4232 initial checkin
cg
parents:
diff changeset
    45
	instanceVariableNames:'eventReceiver updateRegions javaPeer'
672f794c4232 initial checkin
cg
parents:
diff changeset
    46
	classVariableNames:''
672f794c4232 initial checkin
cg
parents:
diff changeset
    47
	poolDictionaries:''
713
75e92ac63bf1 category change
cg
parents: 545
diff changeset
    48
	category:'Languages-Java-Views-Support'
481
672f794c4232 initial checkin
cg
parents:
diff changeset
    49
!
672f794c4232 initial checkin
cg
parents:
diff changeset
    50
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    51
!JavaPopUpView class methodsFor:'documentation'!
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    52
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    53
copyright
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    54
"
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    55
 COPYRIGHT (c) 1996-2011 by Claus Gittinger
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    56
 COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    57
                            SWING Research Group, Czech Technical University in Prague
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    58
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    59
 Parts of the code written by Claus Gittinger are under following
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    60
 license:
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    61
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    62
 This software is furnished under a license and may be used
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    63
 only in accordance with the terms of that license and with the
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    64
 inclusion of the above copyright notice.   This software may not
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    65
 be provided or otherwise made available to, or used by, any
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    66
 other person.  No title to or ownership of the software is
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    67
 hereby transferred.
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    68
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    69
 Parts of the code written at SWING Reasearch Group [1] are MIT licensed:
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    70
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    71
 Permission is hereby granted, free of charge, to any person
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    72
 obtaining a copy of this software and associated documentation
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    73
 files (the 'Software'), to deal in the Software without
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    74
 restriction, including without limitation the rights to use,
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    75
 copy, modify, merge, publish, distribute, sublicense, and/or sell
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    76
 copies of the Software, and to permit persons to whom the
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    77
 Software is furnished to do so, subject to the following
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    78
 conditions:
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    79
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    80
 The above copyright notice and this permission notice shall be
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    81
 included in all copies or substantial portions of the Software.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    82
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    83
 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    84
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    85
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    86
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    87
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    88
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    89
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    90
 OTHER DEALINGS IN THE SOFTWARE.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    91
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    92
 [1] Code written at SWING Research Group contain a signature
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    93
     of one of the above copright owners.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
    94
2108
ca8c4e7db2e8 category change
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    95
"
545
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    96
!
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    97
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    98
documentation
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
    99
"
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
   100
    [Author:]
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
   101
        Claus Gittinger
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
   102
"
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
   103
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
   104
6a841644c5e9 checkin from browser
cg
parents: 481
diff changeset
   105
! !
481
672f794c4232 initial checkin
cg
parents:
diff changeset
   106
672f794c4232 initial checkin
cg
parents:
diff changeset
   107
!JavaPopUpView methodsFor:'accessing'!
672f794c4232 initial checkin
cg
parents:
diff changeset
   108
672f794c4232 initial checkin
cg
parents:
diff changeset
   109
delegate:anObject
672f794c4232 initial checkin
cg
parents:
diff changeset
   110
"/    super delegate:anObject.
672f794c4232 initial checkin
cg
parents:
diff changeset
   111
    eventReceiver := anObject.
672f794c4232 initial checkin
cg
parents:
diff changeset
   112
672f794c4232 initial checkin
cg
parents:
diff changeset
   113
    "Modified: / 2.12.1998 / 23:57:57 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   114
    "Created: / 4.12.1998 / 14:09:12 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   115
!
672f794c4232 initial checkin
cg
parents:
diff changeset
   116
672f794c4232 initial checkin
cg
parents:
diff changeset
   117
getNextUpdateRectangle
672f794c4232 initial checkin
cg
parents:
diff changeset
   118
    |r|
672f794c4232 initial checkin
cg
parents:
diff changeset
   119
672f794c4232 initial checkin
cg
parents:
diff changeset
   120
    updateRegions size == 0 ifTrue:[^ nil].
672f794c4232 initial checkin
cg
parents:
diff changeset
   121
    r := updateRegions removeFirst.
672f794c4232 initial checkin
cg
parents:
diff changeset
   122
    updateRegions size == 0 ifTrue:[updateRegions := nil].
672f794c4232 initial checkin
cg
parents:
diff changeset
   123
    ^ r
672f794c4232 initial checkin
cg
parents:
diff changeset
   124
672f794c4232 initial checkin
cg
parents:
diff changeset
   125
    "Created: / 4.12.1998 / 14:09:12 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   126
!
672f794c4232 initial checkin
cg
parents:
diff changeset
   127
672f794c4232 initial checkin
cg
parents:
diff changeset
   128
javaPeer
672f794c4232 initial checkin
cg
parents:
diff changeset
   129
    "for debugging support - here is a handle to the corresponding
672f794c4232 initial checkin
cg
parents:
diff changeset
   130
     javaPeer"
672f794c4232 initial checkin
cg
parents:
diff changeset
   131
672f794c4232 initial checkin
cg
parents:
diff changeset
   132
    ^ javaPeer
672f794c4232 initial checkin
cg
parents:
diff changeset
   133
672f794c4232 initial checkin
cg
parents:
diff changeset
   134
    "Created: / 4.12.1998 / 14:09:13 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   135
!
672f794c4232 initial checkin
cg
parents:
diff changeset
   136
672f794c4232 initial checkin
cg
parents:
diff changeset
   137
javaPeer:aJavaView
672f794c4232 initial checkin
cg
parents:
diff changeset
   138
    "for debugging support - here is a handle to the corresponding
672f794c4232 initial checkin
cg
parents:
diff changeset
   139
     javaPeer"
672f794c4232 initial checkin
cg
parents:
diff changeset
   140
672f794c4232 initial checkin
cg
parents:
diff changeset
   141
    javaPeer := aJavaView
672f794c4232 initial checkin
cg
parents:
diff changeset
   142
672f794c4232 initial checkin
cg
parents:
diff changeset
   143
    "Created: / 4.12.1998 / 14:09:13 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   144
! !
672f794c4232 initial checkin
cg
parents:
diff changeset
   145
672f794c4232 initial checkin
cg
parents:
diff changeset
   146
!JavaPopUpView methodsFor:'defaults'!
672f794c4232 initial checkin
cg
parents:
diff changeset
   147
672f794c4232 initial checkin
cg
parents:
diff changeset
   148
defaultShadow
672f794c4232 initial checkin
cg
parents:
diff changeset
   149
    ^ false
672f794c4232 initial checkin
cg
parents:
diff changeset
   150
672f794c4232 initial checkin
cg
parents:
diff changeset
   151
    "Created: / 4.12.1998 / 15:12:13 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   152
! !
672f794c4232 initial checkin
cg
parents:
diff changeset
   153
672f794c4232 initial checkin
cg
parents:
diff changeset
   154
!JavaPopUpView methodsFor:'event handling'!
672f794c4232 initial checkin
cg
parents:
diff changeset
   155
672f794c4232 initial checkin
cg
parents:
diff changeset
   156
exposeX:x y:y width:w height:h
672f794c4232 initial checkin
cg
parents:
diff changeset
   157
    |ev rect|
672f794c4232 initial checkin
cg
parents:
diff changeset
   158
672f794c4232 initial checkin
cg
parents:
diff changeset
   159
    rect := Rectangle left:x top:y width:w height:h.
672f794c4232 initial checkin
cg
parents:
diff changeset
   160
672f794c4232 initial checkin
cg
parents:
diff changeset
   161
"/ 'JavaView expose' printCR.
672f794c4232 initial checkin
cg
parents:
diff changeset
   162
672f794c4232 initial checkin
cg
parents:
diff changeset
   163
    updateRegions isNil ifTrue:[
672f794c4232 initial checkin
cg
parents:
diff changeset
   164
        updateRegions := OrderedCollection new.
672f794c4232 initial checkin
cg
parents:
diff changeset
   165
    ].
672f794c4232 initial checkin
cg
parents:
diff changeset
   166
    updateRegions add:rect.
672f794c4232 initial checkin
cg
parents:
diff changeset
   167
    eventReceiver notNil ifTrue:[
672f794c4232 initial checkin
cg
parents:
diff changeset
   168
        ev := WindowEvent 
672f794c4232 initial checkin
cg
parents:
diff changeset
   169
                damageFor:self 
672f794c4232 initial checkin
cg
parents:
diff changeset
   170
                rectangle:rect. 
672f794c4232 initial checkin
cg
parents:
diff changeset
   171
        eventReceiver processEvent:ev.
672f794c4232 initial checkin
cg
parents:
diff changeset
   172
    ].
672f794c4232 initial checkin
cg
parents:
diff changeset
   173
"/    super exposeX:x y:y width:w height:h
672f794c4232 initial checkin
cg
parents:
diff changeset
   174
672f794c4232 initial checkin
cg
parents:
diff changeset
   175
    "Modified: / 19.10.1998 / 23:10:15 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   176
    "Created: / 4.12.1998 / 14:09:13 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   177
! !
672f794c4232 initial checkin
cg
parents:
diff changeset
   178
672f794c4232 initial checkin
cg
parents:
diff changeset
   179
!JavaPopUpView methodsFor:'initialization'!
672f794c4232 initial checkin
cg
parents:
diff changeset
   180
672f794c4232 initial checkin
cg
parents:
diff changeset
   181
initialize
672f794c4232 initial checkin
cg
parents:
diff changeset
   182
    super initialize.
672f794c4232 initial checkin
cg
parents:
diff changeset
   183
672f794c4232 initial checkin
cg
parents:
diff changeset
   184
    self enableMotionEvents.
672f794c4232 initial checkin
cg
parents:
diff changeset
   185
672f794c4232 initial checkin
cg
parents:
diff changeset
   186
    "Modified: / 2.12.1998 / 23:32:30 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   187
    "Created: / 4.12.1998 / 14:09:13 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   188
! !
672f794c4232 initial checkin
cg
parents:
diff changeset
   189
672f794c4232 initial checkin
cg
parents:
diff changeset
   190
!JavaPopUpView methodsFor:'queries'!
672f794c4232 initial checkin
cg
parents:
diff changeset
   191
672f794c4232 initial checkin
cg
parents:
diff changeset
   192
isJavaView
672f794c4232 initial checkin
cg
parents:
diff changeset
   193
    ^ true
672f794c4232 initial checkin
cg
parents:
diff changeset
   194
672f794c4232 initial checkin
cg
parents:
diff changeset
   195
    "Created: / 4.12.1998 / 14:09:40 / cg"
672f794c4232 initial checkin
cg
parents:
diff changeset
   196
! !
672f794c4232 initial checkin
cg
parents:
diff changeset
   197
672f794c4232 initial checkin
cg
parents:
diff changeset
   198
!JavaPopUpView class methodsFor:'documentation'!
672f794c4232 initial checkin
cg
parents:
diff changeset
   199
672f794c4232 initial checkin
cg
parents:
diff changeset
   200
version
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
   201
    ^ '$Id: JavaPopUpView.st,v 1.4 2011-08-18 18:42:48 vrany Exp $'
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
   202
!
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
   203
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
   204
version_SVN
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2108
diff changeset
   205
    ^ '$Id: JavaPopUpView.st,v 1.4 2011-08-18 18:42:48 vrany Exp $'
2108
ca8c4e7db2e8 category change
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
   206
! !