jaxx.runtime.swing.wizard
Interface WizardStep

All Superinterfaces:
Serializable
All Known Subinterfaces:
WizardExtStep

public interface WizardStep
extends Serializable

le contrat d'une étape d'un wizard.

Since:
1.3
Author:
tchemit

Method Summary
 String getDescription()
           
 String getLabel()
           
 String name()
           
 int ordinal()
           
 

Method Detail

name

String name()

ordinal

int ordinal()

getLabel

String getLabel()

getDescription

String getDescription()


Copyright © 2008-2011 CodeLutin. All Rights Reserved.