Interface HTIngredientWidget
-
- All Implemented Interfaces:
public interface HTIngredientWidgetレシピビューワーに保持しているオブジェクトを提供可能なウィジェットを表すインターフェースです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract ObjectgetIngredient()保持しているオブジェクトを取得します。 -
-
Method Detail
-
getIngredient
abstract Object getIngredient()
保持しているオブジェクトを取得します。
- Returns:
空の場合は
null
-
-
-
-