|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Panel | +--java.applet.Applet | +--javax.swing.JApplet | +--com.ibm.dse.desktop.Desktop
The Desktop class provides the top level object that builds the desktop layout based upon the definitions belonging to the rest of the elements in the desktop definition file. The Desktop class cannot be substituted by another class unless the whole set of classes directly related to it are copied to a different package. This process may be suggested in cases where additional functionality is required and changes to the base code might require an enormous effort. When the desktop is created and filled with all the components defined in the desktop XML file, it keeps a list of task information objects. This list allows the application and other internal desktop components to ask for specific task information. When a component that implements the TaskLauncher interface is added to the desktop, a new TaskInfo object is created and added to the list of task information objects.
Inner classes inherited from class javax.swing.JApplet |
javax.swing.JApplet.AccessibleJApplet |
Field Summary | |
protected BookmarkArea |
bookmarkArea
instance of BookmarkArea |
protected boolean |
change_language
|
static java.lang.String |
COMPID
identifier of the Desktop trace |
protected int |
count
|
protected int |
desktopHeight
|
protected int |
desktopWidth
|
protected boolean |
developerTime
|
protected static java.lang.String |
FAST_PATH_FORMAT_NAME
name by default of the fast path format |
protected boolean |
file_exists
|
protected java.lang.String |
finalizerClass
name of the finalizer class |
protected java.lang.String |
finalizerMethod
name of the finalizer metohd |
javax.help.HelpBroker |
hb
instance of the HelpBroker |
protected java.lang.String |
helpFileURL
URL of the help file |
javax.help.HelpSet |
hs
instance of the HelpSet |
protected java.lang.String |
initializerClass
name of the initializer class |
protected java.lang.String |
initializerMethod
name of the initializer method |
static java.lang.Class |
keyEventClass
class of the keyEventClass |
protected java.lang.String |
lookandfeel
look and feel of the Desktop |
protected MessageArea |
messageTextField
instance of the MessageArea |
protected int |
nextX
x location of the next component |
protected int |
nextY
y location of the next component |
protected java.util.Hashtable |
nodeBeanTable
collection of component of the Desktop kept by node |
protected java.awt.ComponentOrientation |
orientation
group of packages where Desktop components can be defined |
protected java.lang.String |
packages
group of packages where Desktop components can be defined |
protected static boolean |
rebuild
|
protected TaskArea |
taskArea
instance of the TaskArea class |
protected java.util.Hashtable |
taskCodes
collection of taskInfos kept by code |
protected java.util.Hashtable |
taskInfos
collection of taskInfos kept by taskname |
protected static Desktop |
theDesktop
instance of Desktop class |
protected java.lang.String |
title
title of the Desktop |
protected WorkingArea |
workingArea
instance of the WorkingArea class |
protected static java.lang.String |
XML_FILE
name by default of the xml file |
Fields inherited from class javax.swing.JApplet |
accessibleContext,
rootPane,
rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
Desktop()
This constructor creates a Desktop object. |
Method Summary | |
static int |
absoluteXcoor(java.awt.Container c)
Gets the absolute x coordinate for the desktop. |
static int |
absoluteYcoor(java.awt.Container c)
Gets the absolute y coordinate for the desktop. |
void |
add(java.lang.Object o)
Adds a component to the desktop. |
void |
addTaskInfo(TaskLauncher aTaskLauncher)
Creates and adds a TaskInfo corresponding to aTaskLauncher and adds this TaskInfo to the desktop's taskInfos list. |
static void |
block(java.lang.Object o)
Allows you to block the desktop and shows the waiting cursor. |
void |
centerView()
Centers the view in the display when the desktop is launched as an application (main method is used). |
void |
changeComponentOrientation(java.awt.ComponentOrientation o)
Set the language-sensitive orientation that is to be used to order the elements within this component. |
int |
countNodes(org.w3c.dom.Node n)
Returns the number of nodes built from the XML element definition. |
void |
createElement(org.w3c.dom.Node node)
Creates an element instance defined in the XML file. |
boolean |
definesTask(TaskLauncher aTaskLauncher)
This method returns true if aTaskLauncher defines a Task. |
void |
exitApplication()
Allows you to exit the desktop application. |
java.lang.String |
getAppletInfo()
Gets the applet information. |
BookmarkArea |
getBookmarkArea()
Gets the BookmarkArea. |
java.lang.String |
getBookmarkId()
Returns the value of the BookmarkId property. |
java.lang.Object |
getComponentByName(java.lang.String name)
Gets a desktop component by its name. |
java.util.Vector |
getComponentsByClass(java.lang.Class c)
Gets a desktop component by its class. |
static Desktop |
getDesktop()
Gets the desktop component. |
boolean |
getDeveloperTime()
Returns the value of the developerTime property. |
java.lang.String |
getFileName()
This method returns the name of the Desktop file |
java.awt.Container |
getFirstParent()
This method returns the last Parent of the desktop. |
java.awt.Container |
getFirstParent(java.awt.Container comp)
This method returns the last Parent of the components comp. |
static javax.swing.JFrame |
getFrame()
Gets the desktop frame. |
static boolean |
getFrameworkInitialized()
This method returns a boolean that indicates if Framework is initialized or not. |
java.lang.String |
getHelpFileURL()
Gets the HelpSet file URL. |
javax.swing.ImageIcon |
getImageIcon(java.lang.Object o)
Returns the image icon. |
static javax.swing.JRootPane |
getJRootPane(javax.swing.JComponent c)
Gets the fundamental component in the desktop container hierarchy. |
static javax.swing.KeyStroke |
getKeyStroke(java.lang.String str)
Gets a KeyStroke instance according to the externalizable string representation. |
java.lang.String |
getLookAndFeel()
Returns the value of the lookandfeel property. |
java.util.Hashtable |
getNamedComponents()
Gets the list of components ordered by name. |
java.awt.ComponentOrientation |
getOrientation()
Returns the new orientation assigned to the Desktop. |
int |
getOriginalHeight()
Returns the value of the originalHeight property. |
int |
getOriginalWidth()
Returns the value of the width property. |
ProgressIndicator |
getProgressBean()
Returns the initialization progress indicator window. |
static boolean |
getShowProgressBar()
Gets the boolean value that indicates whether the desktop initialization progress bar must be shown or not. |
TaskArea |
getTaskArea()
Gets the task area. |
TaskInfo |
getTaskInfo(java.lang.Object o)
Returns the TaskInfo corresponding for the Object o. |
TaskInfo |
getTaskInfo(TaskLauncher aTaskLauncher)
Return the TaskInfo corresponding for the TaskLauncher aTaskLauncher. |
TaskInfo |
getTaskInfoByCode(java.lang.String code)
Return the first TaskInfo from the taskinfos list which contains the code: code. |
java.lang.String |
getTitle()
Returns the title. |
WorkingArea |
getWorkingArea()
Gets the working area. |
void |
iniApplication()
Initializes the application. |
void |
iniHelp()
Launches a thread that initializes the Java help system. |
void |
iniLookAndFeel()
Initializes with the current platform look and feel. |
void |
init()
Handle the Applet init method. |
void |
initialize()
Processes the initialization. |
void |
initTable()
This method indicates which components are defined at this package. |
void |
iniXML()
Parses and initializes the XML definition. |
boolean |
isMultiTasking()
Indicates whether the application is multi-tasking or not. |
static void |
main(java.lang.String[] args)
Provides the main entrypoint. |
void |
manageNode(org.w3c.dom.Node node)
Checks if a node is a text node or an element node. |
void |
openTask(java.lang.String op,
java.lang.String sp,
java.lang.String taskName,
java.lang.String type)
This method opens a new task with the operation op, the operation panel sp. |
void |
openTask(TaskInfo aTaskInfo,
java.lang.String parameters,
java.lang.String errorMessage)
This method opens a new task describe by aTaskInfo. |
void |
openTask(TaskLauncher aTaskLauncher)
This method opens a new task described by aTaskLauncher. |
void |
paint(java.awt.Graphics g)
Transfer the focus to the first focusable component. |
boolean |
readXMLFromJAR()
Returns the boolean value that indicates whether the XML file is read from a JAR or not. |
void |
reBuild()
Removes all the components, parses, and initializes them again using the desktop XML definitions file. |
void |
regenerate()
This method takes charge of change the language of all the labels of the Desktop, calling the setAtributes method.. |
void |
removeAllComponents()
This method removes all the components in the desktop. |
void |
setAttributes(java.lang.Object o,
org.w3c.dom.Node node)
Uses the node description to set the attributes of the Object o. |
void |
setBookmarkArea(BookmarkArea BMA)
Sets the BookmarkArea. |
void |
setBookmarkId(java.lang.Object o)
Sets the value of the bookmarkId property. |
void |
setDesktopLocale(java.util.Locale locale)
This method sets the locale of the Desktop in runtime. |
void |
setDeveloperTime(java.lang.Object o)
Sets the value of the developerTime property. |
static void |
setFileName(java.lang.String s)
This method sets the name of the Desktop file. |
void |
setFinalizerClass(java.lang.Object o)
Sets the name of the desktop finalizing class. |
void |
setFinalizerMethod(java.lang.Object o)
Sets the name of the desktop finalizing method. |
static void |
setFrameworkInitialized(boolean aBoolean)
Sets the boolean value that indicates if Framework is initialized or not. |
void |
setHeight(java.lang.Object o)
Sets the text field height. |
void |
setHelpFileURL(java.lang.Object o)
Sets the HeplSet file URL. |
void |
setInitializerClass(java.lang.Object o)
Sets the name of the desktop initializing class. |
void |
setInitializerMethod(java.lang.Object o)
Sets the name of the desktop initializing method. |
void |
setLookAndFeel(java.lang.Object laf)
Sets the value of the lookandfeel property. |
void |
setMessageTextField(MessageArea t)
Sets the message text field. |
void |
setMultiTasking(java.lang.Object o)
Sets the property value that indicates whether the application is multi-tasking or not. |
void |
setOnInitialize(java.lang.Object o)
Sets the specified Java script code that is executed when the component is initialized. |
void |
setOrientation(java.lang.Object o)
Sets the value of the orientation property. |
void |
setOriginalHeight(int height)
Sets the value of the originalHeight property. |
void |
setOriginalWidth(int width)
Sets the value of the originalWidht property. |
void |
setPackages(java.lang.Object o)
Concatenates the desktop package name with the specified class name. |
void |
setReadXMLFromJAR(boolean readFromJAR)
Sets the boolean value that indicates whether the XML file is read from a JAR file or not. |
static void |
setShowProgressBar(boolean aBoolean)
Sets the boolean value that indicates whether the desktop initialization progress bar must be shown or not. |
void |
setTitle(java.lang.Object o)
Sets the title. |
void |
setWidth(java.lang.Object o)
Sets the text field width. |
void |
showHelp(java.lang.String s)
Shows the help section that corresponds to the specified ID. |
void |
showMessage(java.lang.String s)
Shows the message s in the desktop text field. |
void |
showMessage(java.lang.String s,
int i)
Shows the message s in the desktop text field. |
void |
showProgressBar()
Shows the progress bar. |
static void |
showTraceMessage(int level,
int type,
java.lang.String message)
Shows the message message in the trace window or in the system console. |
static void |
showTraceMessage(int level,
int type,
java.lang.String message,
java.lang.Throwable exception)
Shows the message message in the trace window or in the system console. |
static void |
unBlock(java.lang.Object o)
Unblocks the desktop and shows the default cursor. |
void |
windowActivated(java.awt.event.WindowEvent e)
Invoked when a window is activated. |
void |
windowClosed(java.awt.event.WindowEvent e)
Invoked when a window has been closed. |
void |
windowClosing(java.awt.event.WindowEvent e)
Invoked when a window is in the process of being closed. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Invoked when a window is deactivated. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Invoked when a window is de-iconified. |
void |
windowIconified(java.awt.event.WindowEvent e)
Invoked when a window is iconified. |
void |
windowOpened(java.awt.event.WindowEvent e)
Invoked when a window has been opened. |
Methods inherited from class javax.swing.JApplet |
addImpl,
createRootPane,
getAccessibleContext,
getContentPane,
getGlassPane,
getJMenuBar,
getLayeredPane,
getRootPane,
isRootPaneCheckingEnabled,
paramString,
processKeyEvent,
remove,
setContentPane,
setGlassPane,
setJMenuBar,
setLayeredPane,
setLayout,
setRootPane,
setRootPaneCheckingEnabled,
update |
Methods inherited from class java.applet.Applet |
destroy,
getAppletContext,
getAudioClip,
getAudioClip,
getCodeBase,
getDocumentBase,
getImage,
getImage,
getLocale,
getParameter,
getParameterInfo,
isActive,
newAudioClip,
play,
play,
resize,
resize,
setStub,
showStatus,
start,
stop |
Methods inherited from class java.awt.Panel |
addNotify |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getAlignmentX,
getAlignmentY,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getInsets,
getLayout,
getMaximumSize,
getMinimumSize,
getPreferredSize,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
removeAll,
removeContainerListener,
removeNotify,
setCursor,
setFont,
validate,
validateTree |
Methods inherited from class java.awt.Component |
action,
add,
addComponentListener,
addFocusListener,
addInputMethodListener,
addKeyListener,
addMouseListener,
addMouseMotionListener,
addPropertyChangeListener,
addPropertyChangeListener,
bounds,
checkImage,
checkImage,
coalesceEvents,
contains,
contains,
createImage,
createImage,
disable,
disableEvents,
dispatchEvent,
enable,
enable,
enableEvents,
enableInputMethods,
firePropertyChange,
getBackground,
getBounds,
getBounds,
getColorModel,
getComponentOrientation,
getCursor,
getDropTarget,
getFont,
getFontMetrics,
getForeground,
getGraphics,
getHeight,
getInputContext,
getInputMethodRequests,
getLocation,
getLocation,
getLocationOnScreen,
getName,
getParent,
getPeer,
getSize,
getSize,
getToolkit,
getTreeLock,
getWidth,
getX,
getY,
gotFocus,
handleEvent,
hasFocus,
hide,
imageUpdate,
inside,
isDisplayable,
isDoubleBuffered,
isEnabled,
isFocusTraversable,
isLightweight,
isOpaque,
isShowing,
isValid,
isVisible,
keyDown,
keyUp,
list,
list,
list,
location,
lostFocus,
mouseDown,
mouseDrag,
mouseEnter,
mouseExit,
mouseMove,
mouseUp,
move,
nextFocus,
paintAll,
postEvent,
prepareImage,
prepareImage,
printAll,
processComponentEvent,
processFocusEvent,
processInputMethodEvent,
processMouseEvent,
processMouseMotionEvent,
remove,
removeComponentListener,
removeFocusListener,
removeInputMethodListener,
removeKeyListener,
removeMouseListener,
removeMouseMotionListener,
removePropertyChangeListener,
removePropertyChangeListener,
repaint,
repaint,
repaint,
repaint,
requestFocus,
reshape,
setBackground,
setBounds,
setBounds,
setComponentOrientation,
setDropTarget,
setEnabled,
setForeground,
setLocale,
setLocation,
setLocation,
setName,
setSize,
setSize,
setVisible,
show,
show,
size,
toString,
transferFocus |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected java.lang.String packages
protected java.awt.ComponentOrientation orientation
protected static Desktop theDesktop
protected int nextX
protected int nextY
protected static java.lang.String XML_FILE
protected static final java.lang.String FAST_PATH_FORMAT_NAME
protected TaskArea taskArea
protected WorkingArea workingArea
protected java.lang.String initializerClass
protected java.lang.String initializerMethod
protected java.lang.String finalizerClass
protected java.lang.String finalizerMethod
protected java.lang.String helpFileURL
protected java.lang.String lookandfeel
protected MessageArea messageTextField
protected java.util.Hashtable taskInfos
protected java.util.Hashtable taskCodes
protected java.lang.String title
protected java.util.Hashtable nodeBeanTable
public static transient java.lang.Class keyEventClass
public javax.help.HelpSet hs
public javax.help.HelpBroker hb
protected BookmarkArea bookmarkArea
protected static boolean rebuild
public static final java.lang.String COMPID
protected boolean file_exists
protected boolean change_language
protected int count
protected boolean developerTime
protected int desktopWidth
protected int desktopHeight
Constructor Detail |
public Desktop()
Method Detail |
public static int absoluteXcoor(java.awt.Container c)
c
- java.awt.Containerpublic static int absoluteYcoor(java.awt.Container c)
c
- java.awt.Containerpublic void add(java.lang.Object o)
o
- java.lang.Objectpublic void addTaskInfo(TaskLauncher aTaskLauncher)
aTaskLauncher
- TaskLauncherpublic static void block(java.lang.Object o)
o
- java.lang.Objectpublic void centerView()
public void changeComponentOrientation(java.awt.ComponentOrientation o)
o
- ComponentOrientationpublic int countNodes(org.w3c.dom.Node n)
n
- org.w3c.dom.Nodepublic void createElement(org.w3c.dom.Node node)
node
- org.w3c.dom.Nodepublic boolean definesTask(TaskLauncher aTaskLauncher)
To define a Task a TaskLauncher has to define all its attributes.
aTaskLauncher
- com.ibm.dse.desktop.TaskLauncherpublic void exitApplication()
public java.lang.String getAppletInfo()
public BookmarkArea getBookmarkArea()
public java.lang.String getBookmarkId()
public java.lang.Object getComponentByName(java.lang.String name)
name
- java.lang.Stringpublic java.util.Vector getComponentsByClass(java.lang.Class c)
level
- intpublic static Desktop getDesktop()
public boolean getDeveloperTime()
public java.lang.String getFileName()
public java.awt.Container getFirstParent()
public java.awt.Container getFirstParent(java.awt.Container comp)
public static javax.swing.JFrame getFrame()
public static boolean getFrameworkInitialized()
public java.lang.String getHelpFileURL()
public javax.swing.ImageIcon getImageIcon(java.lang.Object o)
o
- java.lang.Objectpublic static javax.swing.JRootPane getJRootPane(javax.swing.JComponent c)
c
- com.sun.java.swing.JComponentpublic static javax.swing.KeyStroke getKeyStroke(java.lang.String str)
java.lang.String
- strpublic java.lang.String getLookAndFeel()
public java.util.Hashtable getNamedComponents()
public java.awt.ComponentOrientation getOrientation()
public int getOriginalHeight()
The originalHeight is the initial height of the Desktop before any modification.
public int getOriginalWidth()
The originalWidth is the initial width of the Desktop befor any modificaction.
public ProgressIndicator getProgressBean()
public static boolean getShowProgressBar()
public TaskArea getTaskArea()
public TaskInfo getTaskInfo(TaskLauncher aTaskLauncher)
aTaskLauncher
- TaskLauncherpublic TaskInfo getTaskInfo(java.lang.Object o)
o
- java.lang.Objectpublic TaskInfo getTaskInfoByCode(java.lang.String code)
If no TaskInfo corresponding to this code is found it returns null.
code
- java.lang.Stringpublic java.lang.String getTitle()
public WorkingArea getWorkingArea()
public void iniApplication() throws java.lang.Exception
public void iniHelp()
public void iniLookAndFeel() throws java.lang.Exception
public void init()
public void initialize() throws java.lang.Exception
public void initTable()
public void iniXML() throws java.lang.Exception
public boolean isMultiTasking()
public static void main(java.lang.String[] args)
args
- java.lang.String[]public void manageNode(org.w3c.dom.Node node)
node
- Nodeorg.w3c.dom.Nodepublic void openTask(TaskInfo aTaskInfo, java.lang.String parameters, java.lang.String errorMessage)
If parameters is specified the method will try to create the task's operation with the parameters specified by parameters. errorMessage specifies the message to display if the creation of the task is stopped by an exception.
aTaskInfo
- com.ibm.dse.desktop.TaskInfoparameters
- java.lang.StringerrorMessage
- java.lang.String.public void openTask(TaskLauncher aTaskLauncher)
If aTaskLauncher doesn't specify all the attribues needed to open a new task the method will optain this information from the taskInfos list.
aTaskLauncher
- com.ibm.dse.desktop.TaskLauncherpublic void openTask(java.lang.String op, java.lang.String sp, java.lang.String taskName, java.lang.String type)
It uses the parameter taskName to find a short and a long description for this task. If there is no TaskInfo corresponding to the taskName the new task has the taskname as description.
op
- Operationsp
- SmartPaneltaskName
- java.lang.Stringpublic void paint(java.awt.Graphics g)
g
- java.awt.Graphicspublic boolean readXMLFromJAR()
public void reBuild()
public void regenerate()
public void removeAllComponents()
When there is any opened task in the desktop, the TaskArea and the WorkingArea won't be removed. This method is currently used to remove all the elements of the desktop before rebuilding it.
public void setAttributes(java.lang.Object o, org.w3c.dom.Node node)
The object o must have setters for all the attributes described in the node. If it doesn't the method will show a warning message.
o
- java.lang.Objectnode
- org.w3c.dom.Nodepublic void setBookmarkArea(BookmarkArea BMA)
com.ibm.dse.desktop.BookmarkArea
- public void setBookmarkId(java.lang.Object o)
The BookmarkId is the personal identifier for each Desktop user.
public void setDesktopLocale(java.util.Locale locale)
locale
- Localepublic void setDeveloperTime(java.lang.Object o)
developerTime
- boolean. The new value of the property.public static void setFileName(java.lang.String s)
String
- spublic void setFinalizerClass(java.lang.Object o)
o
- java.lang.Objectpublic void setFinalizerMethod(java.lang.Object o)
o
- java.lang.Objectpublic static void setFrameworkInitialized(boolean aBoolean)
aBoolean
- booleanpublic void setHeight(java.lang.Object o)
o
- java.lang.Objectpublic void setHelpFileURL(java.lang.Object o)
o
- java.lang.Objectpublic void setInitializerClass(java.lang.Object o)
o
- java.lang.Objectpublic void setInitializerMethod(java.lang.Object o)
o
- java.lang.Objectpublic void setLookAndFeel(java.lang.Object laf)
laf
- Object .The new value of the property.public void setMessageTextField(MessageArea t)
t
- TextFieldpublic void setMultiTasking(java.lang.Object o)
o
- java.lang.Objectpublic void setOnInitialize(java.lang.Object o)
o
- java.lang.Objectpublic void setOrientation(java.lang.Object o)
The orientation is the Component orientation of the Desktop.
public void setOriginalHeight(int height)
originalHeight
- int The new value of the property.public void setOriginalWidth(int width)
originalWidth
- int The new value of the property.public void setPackages(java.lang.Object o)
o
- java.lang.Objectpublic void setReadXMLFromJAR(boolean readFromJAR)
readFromJAR
- booleanpublic static void setShowProgressBar(boolean aBoolean)
aBoolean
- booleanpublic void setTitle(java.lang.Object o)
o
- java.lang.Objectpublic void setWidth(java.lang.Object o)
o
- java.lang.Objectpublic void showHelp(java.lang.String s)
s
- java.lang.Stringpublic void showMessage(java.lang.String s)
s
- java.lang.Stringpublic void showMessage(java.lang.String s, int i)
s
- java.lang.Stringi
- intpublic void showProgressBar()
public static void showTraceMessage(int level, int type, java.lang.String message)
level
- intmessage
- java.lang.Stringexception
- java.lang.Throwablepublic static void showTraceMessage(int level, int type, java.lang.String message, java.lang.Throwable exception)
level
- intmessage
- java.lang.Stringexception
- java.lang.Throwablepublic static void unBlock(java.lang.Object o)
o
- java.lang.Objectpublic void windowActivated(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEventpublic void windowClosed(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEventpublic void windowClosing(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEventpublic void windowDeactivated(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEventpublic void windowDeiconified(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEventpublic void windowIconified(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEventpublic void windowOpened(java.awt.event.WindowEvent e)
e
- java.awt.event.WindowEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |