tecgraf.javautils.gui.wizard
Class Wizard.FinishingType

java.lang.Object
  extended by tecgraf.javautils.gui.wizard.Wizard.FinishingType
Enclosing class:
Wizard

public static class Wizard.FinishingType
extends Object

Define os tipos de finalização suportados.

Author:
Tecgraf/PUC-Rio

Field Summary
static Wizard.FinishingType CANCELABLE
          Significa que o wizard pode ser cancelado.
static Wizard.FinishingType CANCELABLE_AND_CLOSEABLE
          Significa que o wizard pode ser cancelado e fechado.
static Wizard.FinishingType CLOSEABLE
          Significa que o wizard pode ser fechado.
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCELABLE

public static final Wizard.FinishingType CANCELABLE
Significa que o wizard pode ser cancelado. Um botão Cancelar poderá ser exibido.


CLOSEABLE

public static final Wizard.FinishingType CLOSEABLE
Significa que o wizard pode ser fechado. Um botão Fechar poderá ser exibido.


CANCELABLE_AND_CLOSEABLE

public static final Wizard.FinishingType CANCELABLE_AND_CLOSEABLE
Significa que o wizard pode ser cancelado e fechado. Um botão de Cancelar e/ou um botao de fechar poderão ser exibidos.

Method Detail

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.