org.enhydra.barracuda.config
Class BarracudaConfig

java.lang.Object
  |
  +--org.enhydra.barracuda.core.event.DefaultEventGateway
        |
        +--org.enhydra.barracuda.config.BarracudaConfig
All Implemented Interfaces:
EventGateway

public class BarracudaConfig
extends DefaultEventGateway

This mini-app is can be used to configure the core Barracuda classes. This class contains event handlers (both Controller and View) for the Config screen (which is the only screen)


Field Summary
static java.lang.String ERR
           
static java.lang.String FORM
           
protected static org.apache.log4j.Logger logger
           
static java.lang.String MASTER_SCREEN
           
 
Constructor Summary
BarracudaConfig()
          Public constructor
 
Methods inherited from class org.enhydra.barracuda.core.event.DefaultEventGateway
add, deregister, deregisterLocalEventInterests, getChildren, getParent, print, printStackTrace, printStackTrace, register, registerLocalEventAliases, registerLocalEventInterests, remove, setParent, specifyLocalEventAliases, specifyLocalEventInterests, specifyLocalEventInterests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Logger logger

MASTER_SCREEN

public static final java.lang.String MASTER_SCREEN

FORM

public static final java.lang.String FORM

ERR

public static final java.lang.String ERR
Constructor Detail

BarracudaConfig

public BarracudaConfig()
Public constructor



Copyright © 2001 Enhydra.org