Classes | Public Member Functions | Package Functions | Package Attributes

si.ijs.acs.objectexplorer.ListsHandlerBean Class Reference

Inheritance diagram for si.ijs.acs.objectexplorer.ListsHandlerBean:
si.ijs.acs.objectexplorer.OperationInvocator si.ijs.acs.objectexplorer.ObjectDetailsHandler si.ijs.acs.objectexplorer.RemoteResponseCallbackListener

List of all members.

Classes

class  MembersSearching
class  OperationAcquiry

Public Member Functions

 ListsHandlerBean ()
void setConfirmed (boolean b)
javax.swing.JPanel getEditorPanel ()
void invocationDestroyed (Invocation inv)
void invokeOperation (si.ijs.acs.objectexplorer.engine.Operation op, java.lang.Object[] params)
void responseReceived (RemoteResponse response)
void setNodeRequestListener (NodeRequestListener listener)
void setNotifier (NotificationBean notifier)
void setObject (si.ijs.acs.objectexplorer.engine.SimpleIntrospectable object)
void setReporter (ReporterBean newReporter)

Package Functions

synchronized void clickedItem (Object item)
void setSpecial (boolean special)

Package Attributes

NotificationBean notifier = null
NodeRequestListener nodeRequestListener = null
ReporterBean reporter = null
Attribute[] cacheAttributes = null
Operation[] cacheOperations = null
SimpleIntrospectable currentNode = null
boolean showSpecial = true
boolean isSearching = false

Detailed Description

Handles Attributes and Operations of the selected Object

Author:
: Miha Kadunc

09.05.2001 Fixed exception handling, removed unnecessary members


Constructor & Destructor Documentation

si.ijs.acs.objectexplorer.ListsHandlerBean.ListsHandlerBean (  ) 

ServiceLocatorBean constructor comment.


Member Function Documentation

javax.swing.JPanel si.ijs.acs.objectexplorer.ListsHandlerBean.getEditorPanel (  ) 

getEditorPanel method comment.

void si.ijs.acs.objectexplorer.ListsHandlerBean.invokeOperation ( si.ijs.acs.objectexplorer.engine.Operation  op,
java.lang.Object[]  params 
)

invokeOperation method comment.

void si.ijs.acs.objectexplorer.ListsHandlerBean.responseReceived ( RemoteResponse  response  ) 
void si.ijs.acs.objectexplorer.ListsHandlerBean.setConfirmed ( boolean  b  ) 
void si.ijs.acs.objectexplorer.ListsHandlerBean.setNodeRequestListener ( NodeRequestListener  listener  ) 

setNodeRequestListener method comment.

References si.ijs.acs.objectexplorer.ListsHandlerBean.nodeRequestListener.

void si.ijs.acs.objectexplorer.ListsHandlerBean.setNotifier ( NotificationBean  notifier  ) 

setNotifier method comment.

void si.ijs.acs.objectexplorer.ListsHandlerBean.setObject ( si.ijs.acs.objectexplorer.engine.SimpleIntrospectable  object  ) 
void si.ijs.acs.objectexplorer.ListsHandlerBean.setReporter ( ReporterBean  newReporter  ) 

Insert the method's description here. Creation date: (11/10/00 4:31:21 PM)

Parameters:
newReporter si.ijs.acs.objectexplorer.ReporterBean

References si.ijs.acs.objectexplorer.ListsHandlerBean.reporter.

void si.ijs.acs.objectexplorer.ListsHandlerBean.setSpecial ( boolean  special  )  [package]

Insert the method's description here. Creation date: (10/31/00 1:33:18 PM)

References si.ijs.acs.objectexplorer.ListsHandlerBean.showSpecial.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties