All Examples  This Package

Class examples.zac.update.ZACLogPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----examples.zac.update.ZACLogPanel

public class ZACLogPanel
extends Panel
Displays a log from a ZAC update.

Author:
Copyright (c) 1998-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o ZACLogPanel(ZACLog)
Sets up the displayable parts related to ZAC, including ZAC name, host and port of the publishing server, local ZAC directory location, and the status of the update.

Constructors

 o ZACLogPanel
 public ZACLogPanel(ZACLog zl)
Sets up the displayable parts related to ZAC, including ZAC name, host and port of the publishing server, local ZAC directory location, and the status of the update.


All Examples  This Package