org.noos.xing.mydoggy
Interface MostRecentDescriptor

All Superinterfaces:
PushAwayModeDescriptor

public interface MostRecentDescriptor
extends PushAwayModeDescriptor

This interface is used to modify the behaviour of PushAwayMode.MOST_RECENT mode.

Since:
1.3.0
Author:
Angelo De Caro (angelo.decaro@gmail.com)
See Also:
PushAwayMode.MOST_RECENT

Method Summary
 void append(ToolWindowAnchor... anchors)
          This methods is used to simulate activations.
 ToolWindowAnchor[] getMostRecentAnchors()
          Returns last activated anchors.
 

Method Detail

append

void append(ToolWindowAnchor... anchors)
This methods is used to simulate activations.

Parameters:
anchors - an array of anchors. The last anchor represents the last activation.
Since:
1.3.0

getMostRecentAnchors

ToolWindowAnchor[] getMostRecentAnchors()
Returns last activated anchors. The first element represents the last activation.

Returns:
last activated anchors.
Since:
1.3.0


Copyright © 2012. All Rights Reserved.