diff --git a/Party_APP/.classpath b/Party_APP/.classpath new file mode 100644 index 0000000..2a4ffa5 --- /dev/null +++ b/Party_APP/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/Party_APP/.project b/Party_APP/.project new file mode 100644 index 0000000..3d5ab97 --- /dev/null +++ b/Party_APP/.project @@ -0,0 +1,17 @@ + + + Party_APP + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/Party_APP/.settings/org.eclipse.jdt.core.prefs b/Party_APP/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..25bebf8 --- /dev/null +++ b/Party_APP/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,11 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.4 +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=warning +org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning +org.eclipse.jdt.core.compiler.source=1.3 diff --git a/Party_APP/ClassDiagram.cld b/Party_APP/ClassDiagram.cld new file mode 100644 index 0000000..bfdb8b1 --- /dev/null +++ b/Party_APP/ClassDiagram.cld @@ -0,0 +1,505 @@ + + + + 255 + 255 + 206 + + + 0 + 0 + 0 + + true + + + + + 2 + + + + + + + + + + + true + + + + + + 2 + + + + + + -1 + -1 + 67 + 101 + + + + true + + + + + 2 + + + + + + + + + true + + + + + + 2 + + + + + + -1 + -1 + 34 + 174 + + + + + + + + + + _stereo_type + Stereo Type + false + + + _simpleEntityName + Simple Name + false + + + _entityName + Name + false + + + _background + Background Color + false + + + _attrs + Attributes... + false + + + _operations + Operations... + false + + + _abstract + abstract + false + + + + Furniture Catalog + false + + + + + + + true + + + + + 2 + + + + + + + + true + + + + + + 2 + + + + + + -1 + -1 + 82 + 27 + + + + + + + + + + _stereo_type + Stereo Type + false + + + _simpleEntityName + Simple Name + false + + + _entityName + Name + false + + + _background + Background Color + false + + + _attrs + Attributes... + false + + + _operations + Operations... + false + + + _abstract + abstract + false + + + + Import Blueprint + false + + + + + + true + + + + + 2 + + + + + + + + true + + + + + + 2 + + + + + + -1 + -1 + 238 + 174 + + + + + + + + + + _stereo_type + Stereo Type + false + + + _simpleEntityName + Simple Name + false + + + _entityName + Name + false + + + _background + Background Color + false + + + _attrs + Attributes... + false + + + _operations + Operations... + false + + + _abstract + abstract + false + + + + Edit home plan + false + + + + + + true + + + + + 2 + + + + + + + + true + + + + + + 2 + + + + + + -1 + -1 + 178 + 247 + + + + + + + + + + _stereo_type + Stereo Type + false + + + _simpleEntityName + Simple Name + false + + + _entityName + Name + false + + + _background + Background Color + false + + + _attrs + Attributes... + false + + + _operations + Operations... + false + + + _abstract + abstract + false + + + + Existing Furniture + false + + + + + + true + + + + + 2 + + + + + + + + true + + + + + + 2 + + + + + + -1 + -1 + 299 + 105 + + + + + + + + + + _stereo_type + Stereo Type + false + + + _simpleEntityName + Simple Name + false + + + _entityName + Name + false + + + _background + Background Color + false + + + _attrs + Attributes... + false + + + _operations + Operations... + false + + + _abstract + abstract + false + + + + Export + false + + + + + + + + + + _stereo_type + Stereo Type + false + + + _simpleEntityName + Simple Name + false + + + _entityName + Name + false + + + _background + Background Color + false + + + _attrs + Attributes... + false + + + _operations + Operations... + false + + + _abstract + abstract + false + + + + Home (the current view) + false + + + + + + + + + \ No newline at end of file diff --git a/Party_APP/InduvidualDiagram.cld b/Party_APP/InduvidualDiagram.cld new file mode 100644 index 0000000..621d3bc --- /dev/null +++ b/Party_APP/InduvidualDiagram.cld @@ -0,0 +1,27 @@ + + + + 255 + 255 + 206 + + + 0 + 0 + 0 + + true + + + + + 2 + + + + + + + + + \ No newline at end of file diff --git a/Party_APP/bin/controller/ThemePreset$preSet.class b/Party_APP/bin/controller/ThemePreset$preSet.class new file mode 100644 index 0000000..f10ac50 Binary files /dev/null and b/Party_APP/bin/controller/ThemePreset$preSet.class differ diff --git a/Party_APP/bin/controller/ThemePreset.class b/Party_APP/bin/controller/ThemePreset.class new file mode 100644 index 0000000..f7482a1 Binary files /dev/null and b/Party_APP/bin/controller/ThemePreset.class differ diff --git a/Party_APP/bin/model/WhatUp.class b/Party_APP/bin/model/WhatUp.class new file mode 100644 index 0000000..eb7a63d Binary files /dev/null and b/Party_APP/bin/model/WhatUp.class differ diff --git a/Party_APP/bin/view/Party.class b/Party_APP/bin/view/Party.class new file mode 100644 index 0000000..4ee4efa Binary files /dev/null and b/Party_APP/bin/view/Party.class differ diff --git a/Party_APP/src/controller/ThemePreset.java b/Party_APP/src/controller/ThemePreset.java new file mode 100644 index 0000000..b6c174c --- /dev/null +++ b/Party_APP/src/controller/ThemePreset.java @@ -0,0 +1,19 @@ +package controller; +import java.util.Scanner; + + +public class ThemePreset { + + /** + * @param args + */ + public static void main(String[] args) { + // TODO Auto-generated method stub + Scanner sc= new Scanner (System.in); + System.out.println("Select Theme: "); + } + + class preSet(){ + + } +} diff --git a/Party_APP/src/model/WhatUp.java b/Party_APP/src/model/WhatUp.java new file mode 100644 index 0000000..8a7bcab --- /dev/null +++ b/Party_APP/src/model/WhatUp.java @@ -0,0 +1,15 @@ +package model; + +public class WhatUp +{ + + /** + * @param args + */ + public static void main(String[] args) + { + // TODO Auto-generated method stub + System.out.println("Hello World!"); + } + +} diff --git a/Party_APP/src/view/Party.java b/Party_APP/src/view/Party.java new file mode 100644 index 0000000..f6ecce5 --- /dev/null +++ b/Party_APP/src/view/Party.java @@ -0,0 +1,13 @@ +package view; + +public class Party { + + /** + * @param args + */ + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +}