ARoad0.Gui1
Interface TabClosingHandler

All Known Implementing Classes:
ActionClose

public interface TabClosingHandler

This interface is responsible for indicating that the class is able to manage the closing of a tab constructed by BeamerManager.setJTabbedPane().

Since:
0.5.3

Method Summary
 void tabClosingPerformed(ImmutableName _tab)
          Manage the tab closing for finalizing the relevant property editors.
 

Method Detail

tabClosingPerformed

void tabClosingPerformed(ImmutableName _tab)
Manage the tab closing for finalizing the relevant property editors.

Parameters:
_tab - is the name of the BaseObject displayed in the tab