Package cl.obcom.desktopfx.core
Interface TaskPage
public interface TaskPage
Component that groups several
TaskWindows
.-
Method Details
-
bringToFront
void bringToFront()Brings the task page to front position. -
getName
String getName()Returns the name of this task page.- Returns:
- the name of this task page.
-
setName
Changes the name of this task page.- Parameters:
value
- the new name of the page.- Throws:
NullPointerException
- ifvalue
isnull
.
-
getWidth
double getWidth()Returns the width of this task page.- Returns:
- the width of this task page.
-
getHeight
double getHeight()Returns the height of this task page.- Returns:
- the height of this task page.
-