org.objectweb.fractal.gui.graph.control
Interface ChangeDepthActionAttributes

All Superinterfaces:
org.objectweb.fractal.api.control.AttributeController
All Known Implementing Classes:
ChangeDepthAction

public interface ChangeDepthActionAttributes
extends org.objectweb.fractal.api.control.AttributeController

Attribute controller interface of ChangeDepthAction component.


Method Summary
 boolean getIsIncrease()
          Returns true if the action must increase the max depth of the display.
 void setIsIncrease(boolean isIncrease)
          Sets the increase attribute of this action component.
 

Method Detail

getIsIncrease

public boolean getIsIncrease()
Returns true if the action must increase the max depth of the display.

Returns:
true if the action must increase the max depth of the display, or false if it must decrease it.
See Also:
setIsIncrease(boolean)

setIsIncrease

public void setIsIncrease(boolean isIncrease)
Sets the increase attribute of this action component.

Parameters:
isIncrease - true if the action must increase the max depth of the display, or false if it must decrease it.
See Also:
getIsIncrease()