org.ejtools.adwt.service
Class ConsoleServiceInternalFrame

java.lang.Object
  |
  +--java.beans.beancontext.BeanContextChildSupport
        |
        +--java.beans.beancontext.BeanContextSupport
              |
              +--java.beans.beancontext.BeanContextServicesSupport
                    |
                    +--org.ejtools.beans.beancontext.CustomBeanContextServicesSupport
                          |
                          +--org.ejtools.adwt.service.BeanContextInternalFrame
                                |
                                +--org.ejtools.adwt.service.ConsoleServiceInternalFrame
All Implemented Interfaces:
java.beans.beancontext.BeanContext, java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextServiceRevokedListener, java.beans.beancontext.BeanContextServices, java.beans.beancontext.BeanContextServicesListener, java.util.Collection, ConsoleService, java.beans.DesignMode, java.util.EventListener, javax.swing.event.InternalFrameListener, java.beans.PropertyChangeListener, java.io.Serializable, org.ejtools.util.state.Storable, java.beans.VetoableChangeListener, java.beans.Visibility

public class ConsoleServiceInternalFrame
extends BeanContextInternalFrame
implements ConsoleService

Version:
$Revision: 1.6 $
Author:
Laurent Etiemble
See Also:
Serialized Form

Field Summary
protected  java.beans.beancontext.BeanContext context
          Description of the Field
protected  MenuBarServiceProvider menubarProvider
          Description of the Field
protected  javax.swing.JTextArea textarea
          Description of the Field
protected  ToolBarServiceProvider toolbarProvider
          Description of the Field
 
Fields inherited from class org.ejtools.adwt.service.BeanContextInternalFrame
action, frame, service
 
Fields inherited from class java.beans.beancontext.BeanContextServicesSupport
bcsListeners, proxy, serializable, services
 
Fields inherited from class java.beans.beancontext.BeanContextSupport
bcmListeners, children, designTime, locale, okToUseGui
 
Fields inherited from class java.beans.beancontext.BeanContextChildSupport
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
 
Fields inherited from interface java.beans.beancontext.BeanContext
globalHierarchyLock
 
Fields inherited from interface java.beans.DesignMode
PROPERTYNAME
 
Constructor Summary
ConsoleServiceInternalFrame(java.beans.beancontext.BeanContext context)
          Constructor for ConsoleServiceInternalFrame.
 
Method Summary
 void append(java.lang.String message)
          Description of the Method
 void copy()
          Description of the Method
 void cut()
          Description of the Method
 void delete()
          Description of the Method
 void hide()
          Description of the Method
 void show()
          Description of the Method
 
Methods inherited from class org.ejtools.adwt.service.BeanContextInternalFrame
activate, close, getAction, getComponent, getTitle, initializeBeanContextResources, internalFrameActivated, internalFrameClosed, internalFrameClosing, internalFrameDeactivated, internalFrameDeiconified, internalFrameIconified, internalFrameOpened, releaseBeanContextResources, releaseServices, setTitle, useServices
 
Methods inherited from class org.ejtools.beans.beancontext.CustomBeanContextServicesSupport
accept, clear, getService
 
Methods inherited from class java.beans.beancontext.BeanContextServicesSupport
addBeanContextServicesListener, addService, addService, bcsPreDeserializationHook, bcsPreSerializationHook, childJustRemovedHook, createBCSChild, createBCSSServiceProvider, fireServiceAdded, fireServiceAdded, fireServiceRevoked, fireServiceRevoked, getBeanContextServicesPeer, getChildBeanContextServicesListener, getCurrentServiceClasses, getCurrentServiceSelectors, hasService, initialize, releaseService, removeBeanContextServicesListener, revokeService, serviceAvailable, serviceRevoked
 
Methods inherited from class java.beans.beancontext.BeanContextSupport
add, addAll, addBeanContextMembershipListener, avoidingGui, bcsChildren, childDeserializedHook, childJustAddedHook, classEquals, contains, containsAll, containsKey, copyChildren, deserialize, dontUseGui, fireChildrenAdded, fireChildrenRemoved, getBeanContextPeer, getChildBeanContextChild, getChildBeanContextMembershipListener, getChildPropertyChangeListener, getChildSerializable, getChildVetoableChangeListener, getChildVisibility, getLocale, getResource, getResourceAsStream, instantiateChild, isDesignTime, isEmpty, isSerializing, iterator, needsGui, okToUseGui, propertyChange, readChildren, remove, remove, removeAll, removeBeanContextMembershipListener, retainAll, serialize, setDesignTime, setLocale, size, toArray, toArray, validatePendingAdd, validatePendingRemove, vetoableChange, writeChildren
 
Methods inherited from class java.beans.beancontext.BeanContextChildSupport
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, isDelegated, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext, validatePendingSetBeanContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.beans.beancontext.BeanContext
addBeanContextMembershipListener, getResource, getResourceAsStream, instantiateChild, removeBeanContextMembershipListener
 
Methods inherited from interface java.beans.beancontext.BeanContextChild
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
 
Methods inherited from interface java.util.Collection
add, addAll, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.beans.DesignMode
isDesignTime, setDesignTime
 
Methods inherited from interface java.beans.Visibility
avoidingGui, dontUseGui, needsGui, okToUseGui
 

Field Detail

context

protected java.beans.beancontext.BeanContext context
Description of the Field


menubarProvider

protected MenuBarServiceProvider menubarProvider
Description of the Field


textarea

protected javax.swing.JTextArea textarea
Description of the Field


toolbarProvider

protected ToolBarServiceProvider toolbarProvider
Description of the Field

Constructor Detail

ConsoleServiceInternalFrame

public ConsoleServiceInternalFrame(java.beans.beancontext.BeanContext context)
Constructor for ConsoleServiceInternalFrame.

Parameters:
context - Description of the Parameter
Method Detail

append

public void append(java.lang.String message)
Description copied from interface: ConsoleService
Description of the Method

Specified by:
append in interface ConsoleService
Parameters:
message - Description of the Parameter

copy

public void copy()
Description copied from interface: ConsoleService
Description of the Method

Specified by:
copy in interface ConsoleService

cut

public void cut()
Description copied from interface: ConsoleService
Description of the Method

Specified by:
cut in interface ConsoleService

delete

public void delete()
Description copied from interface: ConsoleService
Description of the Method

Specified by:
delete in interface ConsoleService

hide

public void hide()
Description copied from interface: ConsoleService
Description of the Method

Specified by:
hide in interface ConsoleService

show

public void show()
Description copied from interface: ConsoleService
Description of the Method

Specified by:
show in interface ConsoleService


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.