BrightSide Workbench Full Report + Source Code
org.turro.contacts.model.ContactTypeBandbox Class Reference
Inheritance diagram for org.turro.contacts.model.ContactTypeBandbox:
Collaboration diagram for org.turro.contacts.model.ContactTypeBandbox:

Public Member Functions

 ContactTypeBandbox ()
 
Set< DirectoryTypegetTypeSet ()
 
void setTypeSet (Set< DirectoryType > typeSet)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 42 of file ContactTypeBandbox.java.

Constructor & Destructor Documentation

◆ ContactTypeBandbox()

org.turro.contacts.model.ContactTypeBandbox.ContactTypeBandbox ( )

Definition at line 47 of file ContactTypeBandbox.java.

47  {
48  setReadonly(true);
49  addPopup();
50  }

Member Function Documentation

◆ getTypeSet()

Set<DirectoryType> org.turro.contacts.model.ContactTypeBandbox.getTypeSet ( )

Definition at line 52 of file ContactTypeBandbox.java.

52  {
53  return typeSet;
54  }

◆ setTypeSet()

void org.turro.contacts.model.ContactTypeBandbox.setTypeSet ( Set< DirectoryType typeSet)

Definition at line 56 of file ContactTypeBandbox.java.

56  {
57  this.typeSet = typeSet;
58  updateCheckMarks();
59  updateText();
60  }

The documentation for this class was generated from the following file: