Class ShowPreferencesBrowserFunction
- java.lang.Object
-
- org.eclipse.epsilon.picto.browser.ShowPreferencesBrowserFunction
-
- All Implemented Interfaces:
BiConsumer<PictoView,Object[]>,PictoBrowserFunction
public class ShowPreferencesBrowserFunction extends Object implements PictoBrowserFunction
-
-
Constructor Summary
Constructors Constructor Description ShowPreferencesBrowserFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(PictoView view, Object[] args)StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(PictoView view, Object[] args)
- Specified by:
acceptin interfaceBiConsumer<PictoView,Object[]>
-
getName
public String getName()
- Specified by:
getNamein interfacePictoBrowserFunction
-
-