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 void
accept(PictoView view, Object[] args)
String
getName()
-
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:
accept
in interfaceBiConsumer<PictoView,Object[]>
-
getName
public String getName()
- Specified by:
getName
in interfacePictoBrowserFunction
-
-