com.togethersoft.openapi.ide.inspector
Interface Condition


public interface Condition

Represents calculatable condition of visibility.

Author:
TogetherSoft
Since: Together 3.1

Method Summary
 booleanexecute(IdeContext context)
          Calculates visibily condition for the specified context.

Method Detail

execute

public boolean execute(IdeContext context)
Calculates visibily condition for the specified context.
Returns: true if elements from this context are visible, false otherwise.