ar.com.leak.iolsucker.container.swing
Class OptionsView

java.lang.Object
  extended by ar.com.leak.iolsucker.container.swing.OptionsView

public class OptionsView
extends Object

Vista swing de Options

Since:
Apr 12, 2005
Author:
Juan F. Codagnone
See Also:
Options

Nested Class Summary
static class OptionsView.Status
          Estado del modelo
static class OptionsView.VerbosityEnum
          Enumearci�n de niveles de verborragia
 
Constructor Summary
OptionsView(Frame parent, Options model, ProjectInfo info)
          Creates the OptionsView.
 
Method Summary
 Component asComponent()
           
 boolean clearNews()
           
 Options getModel()
           
 OptionsView.Status getStatus()
           
 OptionsView.VerbosityEnum getVerboseEnum()
           
 boolean syncFiles()
           
 boolean syncNews()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsView

public OptionsView(Frame parent,
                   Options model,
                   ProjectInfo info)
Creates the OptionsView.

Parameters:
parent - parent dialog (puede ser null?)
model - modelo de datos para la vista
info - informaci�n del programa
Method Detail

asComponent

public final Component asComponent()
Returns:
un awt component z

getModel

public final Options getModel()
Returns:
el modelo que representa esta vista

getStatus

public final OptionsView.Status getStatus()
Returns:
el estado de la vista

syncFiles

public final boolean syncFiles()
Returns:
true si se debe correr el daemon sync de archivos

syncNews

public final boolean syncNews()
Returns:
true si se debe correr el daemon sync de noticias

clearNews

public final boolean clearNews()
Returns:
true si se debe correr el daemon limpiador de noticias

getVerboseEnum

public final OptionsView.VerbosityEnum getVerboseEnum()
Returns:
la verborragia seleccionada en la gui


Copyright © 2005-2009 leak.com.ar. All Rights Reserved.