SOMA.explorer
Class ObjectExplorerItem

java.lang.Object
  |
  +--SOMA.explorer.ExplorerItem
        |
        +--SOMA.explorer.ObjectExplorerItem

public class ObjectExplorerItem
extends ExplorerItem

ExplorerItem che mostra come sintassi (ExplorerItem.getSyntax()) una descrizione dell'oggetto osservato (oggetto.toString()). Si tratta di un ExplorerItem generico utilizabile per osservare lo stato di un oggetto.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
ObjectExplorerItem(java.lang.Object myObject)
          Costruttore che ha come parametro l'oggetto di cui si osserva lo stato.
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
          Stampa e restituisce ExplorerItem.getSyntax().
 java.lang.String getSyntax()
           
 java.lang.String toString()
          Restituisce ExplorerItem.getSyntax().
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, Help, Help, setSyntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectExplorerItem

public ObjectExplorerItem(java.lang.Object myObject)
Costruttore che ha come parametro l'oggetto di cui si osserva lo stato.
Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Stampa e restituisce ExplorerItem.getSyntax().
Overrides:
Execute in class ExplorerItem

toString

public java.lang.String toString()
Restituisce ExplorerItem.getSyntax().
Overrides:
toString in class ExplorerItem

getSyntax

public java.lang.String getSyntax()
Overrides:
getSyntax in class ExplorerItem