1
0

nowa metoda getImageArr() w klasie Recipe

zastosowany wzorzec projektowy Builder do tworzenia obiektu przepisu (klasy RecipeBuilder, NewRecipeBuilder, ExampleRecipeBuilder, RecipeManager)
poprawki w UI (usunięcie przycisku btnSearch, pozycjonowanie, scrollbary, zawijanie tekstu)
This commit is contained in:
2014-06-14 01:02:59 +01:00
parent 239d26ff9a
commit 14475fcaec
8 changed files with 209 additions and 58 deletions

View File

@@ -1,12 +1,12 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.source=1.5