Author: bobtarling Date: 2011-04-11 04:49:40-0700 New Revision: 19213 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigFeature.java
Log: Remove old SelectionFeature - has probably never been working Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigFeature.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigFeature.java?view=diff&pathrev=19213&r1=19212&r2=19213 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigFeature.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigFeature.java 2011-04-11 04:49:40-0700 @@ -66,38 +66,6 @@ // TODO: for UML 2.x this is isStatic private static final String EVENT_NAME = "ownerScope"; - private static class SelectionFeature extends Selection { - /** - * Constructor for SelectionFeature. - * - * @param f The Fig. - */ - public SelectionFeature(Fig f) { - super(f); - } - - /* - * @see org.tigris.gef.base.Selection#dragHandle(int, int, int, int, - * org.tigris.gef.presentation.Handle) - */ - public void dragHandle(int mx, int my, int anX, int anY, Handle h) { - // Does nothing. - } - - /* - * @see org.tigris.gef.base.Selection#hitHandle(java.awt.Rectangle, - * org.tigris.gef.presentation.Handle) - */ - public void hitHandle(Rectangle r, Handle h) { - // Does nothing. - } - - /** - * The UID. - */ - private static final long serialVersionUID = 7437255966804296937L; - } - /** * Construct a Feature fig * @@ -137,14 +105,6 @@ } /* - * @see org.tigris.gef.presentation.Fig#makeSelection() - */ - @Override - public Selection makeSelection() { - return new SelectionFeature(this); - } - - /* * @see org.tigris.gef.presentation.FigText#setTextFilled(boolean) */ @Override ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2718829 To unsubscribe from this discussion, e-mail: [[email protected]].
