Class ShowElementBrowserFunction
- java.lang.Object
-
- org.eclipse.epsilon.picto.browser.ShowElementBrowserFunction
-
- All Implemented Interfaces:
java.util.function.BiConsumer<PictoView,java.lang.Object[]>,PictoBrowserFunction
public class ShowElementBrowserFunction extends java.lang.Object implements PictoBrowserFunction
-
-
Constructor Summary
Constructors Constructor Description ShowElementBrowserFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(PictoView view, java.lang.Object[] args)java.lang.StringgetName()
-
-
-
Method Detail
-
accept
public void accept(PictoView view, java.lang.Object[] args)
- Specified by:
acceptin interfacejava.util.function.BiConsumer<PictoView,java.lang.Object[]>
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfacePictoBrowserFunction
-
-