com.alee.extended.tab
Interface StructureData<T extends DocumentData>

All Known Implementing Classes:
PaneData, SplitData

public interface StructureData<T extends DocumentData>

Base interface for visual parts within WebDocumentPane.

Author:
Mikle Garin
See Also:
How to use WebDocumentPane, WebDocumentPane

Method Summary
 PaneData<T> findClosestPane()
          Returns closest PaneData.
 java.awt.Component getComponent()
          Returns actual component behind this structure element.
 

Method Detail

getComponent

java.awt.Component getComponent()
Returns actual component behind this structure element.

Returns:
actual component behind this structure element

findClosestPane

PaneData<T> findClosestPane()
Returns closest PaneData. Used to provide default active pane.

Returns:
closest PaneData