org.tridas.io.gui.control.config
Class ConfigController

java.lang.Object
  extended by com.dmurph.mvc.control.FrontController
      extended by org.tridas.io.gui.control.config.ConfigController

public class ConfigController
extends com.dmurph.mvc.control.FrontController

Author:
Daniel Murphy

Field Summary
static String INPUT_DEFAULTS_PRESSED
           
static String OUTPUT_DEFAULTS_PRESSED
           
static String SET_INPUT_FORMAT
           
static String SET_NAMING_CONVENTION
           
static String SET_OUTPUT_FORMAT
           
static String SET_READING_CHARSET
           
static String SET_WRITING_CHARSET
           
 
Constructor Summary
ConfigController(ConfigModel argModel)
           
 
Method Summary
 void displayInputDefaults(com.dmurph.mvc.MVCEvent argEvent)
           
 void displayOutputDefaults(com.dmurph.mvc.MVCEvent argEvent)
           
 void setInputFormat(com.dmurph.mvc.MVCEvent argEvent)
           
 void setNamingConvention(com.dmurph.mvc.MVCEvent argEvent)
           
 void setOutputFormat(com.dmurph.mvc.MVCEvent argEvent)
           
 void setReadingCharset(com.dmurph.mvc.MVCEvent argEvent)
           
 void setWritingCharset(com.dmurph.mvc.MVCEvent argEvent)
           
 
Methods inherited from class com.dmurph.mvc.control.FrontController
registerCommand, registerCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SET_INPUT_FORMAT

public static final String SET_INPUT_FORMAT
See Also:
Constant Field Values

SET_OUTPUT_FORMAT

public static final String SET_OUTPUT_FORMAT
See Also:
Constant Field Values

INPUT_DEFAULTS_PRESSED

public static final String INPUT_DEFAULTS_PRESSED
See Also:
Constant Field Values

OUTPUT_DEFAULTS_PRESSED

public static final String OUTPUT_DEFAULTS_PRESSED
See Also:
Constant Field Values

SET_NAMING_CONVENTION

public static final String SET_NAMING_CONVENTION
See Also:
Constant Field Values

SET_READING_CHARSET

public static final String SET_READING_CHARSET
See Also:
Constant Field Values

SET_WRITING_CHARSET

public static final String SET_WRITING_CHARSET
See Also:
Constant Field Values
Constructor Detail

ConfigController

public ConfigController(ConfigModel argModel)
Method Detail

setInputFormat

public void setInputFormat(com.dmurph.mvc.MVCEvent argEvent)

setOutputFormat

public void setOutputFormat(com.dmurph.mvc.MVCEvent argEvent)

setNamingConvention

public void setNamingConvention(com.dmurph.mvc.MVCEvent argEvent)

setReadingCharset

public void setReadingCharset(com.dmurph.mvc.MVCEvent argEvent)

setWritingCharset

public void setWritingCharset(com.dmurph.mvc.MVCEvent argEvent)

displayInputDefaults

public void displayInputDefaults(com.dmurph.mvc.MVCEvent argEvent)

displayOutputDefaults

public void displayOutputDefaults(com.dmurph.mvc.MVCEvent argEvent)


Copyright © 2011. All Rights Reserved.