corny.addressbook.gui.GroupPicker.GroupPickerDialog
Class GroupPickerDialogHandler

java.lang.Object
  extended by corny.addressbook.gui.GroupPicker.GroupPickerDialog.GroupPickerDialogHandler

public class GroupPickerDialogHandler
extends java.lang.Object

Handler class for the GroupPickerDialog class.

Author:
Corny

Method Summary
 Group getSelectedGroup()
           
 Group[] getSelectedGroups()
           
 boolean isCanceled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCanceled

public boolean isCanceled()
Returns:
false, if the dialog was closed by clicking the OK button, true otherwise

getSelectedGroup

public Group getSelectedGroup()
Returns:
The first Group of the current selection

getSelectedGroups

public Group[] getSelectedGroups()
Returns:
All selected Groups