public class ToolTipFrame extends TaskFrame
IcyFrame.IcyFrameState
Constructor and Description |
---|
ToolTipFrame(java.lang.String message)
Show an tool tip with specified message
|
ToolTipFrame(java.lang.String message,
int liveTime)
Show an tool tip with specified message
|
ToolTipFrame(java.lang.String message,
int liveTime,
java.lang.String id)
Show an tool tip with specified parameters
|
ToolTipFrame(java.lang.String message,
java.lang.String id)
Show an tool tip with specified message
|
Modifier and Type | Method and Description |
---|---|
void |
internalClose()
Used by the TaskWindowManager to close the TaskFrame.
|
void |
setText(java.lang.String text) |
canRemove, close, isCanBeRemoved, stateChanged
add, add, add, addComponentListener, addFrameListener, addKeyListener, addTo, addTo, addTo, addToDesktopPane, addToDesktopPane, addToMainDesktopPane, attach, center, detach, dispose, externalize, findIcyFrame, frameClosed, getActionMap, getAllFrames, getAllFrames, getBorder, getBounds, getBoundsExternal, getBoundsInternal, getContentPane, getDefaultSystemMenu, getExternalFrame, getFrame, getHeight, getHeightExternal, getHeightInternal, getIcyExternalFrame, getIcyInternalFrame, getInputMap, getInternalFrame, getJMenuBar, getLocation, getLocationExternal, getLocationInternal, getMaximumSize, getMaximumSizeExternal, getMaximumSizeInternal, getMinimumSize, getMinimumSizeExternal, getMinimumSizeInternal, getMousePosition, getParent, getPreferredSize, getPreferredSizeExternal, getPreferredSizeInternal, getRootPane, getSize, getSizeExternal, getSizeInternal, getSwitchStateAction, getSystemMenuCallback, getTitle, getTitleBarVisible, getToolkit, getVisibleRect, getWidth, getWidthExternal, getWidthInternal, getX, getXExternal, getXInternal, getY, getYExternal, getYInternal, hasFocus, imageUpdate, internalFrameActivated, internalFrameClosed, internalFrameClosing, internalFrameDeactivated, internalFrameDeiconified, internalFrameIconified, internalFrameOpened, internalize, isActive, isAlwaysOnTop, isClosable, isExternalized, isInternalized, isMaximized, isMaximizedExternal, isMaximizedInternal, isMinimized, isMinimizedExternal, isMinimizedInternal, isResizable, isSwitchStateItemVisible, isSyncProcess, isVisible, onClosed, pack, propertyChange, remove, removeAll, removeComponentListener, removeFrameListener, removeFrom, removeFromMainDesktopPane, removeKeyListener, repaint, requestFocus, revalidate, setAlwaysOnTop, setBackground, setBorder, setBounds, setClosable, setContentPane, setDefaultCloseOperation, setFocusable, setForeground, setJMenuBar, setLayout, setLocation, setLocation, setLocationExternal, setLocationExternal, setLocationInternal, setLocationInternal, setMaximisable, setMaximized, setMaximizedExternal, setMaximizedInternal, setMaximumSize, setMaximumSizeExternal, setMaximumSizeInternal, setMinimized, setMinimizedExternal, setMinimizedInternal, setMinimumSize, setMinimumSizeExternal, setMinimumSizeInternal, setPreferredSize, setPreferredSizeExternal, setPreferredSizeInternal, setResizable, setSize, setSize, setSizeExternal, setSizeExternal, setSizeInternal, setSizeInternal, setSwitchStateItemVisible, setSyncProcess, setSystemMenuCallback, setTitle, setTitleBarVisible, setToolTipText, setVisible, switchState, toBack, toFront, updateSystemMenu, updateUI, validate, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
public ToolTipFrame(java.lang.String message, int liveTime, java.lang.String id)
message
- message to display in tool tipliveTime
- life time in second (0 = infinite)id
- toolTip id, it's used to display the "Do not display in future" checkboxpublic ToolTipFrame(java.lang.String message, java.lang.String id)
message
- message to display in tool tipid
- toolTip id, it's used to display the "Do not display in future" checkboxpublic ToolTipFrame(java.lang.String message, int liveTime)
message
- message to display in tool tipliveTime
- life time in second (0 = infinite)public ToolTipFrame(java.lang.String message)
message
- message to display in tool tippublic void setText(java.lang.String text)
public void internalClose()
TaskFrame
internalClose
in class TaskFrame