org.rapla.gui.toolkit
Interface WizardPanel

All Superinterfaces:
RaplaWidget

public interface WizardPanel
extends RaplaWidget


Field Summary
static String ABORT
           
static String FINISH
           
static String NEXT
           
static String PREV
           
 
Method Summary
 ActionMap getActionMap()
           
 String getDefaultAction()
           
 String getHelp()
           
 
Methods inherited from interface org.rapla.gui.toolkit.RaplaWidget
getComponent
 

Field Detail

NEXT

static final String NEXT
See Also:
Constant Field Values

ABORT

static final String ABORT
See Also:
Constant Field Values

PREV

static final String PREV
See Also:
Constant Field Values

FINISH

static final String FINISH
See Also:
Constant Field Values
Method Detail

getActionMap

ActionMap getActionMap()

getHelp

String getHelp()

getDefaultAction

String getDefaultAction()


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.