UISpecificationTool.st
changeset 540 cf67668c680c
parent 536 3991e37ec19f
child 580 77cf5b8dcffc
--- a/UISpecificationTool.st	Fri Jan 30 16:14:03 1998 +0100
+++ b/UISpecificationTool.st	Sun Feb 01 15:23:40 1998 +0100
@@ -71,30 +71,36 @@
 #acceptOnLeave
 'input will we sent to the model when the field is left via cursor keys'
 
+#acceptOnLostFocus
+'input will we sent to the model when the mouse leaves the field, or its tabbed'
+
 #acceptOnReturn
 'input will we sent to the model when the return key is pressed'
 
 #acceptOnTab
 'input will we sent to the model when the tab key is pressed'
 
-#acceptOnLostFocus
-'input will we sent to the model when the mouse leaves the field, or its tabbed'
-
-#readOnly
-'the field is readOnly - its contents cannot be modified by the user (however, the program can)'
-
-#resizeForLabel
-'if on, the widget is allowed to resize itself to fit the labelString - if off, the size is frozen.'
-
 #action
 'action selector sent to the application when the button is activated. (either on-press or on-release; this depends on the setting of triggerOnDown flag). The selector may be for a one-arg message; in this case, the argument is passed (a string).'
 
 #actionArg
 'action argument passed to action method, if action selector is a one-arg selector (i.e. ends with '':''). The arg is passed as a string.'
 
+#appletParamText
+'Paste the complete appletTAGs HTML text here (i.e. all from <applet> up to and including the </applet>). Press parse to extract all parameters from it.'
+
+#appletTextParse
+'Parse the appletTAG and fill the parameters directory from it.'
+
 #arbitraryView
 'the class of the arbitrary component or an aspect selector which provides a widget class.'
 
+#archiveEntry
+'The name of a zip-file archive, if the class(es) are to be loaded from a zip-archive.'
+
+#arrowButtonDirection
+'the direction of the arrow.'
+
 #autoRepeat
 'repeat the action as long as the button is pressed; to have this behavior the ''isTriggerOnDown'' state must be enabled.'
 
@@ -125,6 +131,12 @@
 #clientKey
 'returns an application which provides the builder. By default the application itself is used.'
 
+#codeBaseHolder
+'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\     file:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\     http:/<host>/<relativePath>\ where relativePath is the path relative to the http''s top diretory on that host.'
+
+#codeFileEntry
+'The name of the java classFile  which contains the applets code.  For example: ''ArcTest.class'''
+
 #defaultLabel
 'the default label  (used, if nothing selected).'
 
@@ -146,18 +158,12 @@
 #forceRecursiveBackground
 'also change all subcomponents viewBackground (recursively).'
 
+#foregroundChannel
+'a holder, which provides the widgets foregroundColor. Useful if the labels fg color is to be changed dynamically (alerts).'
+
 #foregroundColor
 'set the foreground color if the color-checkBox is turned on. Otherwise, the widget uses its default foreground color (which is specified in the styleSheet).'
 
-#lampColor
-'set the lamp color if the color-checkBox is turned on. Otherwise, the widget uses its default lamp color (which is specified in the styleSheet).'
-
-#arrowButtonDirection
-'the direction of the arrow.'
-
-#foregroundChannel
-'a holder, which provides the widgets foregroundColor. Useful if the labels fg color is to be changed dynamically (alerts).'
-
 #galleryLabels
 'a list of tab labels'
 
@@ -173,9 +179,6 @@
 #hasBorder
 'currently ignored - kept to avoid loosing information of imported VW window specs'
 
-#showLamp
-'enable/disable display of the toggles lamp.'
-
 #hierarchicalList
 'gets a hierarchical list or a holder which keeps a hierarchical list entry; the value must understand the TreeItem protocol.'
 
@@ -194,12 +197,12 @@
 #id
 'the symbolic name of the component.  This ID can be used by the application to access components, using #componentAt:<ID>'
 
+#initiallyDisabled
+'if on, the widget is initially disabled (to be enabled programatically with "(self componentAt:<ID>) enable").'
+
 #initiallyInvisible
 'if on, the widget is initially invisible (to be made visible programatically with "(self componentAt:<ID>) beVisible")).'
 
-#initiallyDisabled
-'if on, the widget is initially disabled (to be enabled programatically with "(self componentAt:<ID>) enable").'
-
 #inputFieldGroup
 'symbolic ID of the input group - fields within a group can be reached via cursor up/down.'
 
@@ -218,6 +221,9 @@
 #labelIsImage
 'if ''label is image'' is off (the default), the widgets label is the string as entered in the label aspect. Otherwise, its the name of the message sent to the application - this should return a string or bitmap image, which is used as logo in the widget.'
 
+#lampColor
+'set the lamp color if the color-checkBox is turned on. Otherwise, the widget uses its default lamp color (which is specified in the styleSheet).'
+
 #level
 'the 3D-level relative to its superView. If left blank, the components default is used.'
 
@@ -269,6 +275,36 @@
 #oneTabPerLine
 'draw only one tab per line'
 
+#paramAdd
+'Adds a name-value pair to the parameters collection.'
+
+#paramList
+'Lists defined parameters.'
+
+#paramNameField
+'The name of the appletParameter.'
+
+#paramRemove
+'Removes the definition of the current name.'
+
+#paramValueField
+'The value of the appletParameter.'
+
+#parameNameField
+''
+
+#radioButtonGroup
+'the aspect of the valueHolder which holds the selection of a radioButtonGroup. When clicked, each button writes its value into that aspect; vice versa, if the groupValue is changed to the value of one of the buttons, that button turns itself on.'
+
+#radioButtonValue
+'the value associated with that radioButton. When clicked, this will be stored into the group-model. If left empty, buttons are numbered sequentially, starting with 1.'
+
+#readOnly
+'the field is readOnly - its contents cannot be modified by the user (however, the program can)'
+
+#resizeForLabel
+'if on, the widget is allowed to resize itself to fit the labelString - if off, the size is frozen.'
+
 #selectionHolder
 'the aspect of the valueHolder which holds the selection or input value.'
 
@@ -284,6 +320,9 @@
 #showFrame
 'show the frame'
 
+#showLamp
+'enable/disable display of the toggles lamp.'
+
 #showLines
 'show or hide lines'
 
@@ -293,9 +332,6 @@
 #sizeAsDefault
 'let the widget compute its size to include space for the default (return) image. Useful for buttons which are not default buttons initially, but may become a default button dynamically.'
 
-#tabable
-'if on, the widget can be reached by tabbing.'
-
 #tabLabels
 'a list or list holder which provides the labels assigned to the tabs.'
 
@@ -305,6 +341,9 @@
 #tabWidget
 'select the tab style (windows- or mac look)'
 
+#tabable
+'if on, the widget can be reached by tabbing.'
+
 #translateLabel
 'if on, the labelString is translated via the resource mechanism to a national language string (if a translation for that string is present in the resource file of the application).'
 
@@ -317,12 +356,6 @@
 #usePreferredExtent
 'Take the top components preferredExtent as extent of the topView. Only possible if there is exactly one top component (typically: a panel).'
 
-#radioButtonGroup
-'the aspect of the valueHolder which holds the selection of a radioButtonGroup. When clicked, each button writes its value into that aspect; vice versa, if the groupValue is changed to the value of one of the buttons, that button turns itself on.'
-
-#radioButtonValue
-'the value associated with that radioButton. When clicked, this will be stored into the group-model. If left empty, buttons are numbered sequentially, starting with 1.'
-
 #valueChangeSelector
 'name of a method in the application which is invoked whenever the selection changed. If the selector ends with '':'' the method is invoked with the current selection.'
 
@@ -346,7 +379,7 @@
 
 )
 
-    "Modified: / 30.10.1997 / 01:18:16 / cg"
+    "Modified: / 1.2.1998 / 15:00:50 / cg"
 ! !
 
 !UISpecificationTool class methodsFor:'interface specs'!