Uses of Class
ix.util.TextAreaFrame

Packages that use TextAreaFrame
ix.icore I-X core classes. 
ix.util General-purpose utilities. 
 

Uses of TextAreaFrame in ix.icore
 

Fields in ix.icore declared as TextAreaFrame
protected  TextAreaFrame IXAgent.textFrame
          A text area in a separate frame used to display information about incoming messages.
 

Uses of TextAreaFrame in ix.util
 

Fields in ix.util declared as TextAreaFrame
(package private)  TextAreaFrame IPC.ObjectStreamNameServer.textFrame
           
 

Constructors in ix.util with parameters of type TextAreaFrame
TextAreaFrame.TFrame(java.lang.String title, java.lang.String[] buttons)