freemind.modes

Class LinkRegistryAdapter.ID_UsedStateAdapter

protected abstract class LinkRegistryAdapter.ID_UsedStateAdapter extends LinkRegistryAdapter.ID_BasicStateAdapter implements ID_UsedState

This state interface expresses the state that a node has an ID, but is abstract.
Field Summary
protected MindMapNodetarget
Constructor Summary
ID_UsedStateAdapter(MindMapNode target, String ID)
protected ID_UsedStateAdapter()
For cloning.
Method Summary
protected voidclone(LinkRegistryAdapter.ID_UsedStateAdapter state)
MindMapNodegetTarget()

Field Detail

target

protected MindMapNode target

Constructor Detail

ID_UsedStateAdapter

public ID_UsedStateAdapter(MindMapNode target, String ID)

ID_UsedStateAdapter

protected ID_UsedStateAdapter()
For cloning.

Method Detail

clone

protected void clone(LinkRegistryAdapter.ID_UsedStateAdapter state)

getTarget

public MindMapNode getTarget()