public abstract class TaskFrame extends IcyFrame
IcyFrame.IcyFrameState
Constructor and Description |
---|
TaskFrame() |
TaskFrame(java.lang.String title) |
TaskFrame(java.lang.String title,
boolean resizable) |
TaskFrame(java.lang.String title,
boolean resizable,
boolean closable) |
TaskFrame(java.lang.String title,
boolean resizable,
boolean closable,
boolean maximizable) |
TaskFrame(java.lang.String title,
boolean resizable,
boolean closable,
boolean maximizable,
boolean iconifiable) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRemove()
Used by the TaskWindowManager to close the TaskFrame.
|
void |
close()
Close frame (send closing event)
|
void |
internalClose()
Used by the TaskWindowManager to close the TaskFrame.
|
boolean |
isCanBeRemoved()
Deprecated.
Use
canRemove() instead |
void |
stateChanged()
Called on state (internalized / externalized) change
|
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 TaskFrame()
public TaskFrame(java.lang.String title)
title
- public TaskFrame(java.lang.String title, boolean resizable)
title
- resizable
- public TaskFrame(java.lang.String title, boolean resizable, boolean closable)
title
- resizable
- closable
- public TaskFrame(java.lang.String title, boolean resizable, boolean closable, boolean maximizable)
title
- resizable
- closable
- maximizable
- public TaskFrame(java.lang.String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable)
title
- resizable
- closable
- maximizable
- iconifiable
- public void stateChanged()
IcyFrame
stateChanged
in class IcyFrame
public void internalClose()
public boolean canRemove()
@Deprecated public boolean isCanBeRemoved()
canRemove()
instead