Skip to main content

EditorPanel

Complete API reference for EditorPanel, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Editor

Component: no


public class EditorPanel

Constructors

SignatureDescription
EditorPanel(EditorPanel)Executes EditorPanel and returns after the underlying engine call finishes.
EditorPanel(Engine)Executes EditorPanel and returns after the underlying engine call finishes.
EditorPanel()Executes EditorPanel and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
panelEditorPanelRepresents the panel value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
contentHeightPixelsintgetVirtual attribute exposed by getContentHeightPixels. Access it like a field to read or write the underlying value.
contentWidthPixelsintgetVirtual attribute exposed by getContentWidthPixels. Access it like a field to read or write the underlying value.
contentXPixelsintgetVirtual attribute exposed by getContentXPixels. Access it like a field to read or write the underlying value.
contentYPixelsintgetVirtual attribute exposed by getContentYPixels. Access it like a field to read or write the underlying value.
floatingbooleangetVirtual attribute exposed by isFloating. Access it like a field to read or write the underlying value.
requestCloseConfirmationbooleanget/setVirtual attribute exposed by isRequestCloseConfirmation. Access it like a field to read or write the underlying value.
tittleStringget/setVirtual attribute exposed by getTittle. Access it like a field to read or write the underlying value.
totalHeightPixelsintgetVirtual attribute exposed by getTotalHeightPixels. Access it like a field to read or write the underlying value.
totalWidthPixelsintgetVirtual attribute exposed by getTotalWidthPixels. Access it like a field to read or write the underlying value.
totalXPixelsintgetVirtual attribute exposed by getTotalXPixels. Access it like a field to read or write the underlying value.
totalYPixelsintgetVirtual attribute exposed by getTotalYPixels. Access it like a field to read or write the underlying value.
visiblebooleangetVirtual attribute exposed by isVisible. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
setPanel(EditorPanel)voidExecutes setPanel and returns after the underlying engine call finishes.
isTouchInside(Touch)booleanReturns whether touch inside is true.
determineTouch(GUIUtils.TouchFilter)TouchPerforms the determineTouch operation using the provided parameters (touchFilter).
determineTouch(GUIUtils.TouchFilter, int)TouchPerforms the determineTouch operation using the provided parameters (touchFilter, offset).
determineTouchPosition(Touch)Vector2Performs the determineTouchPosition operation using the provided parameters (touch).
determineTouchPosition(Touch, Vector2)Vector2Performs the determineTouchPosition operation using the provided parameters (touch, out).
requestDetach()voidExecutes requestDetach and returns after the underlying engine call finishes.
blink()voidExecutes blink and returns after the underlying engine call finishes.
isAllowCloseX()booleanReturns whether allow close x is true.
setAllowCloseX(boolean)voidSets or updates the allow close x.
copy()EditorPanelReturns a copy of this EditorPanel instance.