| |
|
| java.lang.Object net.fenyo.gnetwatch.GUI.VisualElement net.fenyo.gnetwatch.targets.Target net.fenyo.gnetwatch.targets.TargetGroup
TargetGroup | public class TargetGroup extends Target (Code) | | TargetGroup implements a target that can contain other targets.
author: Alexandre Fenyo version: $Id: TargetGroup.java,v 1.8 2007/03/03 00:38:19 fenyo Exp $ |
Method Summary | |
public boolean | canManageThisChild(VisualElement visual_element) Checks that the parameter can be attached to this target.
Parameters: visual_element - parameter to check. | public boolean | equals(Object o) Compares two targets.
Parameters: o - target to compare to. | protected String | getGroupName() Returns the group name.
none. | public int | hashCode() Returns the hashcode for this target.
none. |
canManageThisChild | public boolean canManageThisChild(VisualElement visual_element)(Code) | | Checks that the parameter can be attached to this target.
Parameters: visual_element - parameter to check. true if the parameter can be attached to this target. |
equals | public boolean equals(Object o)(Code) | | Compares two targets.
Parameters: o - target to compare to. true if the targets are equal. |
getGroupName | protected String getGroupName()(Code) | | Returns the group name.
none. String group name. |
hashCode | public int hashCode()(Code) | | Returns the hashcode for this target.
none. int hashcode. |
|
|
|