|
Class: TransmissionRow (private in URITransmissionServiceAppl
This class is only visible from within
URITransmissionServiceAppl.
Object
|
+--URITransmissionServiceAppl::TransmissionRow
|
+--URITransmissionServiceAppl::Comment
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-URI
- Owner:
- URITransmissionServiceAppl
instance creation
-
fromUriTransmission: anUriTransmission
-
accessing
-
interval
-
return the value of the instance variable 'interval' (automatically generated)
-
interval: something
-
set the value of the instance variable 'interval' and send a change notification (automatically generated)
-
readFromUri
-
return the value of the instance variable 'readFromUri' (automatically generated)
-
readFromUri: something
-
set the value of the instance variable 'readFromUri' and send a change notification (automatically generated)
-
readFromUriString
-
return the value of the instance variable 'readFromUri' (automatically generated)
-
readFromUriString: aString
-
set the value of the instance variable 'readFromUri' and send a change notification (automatically generated)
-
rowSelBgColor
-
Möchte gerne den Zeilenselektor in Selektionsfarbe hinterlegt haben,
wenn eine Zelle selektiert ist, weiss aber die Selektion hier nicht!
Vielleicht verwende ich ja doch noch die hierarchische Liste?!
-
writeToUri
-
return the value of the instance variable 'writeToUri' (automatically generated)
-
writeToUri: something
-
set the value of the instance variable 'writeToUri' and send a change notification (automatically generated)
-
writeToUriString
-
return the value of the instance variable 'writeToUri' (automatically generated)
-
writeToUriString: aString
-
set the value of the instance variable 'writeToUri' and send a change notification (automatically generated)
converting
-
asURITransmission
-
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
queries
-
isUriTransmission
-
-
isValid
-
user actions
-
doEditReadFromURI
-
-
doEditWriteToURI
-
-
startTransmission
-
|