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 void
accept(PictoView view, java.lang.Object[] args)
java.lang.String
getName()
-
-
-
Method Detail
-
accept
public void accept(PictoView view, java.lang.Object[] args)
- Specified by:
accept
in interfacejava.util.function.BiConsumer<PictoView,java.lang.Object[]>
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacePictoBrowserFunction
-
-