BrightSide Workbench Full Report + Source Code
org.turro.zkoss.label.AbstractLabel Class Referenceabstract
Inheritance diagram for org.turro.zkoss.label.AbstractLabel:
Collaboration diagram for org.turro.zkoss.label.AbstractLabel:

Public Member Functions

 AbstractLabel (String value)
 
 AbstractLabel ()
 

Protected Member Functions

abstract void doSomething ()
 

Detailed Description

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

Definition at line 27 of file AbstractLabel.java.

Constructor & Destructor Documentation

◆ AbstractLabel() [1/2]

org.turro.zkoss.label.AbstractLabel.AbstractLabel ( String  value)

Definition at line 29 of file AbstractLabel.java.

29  {
30  super(value);
31  doSomething();
32  }
Here is the call graph for this function:

◆ AbstractLabel() [2/2]

org.turro.zkoss.label.AbstractLabel.AbstractLabel ( )

Definition at line 34 of file AbstractLabel.java.

34  {
35  doSomething();
36  }
Here is the call graph for this function:

Member Function Documentation

◆ doSomething()

abstract void org.turro.zkoss.label.AbstractLabel.doSomething ( )
abstractprotected
Here is the caller graph for this function:

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