|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.gui.interaction.BasicDropRegionId
public class BasicDropRegionId
Mini identifier used for identifying standard drop regions. Contains a name and a matching constraint number. Primarily used to identify the four edges and the center or a window.
| Constructor Summary | |
|---|---|
BasicDropRegionId(java.lang.String name,
java.lang.String constraint)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(BasicDropRegionId obj)
Check for equality. |
java.lang.String |
getConstraint()
Gets the region constraint. |
java.lang.String |
getName()
Gets the name of the region. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicDropRegionId(java.lang.String name,
java.lang.String constraint)
name - Name of the regionconstraint - Region constraint| Method Detail |
|---|
public boolean equals(BasicDropRegionId obj)
public java.lang.String getName()
public java.lang.String getConstraint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||