|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.staffnode.StaffNode
public class StaffNode
The Class StaffNode.
Constructor Summary | |
---|---|
StaffNode(ContentSystem contentSystem,
StaffModel staffModel,
int width,
int heigth)
Instantiates a new staff node. |
|
StaffNode(ContentSystem contentSystem,
StaffModel staffModel,
int width,
int heigth,
boolean closable)
Instantiates a new staff node. |
Method Summary | |
---|---|
void |
clear()
Clear. |
Location |
getLocation()
Gets the location. |
boolean |
isDetailPageShown()
Checks if is detail page shown. |
void |
setLocation(float x,
float y)
Sets the location. |
void |
setVisibility(boolean visible)
Sets the visibility. |
void |
showDetailPage(boolean show)
Show detail page. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaffNode(ContentSystem contentSystem, StaffModel staffModel, int width, int heigth)
contentSystem
- the content systemstaffModel
- the staff modelwidth
- the widthheigth
- the heigthpublic StaffNode(ContentSystem contentSystem, StaffModel staffModel, int width, int heigth, boolean closable)
contentSystem
- the content systemstaffModel
- the staff modelwidth
- the widthheigth
- the heigthclosable
- the closableMethod Detail |
---|
public void clear()
public Location getLocation()
public boolean isDetailPageShown()
public void setLocation(float x, float y)
x
- the xy
- the ypublic void setVisibility(boolean visible)
visible
- the new visibilitypublic void showDetailPage(boolean show)
show
- the show
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |