Uses of Class
aa.gui.View

Packages that use View
aa.core Provides the classes necessary to use this actor platform. 
aa.gui Provides the classes necessary to use the graphical user interface of this multi-actor platform. 
 

Uses of View in aa.core
 

Fields in aa.core declared as View
private  View Platform.m_viewMain
           
private  View ActorManager.m_viewMain
           
 

Constructors in aa.core with parameters of type View
Platform(View p_viewMain, java.lang.Integer p_intPort)
          Creates a mulit-actor platform.
ActorManager(Platform p_platform, View p_viewMain)
          Creates an Actor Manager.
 

Uses of View in aa.gui
 

Fields in aa.gui declared as View
private  View DlgChangeSizeOfMessageHistory.m_vView
           
private  View DlgChangePortNumber.m_vView
           
 

Constructors in aa.gui with parameters of type View
DlgChangeSizeOfMessageHistory(View p_view, int p_iSizeOfMsgHistory)
          Creates a dialog box to show options of this platform.
DlgChangePortNumber(View p_view, java.lang.Integer p_intPort)
          Creates a dialog box to show options of this platform.