+- (void)setLocked:(BOOL)flag;
+
+- (void)buildImageWindowWithImage:(NSImage *)image;
+- (void)buildTextWindowWithString:(id)text;
+- (void)buildMeterWindowWithCharacter:(NSString *)character
+ size:(float)size
+ count:(int)count
+ active:(int)active;
+- (void)buildDialogWindowWithMessage:(NSString *)message
+ defaultButton:(NSString *)title
+ alternateButton:(NSString *)title
+ target:(id)target
+ defaultAction:(SEL)okAction
+ alternateAction:(SEL)alternateAction;
+
+- (void)updateTime:(NSString *)time range:(NSRange)range;