textbender.g.lang
Class ThrowableHolderVST

java.lang.Object
  extended by ThrowableHolderVST

@ThreadRestricted(value="AWT event dispatch")
final class ThrowableHolderVST
extends Object

View of throwable holder, showing its full stack trace.


Constructor Summary
ThrowableHolderVST(ThrowableHolderModel m, Container container, Spool spool)
          Constructs a new ThrowableHolderVST in a container.
 
Method Summary
 ThrowableHolderModel getModel()
          Returns the model that is viewed.
 void setModel(ThrowableHolderModel newModel)
          Sets the model that is viewed, per getModel().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableHolderVST

ThrowableHolderVST(ThrowableHolderModel m,
                   Container container,
                   Spool spool)
Constructs a new ThrowableHolderVST in a container. The container's layout manager ought to be vertically oriented, like a BoxLayout along the Y_AXIS.

Parameters:
m - model per getModel(); or null to set it later
Method Detail

getModel

public ThrowableHolderModel getModel()
Returns the model that is viewed.

Returns:
model; or null if there is none

setModel

public void setModel(ThrowableHolderModel newModel)
Sets the model that is viewed, per getModel().