|
Class: URIDialog (private in URITransmissionServiceAppl
This class is only visible from within
URITransmissionServiceAppl.
Object
|
+--Model
|
+--ApplicationModel
|
+--URITransmissionServiceAppl::URIDialog
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-URI
- Owner:
- URITransmissionServiceAppl
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:URITransmissionServiceAppl::URIDialog andSelector:#windowSpec
URITransmissionServiceAppl::URIDialog new openInterface:#windowSpec
URITransmissionServiceAppl::URIDialog open
|
accessing
-
accepted
-
returns true if OK-Button was pressed
-
doAccept
-
(comment from inherited method)
this is invoked by the Return-Key (if returnIsOK) or
the ok-button (if any), IFF the application has been
opened modal (i.e. as a dialog).
-
getUri
-
return the value of the instance variable 'uri' (automatically generated)
-
title: something
-
set the value of the instance variable 'title' (automatically generated)
-
uri: anURI
-
set the value of the instance variable 'uri' (automatically generated)
aspects
-
acceptHolder
-
automatically generated by UIPainter ...
-
canAuthority
-
-
hostHolder
-
automatically generated by UIPainter ...
Usage example(s):
hostHolder addDependent:self.
|
Usage example(s):
hostHolder onChangeSend:#hostHolderChanged to:self.
|
-
inputGroup
-
automatically generated by UIPainter ...
Usage example(s):
inputGroup addDependent:self.
|
Usage example(s):
inputGroup onChangeSend:#inputGroupChanged to:self.
|
-
passwordHolder
-
automatically generated by UIPainter ...
Usage example(s):
passwordHolder addDependent:self.
|
Usage example(s):
passwordHolder onChangeSend:#passwordHolderChanged to:self.
|
-
pathHolder
-
automatically generated by UIPainter ...
Usage example(s):
pathHolder addDependent:self.
|
Usage example(s):
pathHolder onChangeSend:#pathHolderChanged to:self.
|
-
schemeHolder
-
automatically generated by UIPainter ...
Usage example(s):
schemeHolder addDependent:self.
|
Usage example(s):
schemeHolder onChangeSend:#schemeHolderChanged to:self.
|
-
schemeList
-
automatically generated by UIPainter ...
Usage example(s):
schemeList addDependent:self.
|
Usage example(s):
schemeList onChangeSend:#schemeListChanged to:self.
|
-
usernameHolder
-
automatically generated by UIPainter ...
Usage example(s):
usernameHolder addDependent:self.
|
Usage example(s):
usernameHolder onChangeSend:#usernameHolderChanged to:self.
|
startup
-
postOpenWith: aBuilder
-
(comment from inherited method)
this is sent after the application's main window is opened.
Can be redefined in subclasses for actions after opening the view.
|