BrightSide Workbench Full Report + Source Code
org.turro.elephant.layout.IManageable Interface Reference
Inheritance diagram for org.turro.elephant.layout.IManageable:

Public Member Functions

String getTypeName ()
 
AttributeSupport getAttributes ()
 
void applyChanges ()
 
void populateFromParent ()
 

Detailed Description

IManageable interface must be implemented by all those elements administered by Elephant administration tools.

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

Definition at line 28 of file IManageable.java.

Member Function Documentation

◆ applyChanges()

void org.turro.elephant.layout.IManageable.applyChanges ( )

◆ getAttributes()

AttributeSupport org.turro.elephant.layout.IManageable.getAttributes ( )
Returns
The attributes of this element.

Implemented in org.turro.elephant.impl.context.DefaultContext, and org.turro.elephant.impl.abstracts.AbstractElement.

Here is the caller graph for this function:

◆ getTypeName()

String org.turro.elephant.layout.IManageable.getTypeName ( )

◆ populateFromParent()

void org.turro.elephant.layout.IManageable.populateFromParent ( )

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