|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ taskframe overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.awt.taskframe
Class TaskFrame

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
com.flexstor.common.awt.FlexFrame
com.flexstor.common.awt.taskframe.TaskFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, com.flexstor.common.awt.WindowId
- public class TaskFrame
- extends com.flexstor.common.awt.FlexFrame
| Nested Class Summary |
| Nested classes inherited from class com.flexstor.common.awt.FlexFrame |
|
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private boolean |
bCanClose
|
private boolean |
bShowHistory
|
private java.awt.Label |
lblMsg
|
private java.awt.List |
lHistory
|
| Fields inherited from class com.flexstor.common.awt.FlexFrame |
aboutHandler, fChildren, fOwner, helpHandler, pContent, pToolBar, statusBar |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
TaskFrame(java.lang.String sTitle)
|
|
TaskFrame(java.lang.String sTitle,
boolean bShowHistory)
|
|
| Method Summary | |
boolean |
canClose()
Returns a boolean indicating wether the frame can be closed. |
java.awt.Dimension |
getPreferredSize()
Returns the preferred size of this container. |
int |
getSubWindowID()
Returns the sub ID for this frame. |
int |
getWindowID()
Returns the ID for this frame. |
void |
saveSize()
Saves the location and size of the frame as a user setting. |
void |
setCanClose(boolean bCanClose)
|
void |
setMessage(java.lang.String sMsg)
|
| Methods inherited from class com.flexstor.common.awt.FlexFrame |
actionPerformed, addChild, addNotify, centerOn, close, getChildren, getContentPanel, getOwnerFrame, getToolBar, getWindowName, registerAboutHandler, registerHelpHandler, removeChild, setContentPanel, setMenuBar, setOwnerFrame, setSize, setStatusText, setToolBar, setWaitCursor, showStatusBar |
| Methods inherited from class java.awt.Frame |
getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
bShowHistory
private boolean bShowHistory
lblMsg
private java.awt.Label lblMsg
lHistory
private java.awt.List lHistory
bCanClose
private boolean bCanClose
| Constructor Detail |
TaskFrame
public TaskFrame(java.lang.String sTitle)
TaskFrame
public TaskFrame(java.lang.String sTitle, boolean bShowHistory)
| Method Detail |
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Description copied from class:
java.awt.Container - Returns the preferred size of this container.
setMessage
public void setMessage(java.lang.String sMsg)
saveSize
public void saveSize()
- Description copied from class:
com.flexstor.common.awt.FlexFrame - Saves the location and size of the frame as a user setting.
saveSize() is called by close() and can also be called directly.
PLEASE NOTE THAT THIS METHOD WILL REMOVE ANY CURRENT MENUBAR FOR
ALL PLATFORMS, EXCEPT FOR MacOS, IN ORDER TO BE ABLE TO CALCULATE
THE CORRECT FRAME SIZE.
setCanClose
public void setCanClose(boolean bCanClose)
canClose
public boolean canClose()
- Description copied from class:
com.flexstor.common.awt.FlexFrame - Returns a boolean indicating wether the frame can be closed.
The default behavior is to return true. This method needs to be
overwritten in subclasses which require a check before they can be closed.
getWindowID
public int getWindowID()
- Description copied from class:
com.flexstor.common.awt.FlexFrame - Returns the ID for this frame.
getSubWindowID
public int getSubWindowID()
- Description copied from class:
com.flexstor.common.awt.FlexFrame - Returns the sub ID for this frame.
|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ taskframe overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC