Package editor.util
Interface IDisposable
-
- All Known Subinterfaces:
ITab
- All Known Implementing Classes:
ClearablePanel
,DebugPanel
,MessagesPanel
,SearchPanel
,StandardTab
,SystemPanel
public interface IDisposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Dispose any resources, caches, etc, that support this component.
-