Package | Description |
---|---|
samples.addressbook.gui.actions | |
samples.addressbook.gui.panels | |
samples.addressbook.gui.selection | |
samples.addressbook.model | |
samples.addressbook.model.events |
Modifier and Type | Method and Description |
---|---|
void |
CreateContactAction.categorySelected(Category category) |
void |
CreateCategoryAction.categorySelected(Category category) |
Modifier and Type | Method and Description |
---|---|
Category[] |
CategorySelectionDialog.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
CategoryTreePanel.categoryCreated(Category category) |
Modifier and Type | Method and Description |
---|---|
void |
CategorySelectionListener.categorySelected(Category category) |
void |
DummySelectionListener.categorySelected(Category category) |
void |
SelectionHandler.selectCategory(Category category) |
Modifier and Type | Method and Description |
---|---|
Category |
AddressBook.createCategory(Category parent,
String name) |
Category[] |
Contact.getCategories() |
Category |
Category.getParent() |
Category |
AddressBook.getRootCategory() |
Modifier and Type | Method and Description |
---|---|
void |
AddressBook.addCategory(Contact contact,
Category category) |
Category |
AddressBook.createCategory(Category parent,
String name) |
Contact |
AddressBook.createContact(Category category) |
List |
AddressBook.getContacts(Category category) |
boolean |
Category.isSameOrAncestorOf(Category category) |
Modifier and Type | Method and Description |
---|---|
void |
ContactCategoriesAssignmentListener.categoriesAssigned(Contact contact,
Category[] categories) |
void |
DummyContactListener.categoriesAssigned(Contact contact,
Category[] categories) |
void |
CategoryCreationListener.categoryCreated(Category category) |
void |
DummyCategoryListener.categoryCreated(Category category) |
void |
EventHandler.notifyCategoriesChange(Contact contact,
Category[] categories) |
void |
EventHandler.notifyCategoryCreation(Category category) |
Copyright © 2004–2016. All rights reserved.