- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 44 of file OrganigramVM.java.
◆ getContact()
IContact org.turro.contacts.organigram.OrganigramVM.getContact |
( |
| ) |
|
◆ getModel()
TreeModel org.turro.contacts.organigram.OrganigramVM.getModel |
( |
| ) |
|
Definition at line 66 of file OrganigramVM.java.
67 if(contact ==
null)
return new DefaultTreeModel(
null);
68 return new DefaultTreeModel(
new DefaultTreeNode(
69 I_.get(
"Organigram"), initTreeModel(),
true));
◆ init()
void org.turro.contacts.organigram.OrganigramVM.init |
( |
@ExecutionArgParam("contact") IContact |
contact | ) |
|
Definition at line 49 of file OrganigramVM.java.
51 this.contact = contact;
53 Object attrContact = Executions.getCurrent().
getAttribute(
"contact");
54 if(attrContact instanceof Contact) {
55 this.contact = ((Contact) attrContact).getIContact();
56 }
else if(attrContact instanceof IContact) {
57 this.contact = (IContact) attrContact;
The documentation for this class was generated from the following file: