BrightSide Workbench Full Report + Source Code
org.turro.security.SecPanel Class Reference
Inheritance diagram for org.turro.security.SecPanel:
Collaboration diagram for org.turro.security.SecPanel:

Public Member Functions

 SecPanel ()
 
Set< SecItemgetSelected ()
 
void updateSecs ()
 
void afterCompose ()
 

Detailed Description

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

Definition at line 35 of file SecPanel.java.

Constructor & Destructor Documentation

◆ SecPanel()

org.turro.security.SecPanel.SecPanel ( )

Definition at line 40 of file SecPanel.java.

40  {
41  allSecs = new Div();
42  appendChild(allSecs);
43  appendChild(new Separator("horizontal"));
44  }

Member Function Documentation

◆ afterCompose()

void org.turro.security.SecPanel.afterCompose ( )

Definition at line 81 of file SecPanel.java.

81  {
82  updateSecs();
83  }
Here is the call graph for this function:

◆ getSelected()

Set<SecItem> org.turro.security.SecPanel.getSelected ( )

Definition at line 46 of file SecPanel.java.

46  {
47  return secs.getSelected();
48  }
TreeSet< SecItem > getSelected()
Definition: SecSet.java:94
Here is the call graph for this function:

◆ updateSecs()

void org.turro.security.SecPanel.updateSecs ( )

Definition at line 50 of file SecPanel.java.

50  {
51  secs = Secs.getAvailables();
52  long maxUsage = secs.getMaxUsage();
53  drawSecs(maxUsage);
54  }
Here is the call graph for this function:
Here is the caller graph for this function:

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