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