Table of Contents

Interface IVisibility

Namespace
Java.Beans
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/Visibility.html

public interface IVisibility

Methods

AvoidingGui()

bool AvoidingGui()

Returns

bool

bool

DontUseGui()

void DontUseGui()

NeedsGui()

bool NeedsGui()

Returns

bool

bool

OkToUseGui()

void OkToUseGui()