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

Public Member Functions

void setGenerator (Object entity)
 
void setEntity (Object entity)
 
void setGeneratorPath (String generatorPath)
 
void setEntityPath (String entityPath)
 

Detailed Description

Member Function Documentation

◆ setEntity()

void org.turro.log.LogButton.setEntity ( Object  entity)

Definition at line 44 of file elephant-www/src/main/java/org/turro/log/LogButton.java.

44  {
45  setEntityPath(Entities.getController(entity).getPath());
46  }
Here is the call graph for this function:

◆ setEntityPath()

void org.turro.log.LogButton.setEntityPath ( String  entityPath)

Implements org.turro.log.ILogButton.

Definition at line 55 of file elephant-www/src/main/java/org/turro/log/LogButton.java.

55  {
56  this.entityPath = entityPath;
57  initializeButton();
58  }

◆ setGenerator()

void org.turro.log.LogButton.setGenerator ( Object  entity)

Definition at line 40 of file elephant-www/src/main/java/org/turro/log/LogButton.java.

40  {
41  setGeneratorPath(Entities.getController(entity).getPath());
42  }
Here is the call graph for this function:

◆ setGeneratorPath()

void org.turro.log.LogButton.setGeneratorPath ( String  generatorPath)

Implements org.turro.log.ILogButton.

Definition at line 49 of file elephant-www/src/main/java/org/turro/log/LogButton.java.

49  {
50  this.generatorPath = generatorPath;
51  initializeButton();
52  }

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