org.jurvis.swing.explorer
Interface JvExplorerDetails

All Superinterfaces:
JvJavaBean
All Known Implementing Classes:
JvExplorerListDetails

public interface JvExplorerDetails
extends JvJavaBean

A component displaying details about the active JvExplorer node.


Method Summary
 Object getActiveObject()
          Return the active explorer object.
 JComponent getComponent()
          Return the JComponent containing the details.
 void setActiveNode(JvExplorerNode activeNode)
          Set the active node in this details component.
 void setActiveObject(Object activeObject)
          Set the active object in this details component.
 
Methods inherited from interface org.jurvis.beans.JvJavaBean
addPropertyChangeListener, removePropertyChangeListener
 

Method Detail

getComponent

JComponent getComponent()
Return the JComponent containing the details.

Returns:
the form's JComponent

setActiveNode

void setActiveNode(JvExplorerNode activeNode)
Set the active node in this details component. This method is not intended to be called by anything other than JvExplorer.

Parameters:
activeNode - the new active node

getActiveObject

Object getActiveObject()
Return the active explorer object.

Returns:
the active explorer object

setActiveObject

void setActiveObject(Object activeObject)
Set the active object in this details component. This method is not intended to be called by anything other than JvExplorer.

Parameters:
activeObject - the new active object


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.