Uses of Class
madkit.kernel.AbstractMadkitBooter

Packages that use AbstractMadkitBooter
madkit.desktop2   
madkit.kernel   
SEdit   
 

Uses of AbstractMadkitBooter in madkit.desktop2
 

Subclasses of AbstractMadkitBooter in madkit.desktop2
 class DesktopBooter
           
 

Uses of AbstractMadkitBooter in madkit.kernel
 

Subclasses of AbstractMadkitBooter in madkit.kernel
 class Booter
          A minimalist console booter for MadKit.
 

Fields in madkit.kernel declared as AbstractMadkitBooter
protected  AbstractMadkitBooter AgentLauncher.booter
           
protected  AbstractMadkitBooter AgentWindowHandler.theBooter
           
 

Methods in madkit.kernel that return AbstractMadkitBooter
static AbstractMadkitBooter AbstractMadkitBooter.getBooter()
           
 

Methods in madkit.kernel with parameters of type AbstractMadkitBooter
 void AgentLauncher.init(AbstractMadkitBooter booter, java.lang.String type, java.lang.String className, java.lang.String label, java.lang.String typeArg, java.lang.Object arg, java.lang.Boolean gui, java.awt.Point p, java.awt.Dimension d)
           
static AgentLauncher AgentLauncher.makeAgentLauncher(java.lang.String launcherClass, AbstractMadkitBooter booter, java.lang.String type, java.lang.String className, java.lang.String label, java.lang.String typeArg, java.lang.Object arg, boolean gui, java.awt.Point p, java.awt.Dimension d)
           
static void AbstractMadkitBooter.setBooter(AbstractMadkitBooter boot)
           
 

Constructors in madkit.kernel with parameters of type AbstractMadkitBooter
AgentWindowHandler(Kernel k, AbstractMadkitBooter b, AbstractAgent ag)
           
 

Uses of AbstractMadkitBooter in SEdit
 

Constructors in SEdit with parameters of type AbstractMadkitBooter
SEditAgentWindowHandler(Kernel k, AbstractMadkitBooter b, AbstractAgent ag)
           
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.