Package com.nomagic.ui
Interface Cachable
-
- All Known Implementing Classes:
com.nomagic.magicdraw.ui.browser.AbstractBrowserRootTabTree
,com.nomagic.magicdraw.ui.dialogs.BaseDialog
,BrowserTabTree
,ContainmentTree
,DiagramsTree
,com.nomagic.ui.Dialog
,ElementSelectionDlg
,ExtensionsTree
,InheritanceTree
,LockViewTree
,SearchResultsTree
,SelectElementDlg
,com.nomagic.ui.SimpleBaseDialog
,Tree
@OpenApiAll public interface Cachable
Reusable objects used in caches. They are reset when object is returned to the cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
Cache managers invokes this method to free resources.
-