net.sf.doolin.gui.window.dialog
Interface DialogAction


public interface DialogAction

List of predefined dialog actions. Each dialog action has an identifier which allows the dialog to retrieve the button (for setting the default dialog button for example).

Author:
Damien Coraboeuf

Field Summary
static String CANCEL
          Cancel action
static String OK
          OK action
 

Field Detail

CANCEL

static final String CANCEL
Cancel action

See Also:
Constant Field Values

OK

static final String OK
OK action

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.