org.netbeans.modules.jellytools.platform/3 3.13

org.netbeans.jellytools.widgets
Interface WidgetOperator.WidgetChooser

Enclosing class:
WidgetOperator

public static interface WidgetOperator.WidgetChooser

You can implement this interface if you want to find some specific widget and then you can use it in WidgetOperator constructor.


Method Summary
 boolean checkWidget(Widget widget)
          Returns true if given Widget matches criteria
 String getDescription()
          Returns description of matching criteria used in output messages.
 

Method Detail

checkWidget

boolean checkWidget(Widget widget)
Returns true if given Widget matches criteria

Parameters:
widget - Widget to be checked
Returns:
true if given Widget matches criteria, false otherwise

getDescription

String getDescription()
Returns description of matching criteria used in output messages.

Returns:
description of matching criteria used in output messages

org.netbeans.modules.jellytools.platform/3 3.13

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.