public class DBTableJoinItem extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
mIsChanged |
protected boolean |
mIsSelected |
protected DBTableField |
mItemLeft |
protected DBTableField |
mItemRight |
protected java.awt.Polygon[] |
mPolygons |
Constructor and Description |
---|
DBTableJoinItem(DBTableField aItemLeft,
DBTableField aItemRight)
Constructor with DBTableFields
|
Modifier and Type | Method and Description |
---|---|
void |
changePolygon(int aInx,
int aX1,
int aY1,
int aX2,
int aY2)
Change contents of one of the polygons
|
DBTableField |
getItemLeft()
Return Left side item of Join
|
DBTableField |
getItemRight()
Return Right side item of Join
|
java.awt.Polygon[] |
getPolygons()
Returns the array of X coord locations
|
boolean |
isSelected() |
void |
setChanged(boolean aIsChanged)
Sets that the polygons have changed
|
void |
setIsSelected(boolean isSelected) |
protected java.awt.Polygon[] mPolygons
protected boolean mIsChanged
protected boolean mIsSelected
protected DBTableField mItemLeft
protected DBTableField mItemRight
public DBTableJoinItem(DBTableField aItemLeft, DBTableField aItemRight)
aItemLeft
- aItemRight
- public DBTableField getItemLeft()
public DBTableField getItemRight()
public java.awt.Polygon[] getPolygons()
public void changePolygon(int aInx, int aX1, int aY1, int aX2, int aY2)
aInx
- the index of the polygonaX1
- X pointaY1
- Y pointaX2
- X pointaY2
- Y pointpublic void setChanged(boolean aIsChanged)
aIsChanged
- public boolean isSelected()
public void setIsSelected(boolean isSelected)
isSelected
- The mIsSelected to set.