Package com.prineside.tdi2.ui.shared
Class VisibleDisplayFrameDebugFeature
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
com.prineside.tdi2.ui.shared.VisibleDisplayFrameDebugFeature
- All Implemented Interfaces:
Disposable,UiManager.UiComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
dispose, postRender, preRender
-
Constructor Details
-
VisibleDisplayFrameDebugFeature
public VisibleDisplayFrameDebugFeature()
-
-
Method Details
-
i
-
hide
public void hide() -
show
public void show() -
isPersistent
public boolean isPersistent()Description copied from interface:UiManager.UiComponentIf true, won't be hidden by hideAllComponents() - useful for debug overlays- Specified by:
isPersistentin interfaceUiManager.UiComponent- Overrides:
isPersistentin classUiManager.UiComponent.Adapter
-