Uses of Class
dip.world.World.VariantInfo

Packages that use World.VariantInfo
dip.gui.dialog   
dip.world   
 

Uses of World.VariantInfo in dip.gui.dialog
 

Methods in dip.gui.dialog with parameters of type World.VariantInfo
static void ErrorDialog.displayVariantVersionMismatch(javax.swing.JFrame parent, World.VariantInfo vi, float availableVersion)
          This should be used whenever there is a Variant version mismatch.
static void ErrorDialog.displayVariantNotAvailable(javax.swing.JFrame parent, World.VariantInfo vi)
          This should be used whenever a Variant is not available.
 

Uses of World.VariantInfo in dip.world
 

Methods in dip.world that return World.VariantInfo
 World.VariantInfo World.getVariantInfo()
          Get the Variant Info object.
 

Methods in dip.world with parameters of type World.VariantInfo
 void World.setVariantInfo(World.VariantInfo vi)
          Set the Variant Info object.
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.