com.ibm.eNetwork.beans.HOD Class HODPanelBean

  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
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JPanel
                          |
                          +--com.ibm.eNetwork.HOD.common.gui.HPanel
                                |
                                +--
com.ibm.eNetwork.beans.HOD.HODPanelBean

      
All Implemented Interfaces:
javax.accessibility.Accessible, java.lang.Cloneable, java.util.EventListener, java.io.Externalizable, com.ibm.eNetwork.HOD.common.HODConstants, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, java.io.Serializable, TraceProducer
Direct Known Subclasses:
ColorRemap, FileTransfer, HostPrintTerminal, com.ibm.eNetwork.beans.HOD.HostTerminal, KeyPad, KeyRemap, MacroManager, Screen
public abstract class HODPanelBean
extends com.ibm.eNetwork.HOD.common.gui.HPanel
implements com.ibm.eNetwork.HOD.common.HODConstants, java.io.Externalizable, java.beans.PropertyChangeListener, java.lang.Cloneable, TraceProducer

Base class for the Host Access Beans.

Class Inheritance

The libraries containing this class are available in two versions: java2 and jdk1.1.8. This class document represents a compilation using Java 2 and its core libraries. The class inheritance scheme is shown above.

The alternative library was compiled with JDK 1.1.8. The result is a slightly different derivation, illustrated in this following class inheritance fragment.



         |
         +--java.awt.Container
               |
               +--java.awt.Panel
                     |
                     +--com.ibm.eNetwork.HOD.common.gui.HPanel
                           |
                           +--
 
See Also:
Serialized Form

Inner classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent

 

Field Summary
static java.lang.String BEAN_VERSION_STRING            
static java.lang.String TRACE_LEVEL           traceLevel property keyword
static int TRACE_MAXIMUM           traceLevel property value
static int TRACE_MINIMUM           traceLevel property value
static int TRACE_NONE           traceLevel property value
static int TRACE_NORMAL           traceLevel property value

 

Fields inherited from class javax.swing.JComponent
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW

 

Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT

 

Fields inherited from interface com.ibm.eNetwork.HOD.common.HODConstants
DEFAULT_WIN_FONT, HOD_ICON_EVENT, HOD_MSG_FILE, HOD_RAS_COMPID_ADVMACRO, HOD_RAS_COMPID_ASSOC_PRT, HOD_RAS_COMPID_BLINKREMAP, HOD_RAS_COMPID_CODEPAGE, HOD_RAS_COMPID_COLORREMAP, HOD_RAS_COMPID_CONFIG, HOD_RAS_COMPID_DATAACCESS, HOD_RAS_COMPID_FILETRANSFER, HOD_RAS_COMPID_FTP_SCREEN, HOD_RAS_COMPID_FTP_SESSION, HOD_RAS_COMPID_FTP_TERMINAL, HOD_RAS_COMPID_FUDOMA, HOD_RAS_COMPID_HOD_API, HOD_RAS_COMPID_IMPEXP, HOD_RAS_COMPID_JNILOAD, HOD_RAS_COMPID_KEYPAD, HOD_RAS_COMPID_KEYREMAP, HOD_RAS_COMPID_MACRO, HOD_RAS_COMPID_MACROMANGR, HOD_RAS_COMPID_PRT_TERMINAL, HOD_RAS_COMPID_SCREEN, HOD_RAS_COMPID_SESSION, HOD_RAS_COMPID_SESSION_MGR, HOD_RAS_COMPID_SLP, HOD_RAS_COMPID_TERMINAL, HOD_RAS_COMPID_ZIPPRINT, HOD_RAS_FUNC_NAME, HOD_START_UP, HOD_TRANSFER_FILE_INFO, MOUSE_DOUBLE_CLICK_THRESHOLD, XFER_ASCII_GET_OPTIONS, XFER_ASCII_GET_OPTIONS_DEFAULT, XFER_ASCII_PUT_OPTIONS, XFER_ASCII_PUT_OPTIONS_DEFAULT, XFER_BINARY_GET_OPTIONS, XFER_BINARY_GET_OPTIONS_DEFAULT, XFER_BINARY_PUT_OPTIONS, XFER_BINARY_PUT_OPTIONS_DEFAULT, XFER_DEFAULT_OPTIONS, XFER_FILETYPE_DTA, XFER_FILETYPE_SAVF, XFER_FILETYPE_SRC, XFER_HOST_TYPE, XFER_HOST_TYPE_CICS, XFER_HOST_TYPE_CMS, XFER_HOST_TYPE_DEFAULT, XFER_HOST_TYPE_OS400, XFER_HOST_TYPE_TSO, XFER_PACKET_SIZE, XFER_PACKET_SIZE_DEFAULT, XFER_TIME_OUT_VALUE, XFER_TIME_OUT_VALUE_DEFAULT, XFER_TRANSFER_MODE, XFER_TRANSFER_MODE_ASCII, XFER_TRANSFER_MODE_BINARY, XFER_TRANSFER_MODE_DEFAULT

 

Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH

 

Method Summary
 void addPropertyChangeListener (java.beans.PropertyChangeListener listener)           Adds a property change listener.
 void addTraceListener ( TraceListener l)           Adds a trace listener.
 void addVetoableChangeListener (java.beans.VetoableChangeListener listener)           Adds a vetoable change listener.
 java.lang.Object clone ()           Returns a copy of this bean.
 void dispose ()           Disposes of the Bean when the caller is done with it.
 java.lang.String getComponent ()           Returns the trace component name for this object.
 java.lang.String getFunction ()           Returns the trace function name for this object.
 java.util.Properties getProperties ()           Returns the properties of the bean.
 int getTraceLevel ()           Returns the current trace level for this object.
abstract  java.lang.String getTraceName ()           Returns the trace name for this object.
 void propertyChange (java.beans.PropertyChangeEvent evt)           Invoked if this bean is registered as a PropertyChangeListener on a bean who's properties are changed.
 void readExternal (java.io.ObjectInput input)           Externalizable interface method to read the serialized bean properties.
 void removePropertyChangeListener (java.beans.PropertyChangeListener listener)           Removes a property change listener so that it no longer receives property change events.
 void removeTraceListener ( TraceListener l)           Removes a trace listener so that it no longer receives trace events.
 void removeVetoableChangeListener (java.beans.VetoableChangeListener listener)           Removes a vetoable change listener so that it no longer receives notification of vetoable property changes.
 void setProperties (java.util.Properties p)           Sets the properties for the bean.
 void setTraceLevel (int newLevel)           Sets the current tracing level for this object.
 java.lang.String toString ()           Returns a string representation of the bean.
 void writeExternal (java.io.ObjectOutput output)           Externalizable interface method to write the serialized bean properties.

 

Methods inherited from class com.ibm.eNetwork.HOD.common.gui.HPanel
add, createAssociation, paintComponent, requestFocus, setAccessDesc, setAccessibleName

 

Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUIClassID, updateUI

 

Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, repaint, repaint, requestDefaultFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update

 

Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, validate

 

Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

TRACE_LEVEL



public static final java.lang.String 
TRACE_LEVEL

         

TRACE_NONE



public static final int 
TRACE_NONE

         

TRACE_MINIMUM



public static final int 
TRACE_MINIMUM

         

TRACE_NORMAL



public static final int 
TRACE_NORMAL

         

TRACE_MAXIMUM



public static final int 
TRACE_MAXIMUM

         

BEAN_VERSION_STRING



public static final java.lang.String 
BEAN_VERSION_STRING

         

Method Detail

setProperties



public void 
setProperties(java.util.Properties p)
                   throws java.beans.PropertyVetoException

getProperties



public java.util.Properties 
getProperties()

addVetoableChangeListener



public void 
addVetoableChangeListener(java.beans.VetoableChangeListener listener)

removeVetoableChangeListener



public void 
removeVetoableChangeListener(java.beans.VetoableChangeListener listener)

addPropertyChangeListener



public void 
addPropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener



public void 
removePropertyChangeListener(java.beans.PropertyChangeListener listener)

propertyChange



public void 
propertyChange(java.beans.PropertyChangeEvent evt)

toString



public java.lang.String 
toString()

clone



public java.lang.Object 
clone()

readExternal



public void 
readExternal(java.io.ObjectInput input)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal



public void 
writeExternal(java.io.ObjectOutput output)
                   throws java.io.IOException

getTraceName



public abstract java.lang.String 
getTraceName()

getComponent



public java.lang.String 
getComponent()

getFunction



public java.lang.String 
getFunction()

getTraceLevel



public int 
getTraceLevel()

setTraceLevel



public void 
setTraceLevel(int newLevel)
                   throws java.beans.PropertyVetoException

addTraceListener



public void 
addTraceListener(
TraceListener l)

removeTraceListener



public void 
removeTraceListener(
TraceListener l)

dispose



public void 
dispose()

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:   INNER |  FIELD | CONSTR |  METHOD DETAIL:   FIELD | CONSTR |  METHOD