|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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 is 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.
Nested Class Summary |
---|
Nested classes inherited from class javax.swing.JApplet |
---|
javax.swing.JApplet.AccessibleJApplet |
Nested classes inherited from class java.applet.Applet |
---|
java.applet.Applet.AccessibleApplet |
Nested classes inherited from class java.awt.Panel |
---|
java.awt.Panel.AccessibleAWTPanel |
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 | |
---|---|
static java.awt.event.ComponentListener |
aComponentListener
|
protected BookmarkArea |
bookmarkArea
The instance of BookmarkArea. |
protected boolean |
change_language
|
static java.lang.String |
COMPID
The 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
The name by default of the fast path format. |
protected boolean |
file_exists
|
protected java.lang.String |
finalizerClass
The name of the finalizer class. |
protected java.lang.String |
finalizerMethod
The name of the finalizer method. |
static java.awt.Frame |
frame
|
javax.help.HelpBroker |
hb
The instance of the HelpBroker. |
protected java.lang.String |
helpFileURL
The URL of the help file. |
javax.help.HelpSet |
hs
The instance of the HelpSet. |
static boolean |
iniDesktopOK
|
protected java.lang.String |
initializerClass
The name of the initializer class. |
protected java.lang.String |
initializerMethod
The name of the initializer method. |
static java.lang.Class |
keyEventClass
The class of the keyEventClass. |
protected static java.util.Hashtable |
LayoutList
|
protected java.lang.String |
lookandfeel
The look and feel of the Desktop. |
protected MessageArea |
messageTextField
The instance of the MessageArea. |
static NewGridLayout |
newLayout1
|
protected int |
nextX
The x location of the next component. |
protected int |
nextY
The y location of the next component. |
protected java.util.Hashtable |
nodeBeanTable
The collection of components of the Desktop kept by node. |
protected java.awt.ComponentOrientation |
orientation
The group of packages where Desktop components can be defined. |
protected java.lang.String |
packages
The group of packages where Desktop components can be defined. |
protected static boolean |
rebuild
|
protected java.lang.String |
rebuilderClass
The name of the rebuilder class. |
protected java.lang.String |
rebuilderMethod
The name of the rebuilder method. |
protected java.lang.String |
resDesktop
|
protected java.util.ResourceBundle |
resResourceBundle
|
protected java.lang.String |
resSampleDesktop
|
protected java.util.ResourceBundle |
resSampleResourceBundle
|
protected TaskArea |
taskArea
The instance of the TaskArea class. |
protected java.util.Hashtable |
taskCodes
The collection of taskInfos kept by code. |
protected java.util.Hashtable |
taskInfos
The collection of taskInfos kept by taskname. |
protected static Desktop |
theDesktop
The instance of the Desktop class. |
protected java.lang.String |
title
The title of the Desktop. |
protected boolean |
usingLayouts
|
protected WorkingArea |
workingArea
The instance of the WorkingArea class. |
protected static java.lang.String |
XML_FILE
The name by default of the xml file. |
Fields inherited from class javax.swing.JApplet |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
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 | |
---|---|
Desktop()
This constructor creates a Desktop object. |
|
Desktop(java.lang.String path)
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 taskInfo 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)
Sets 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)
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. |
protected java.awt.Rectangle |
getBoundsForWorkingArea(int x0,
int y0,
WorkingArea wa)
Returns a new Rectangle with the size of WorkingArea. |
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()
Returns the name of the Desktop file. |
java.awt.Container |
getFirstParent()
Returns the last Parent of the desktop. |
java.awt.Container |
getFirstParent(java.awt.Container comp)
Returns the last Parent of the comp container. |
static java.awt.Frame |
getFrame()
Gets the desktop frame. |
static boolean |
getFrameworkInitialized()
Returns a boolean that indicates whether the toolkit is initialized. |
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. |
protected java.awt.Point |
getLocationOfComponent(int x0,
int y0,
javax.swing.JComponent c)
Returns the Point where the component is placed. |
java.lang.String |
getLookAndFeel()
Returns the value of the lookandfeel property. |
java.util.Hashtable |
getNamedComponents()
Gets the list of components, ordered by name. |
protected static Desktop |
getNewDesktopInstance()
Returns a new Desktop instance. |
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 originalWidth property, which is the initial width of the Desktop before any modification. |
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. |
TaskArea |
getTaskArea()
Gets the task area. |
TaskInfo |
getTaskInfo(java.lang.Object o)
Returns the TaskInfo corresponding to the Object o. |
TaskInfo |
getTaskInfo(TaskLauncher aTaskLauncher)
Returns the TaskInfo corresponding to the TaskLauncher aTaskLauncher. |
TaskInfo |
getTaskInfoByCode(java.lang.String code)
Returns the first TaskInfo from the taskinfos list that 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 the desktop with the current platform look and feel. |
void |
init()
Handles the Applet init method. |
static void |
initDesktop()
|
static void |
initDesktop(java.awt.Frame frame)
Provides the main entrypoint. |
void |
initialize()
Processes the initialization. |
void |
initTable()
Indicates which components are defined in this package. |
void |
iniXML()
Parses and initializes the XML definition. |
boolean |
isMultiTasking()
Indicates whether the application is multitasking. |
boolean |
isUsingLayouts()
Returns whether the desktop is using Layouts. |
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)
Opens a new task with the operation op in the operation panel sp. |
void |
openTask(TaskInfo aTaskInfo,
java.lang.String parameters,
java.lang.String errorMessage)
Opens a new task described by aTaskInfo using the passed parameters to create the task's operation. |
void |
openTask(TaskLauncher aTaskLauncher)
Opens a new task described by aTaskLauncher. |
void |
paint(java.awt.Graphics g)
Transfers the focus to the first focusable component. |
boolean |
readXMLFromJAR()
Returns the boolean value that indicates whether the XML file is read from a JAR. |
void |
reBuild()
Removes all the components and parses and initializes them again using the desktop XML definitions file. |
void |
regenerate()
Changes the language of all the labels of the Desktop by calling the setAttributes method. |
void |
removeAllComponents()
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)
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)
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 whether the toolkit is initialized. |
void |
setHeight(java.lang.Object o)
Sets the text field height. |
void |
setHelpFileURL(java.lang.Object o)
Sets the HelpSet 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 multitasking. |
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 originalWidth 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. |
void |
setRebuilderClass(java.lang.Object o)
Sets the name of the desktop rebuilding class. |
void |
setRebuilderMethod(java.lang.Object o)
Sets the name of the desktop rebuilding method. |
static void |
setShowProgressBar(boolean aBoolean)
Sets the boolean value that indicates whether the desktop initialization progress bar must be shown. |
void |
setTaskArea(TaskArea aTaskArea)
Sets the instance of TaskArea associated with the Desktop. |
void |
setTitle(java.lang.Object o)
Sets the title. |
void |
setUsingLayouts(boolean newUseLayout)
Sets whether the Desktop instance is using Layouts. |
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 passed 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 passed 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, 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, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, 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, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
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 rebuilderClass
protected java.lang.String rebuilderMethod
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 boolean iniDesktopOK
public static java.awt.Frame frame
public static transient java.lang.Class keyEventClass
public javax.help.HelpSet hs
public javax.help.HelpBroker hb
protected static java.util.Hashtable LayoutList
protected BookmarkArea bookmarkArea
public static NewGridLayout newLayout1
protected static boolean rebuild
public static final java.lang.String COMPID
public static java.awt.event.ComponentListener aComponentListener
protected boolean file_exists
protected boolean change_language
protected int count
protected boolean developerTime
protected int desktopWidth
protected int desktopHeight
protected java.util.ResourceBundle resResourceBundle
protected java.util.ResourceBundle resSampleResourceBundle
protected java.lang.String resDesktop
protected java.lang.String resSampleDesktop
protected boolean usingLayouts
Constructor Detail |
public Desktop()
public Desktop(java.lang.String path)
path
- StringMethod Detail |
public static int absoluteXcoor(java.awt.Container c)
c
- java.awt.Container
public static int absoluteYcoor(java.awt.Container c)
c
- java.awt.Container
public void add(java.lang.Object o)
add
in interface DesktopComponent
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.Node
public void createElement(org.w3c.dom.Node node)
node
- org.w3c.dom.Nodepublic boolean definesTask(TaskLauncher aTaskLauncher)
aTaskLauncher
- com.ibm.dse.desktop.TaskLauncher
public void exitApplication()
public java.lang.String getAppletInfo()
public BookmarkArea getBookmarkArea()
public java.lang.String getBookmarkId()
protected java.awt.Rectangle getBoundsForWorkingArea(int x0, int y0, WorkingArea wa)
x0
- int - X position of WorkingAreay0
- int - Y position of WorkingAreawa
- com.ibm.dse.desktop.WorkingArea
public java.lang.Object getComponentByName(java.lang.String name)
name
- java.lang.String
public java.util.Vector getComponentsByClass(java.lang.Class c)
public 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 java.awt.Frame getFrame()
public static boolean getFrameworkInitialized()
public java.lang.String getHelpFileURL()
public javax.swing.ImageIcon getImageIcon(java.lang.Object o)
o
- java.lang.Object
public static javax.swing.JRootPane getJRootPane(javax.swing.JComponent c)
c
- com.sun.java.swing.JComponent
public static javax.swing.KeyStroke getKeyStroke(java.lang.String str)
protected java.awt.Point getLocationOfComponent(int x0, int y0, javax.swing.JComponent c)
x0
- inty0
- intc
- javax.swing.JComponent
public java.lang.String getLookAndFeel()
public java.util.Hashtable getNamedComponents()
protected static Desktop getNewDesktopInstance()
public java.awt.ComponentOrientation getOrientation()
public int getOriginalHeight()
The originalHeight is the initial height of the Desktop before any modification.
public int getOriginalWidth()
public ProgressIndicator getProgressBean()
public static boolean getShowProgressBar()
public TaskArea getTaskArea()
public TaskInfo getTaskInfo(TaskLauncher aTaskLauncher)
aTaskLauncher
- TaskLauncher
public TaskInfo getTaskInfo(java.lang.Object o)
o
- java.lang.Object
public TaskInfo getTaskInfoByCode(java.lang.String code)
code
- java.lang.String
public java.lang.String getTitle()
public WorkingArea getWorkingArea()
public void iniApplication() throws java.lang.Exception
java.lang.Exception
public void iniHelp()
public void iniLookAndFeel() throws java.lang.Exception
java.lang.Exception
public void init()
public void initialize() throws java.lang.Exception
java.lang.Exception
public void initTable()
public void iniXML() throws java.lang.Exception
java.lang.Exception
public boolean isMultiTasking()
public boolean isUsingLayouts()
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)
aTaskInfo
- com.ibm.dse.desktop.TaskInfoparameters
- java.lang.StringerrorMessage
- java.lang.String.public void openTask(TaskLauncher aTaskLauncher)
aTaskLauncher
- com.ibm.dse.desktop.TaskLauncherpublic void openTask(java.lang.String op, java.lang.String sp, java.lang.String taskName, java.lang.String type)
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()
public void setAttributes(java.lang.Object o, org.w3c.dom.Node node)
o
- java.lang.Objectnode
- org.w3c.dom.Nodepublic void setBookmarkArea(BookmarkArea BMA)
public void setBookmarkId(java.lang.Object o)
public void setDesktopLocale(java.util.Locale locale)
locale
- Localepublic void setDeveloperTime(java.lang.Object o)
public static void setFileName(java.lang.String s)
public 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 propertypublic 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)
public void setOriginalHeight(int height)
public void setOriginalWidth(int width)
public void setPackages(java.lang.Object o)
o
- java.lang.Objectpublic void setReadXMLFromJAR(boolean readFromJAR)
readFromJAR
- booleanpublic void setRebuilderClass(java.lang.Object o)
o
- java.lang.Objectpublic void setRebuilderMethod(java.lang.Object o)
o
- java.lang.Objectpublic static void setShowProgressBar(boolean aBoolean)
aBoolean
- booleanpublic void setTaskArea(TaskArea aTaskArea)
aTaskArea
- com.ibm.dse.desktop.TaskAreapublic void setTitle(java.lang.Object o)
o
- java.lang.Objectpublic void setUsingLayouts(boolean newUseLayout)
newUseLayout
- booleanpublic 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.Stringpublic 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)
windowActivated
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened
in interface java.awt.event.WindowListener
e
- java.awt.event.WindowEventpublic static void initDesktop()
public static void initDesktop(java.awt.Frame frame)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |