freemind.modes
Interface MindMapLinkRegistry.ID_UsedState

All Superinterfaces:
MindMapLinkRegistry.ID_BasicState
All Known Subinterfaces:
MindMapLinkRegistry.ID_Registered
All Known Implementing Classes:
LinkRegistryAdapter.ID_RegisteredAdapter, LinkRegistryAdapter.ID_UsedStateAdapter
Enclosing interface:
MindMapLinkRegistry

public static interface MindMapLinkRegistry.ID_UsedState
extends MindMapLinkRegistry.ID_BasicState

This state interface expresses the state that a node has an ID, but is abstract.


Method Summary
 MindMapNode getTarget()
           
 
Methods inherited from interface freemind.modes.MindMapLinkRegistry.ID_BasicState
getID, toString
 

Method Detail

getTarget

public MindMapNode getTarget()