|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.beans.beancontext.BeanContextChildSupport
|
+--java.beans.beancontext.BeanContextSupport
|
+--java.beans.beancontext.BeanContextServicesSupport
|
+--org.ejtools.beans.beancontext.CustomBeanContextServicesSupport
|
+--org.ejtools.beans.beancontext.CustomBeanContextServiceProvider
|
+--org.ejtools.adwt.service.FrameServiceProvider
Description of the Class
| Field Summary | |
protected javax.swing.JFrame |
frame
Description of the Field |
protected javax.swing.JScrollPane |
scrollPane
Description of the Field |
protected FrameService |
service
Description of the Field |
| 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 org.ejtools.adwt.service.FrameService |
MDI, SDI |
| Fields inherited from interface java.beans.beancontext.BeanContext |
globalHierarchyLock |
| Fields inherited from interface java.beans.DesignMode |
PROPERTYNAME |
| Constructor Summary | |
protected |
FrameServiceProvider()
Constructor for the FrameServiceProvider object |
| Method Summary | |
void |
addWindowListener(java.awt.event.WindowListener l)
Adds a feature to the WindowListener attribute of the FrameServiceProvider object |
java.awt.Container |
getContainer()
Gets the container attribute of the FrameServiceProvider object |
java.util.Iterator |
getCurrentServiceSelectors(java.beans.beancontext.BeanContextServices bcs,
java.lang.Class serviceClass)
Gets the currentServiceSelectors attribute of the ApplicationServiceProvider object |
java.lang.Object |
getService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Class serviceClass,
java.lang.Object serviceSelector)
Gets the service attribute of the ApplicationServiceProvider object |
protected void |
initializeBeanContextResources()
Description of the Method |
protected void |
releaseBeanContextResources()
Description of the Method |
void |
releaseService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Object service)
Description of the Method |
protected void |
releaseServices(java.beans.beancontext.BeanContextServices context)
Description of the Method |
void |
removeWindowListener(java.awt.event.WindowListener l)
Description of the Method |
void |
setTitle(java.lang.String title)
Setter for the title attribute |
void |
update(javax.swing.JMenuBar menuBar)
Description of the Method |
protected void |
useServices(java.beans.beancontext.BeanContextServices context)
Description of the Method |
| Methods inherited from class org.ejtools.beans.beancontext.CustomBeanContextServiceProvider |
getServiceClass |
| 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 |
protected javax.swing.JFrame frame
protected javax.swing.JScrollPane scrollPane
protected FrameService service
| Constructor Detail |
protected FrameServiceProvider()
| Method Detail |
public void addWindowListener(java.awt.event.WindowListener l)
addWindowListener in interface FrameServicel - The feature to be added to the WindowListener attributepublic java.awt.Container getContainer()
getContainer in interface java.beans.beancontext.BeanContextContainerProxy
public java.util.Iterator getCurrentServiceSelectors(java.beans.beancontext.BeanContextServices bcs,
java.lang.Class serviceClass)
getCurrentServiceSelectors in interface java.beans.beancontext.BeanContextServiceProvidergetCurrentServiceSelectors in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderbcs - Description of ParameterserviceClass - Description of Parameter
public java.lang.Object getService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Class serviceClass,
java.lang.Object serviceSelector)
getService in interface java.beans.beancontext.BeanContextServiceProvidergetService in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderbcs - Description of Parameterrequestor - Description of ParameterserviceClass - Description of ParameterserviceSelector - Description of Parameter
public void releaseService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Object requestor,
java.lang.Object service)
releaseService in interface java.beans.beancontext.BeanContextServiceProviderreleaseService in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderbcs - Description of Parameterrequestor - Description of Parameterservice - Description of Parameterpublic void removeWindowListener(java.awt.event.WindowListener l)
removeWindowListener in interface FrameServicel - Description of Parameterpublic void setTitle(java.lang.String title)
setTitle in interface FrameServicetitle - The new valuepublic void update(javax.swing.JMenuBar menuBar)
update in interface MenuBarService.ListenermenuBar - Description of Parameterprotected void initializeBeanContextResources()
initializeBeanContextResources in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderprotected void releaseBeanContextResources()
releaseBeanContextResources in class org.ejtools.beans.beancontext.CustomBeanContextServiceProviderprotected void releaseServices(java.beans.beancontext.BeanContextServices context)
context - Description of Parameterprotected void useServices(java.beans.beancontext.BeanContextServices context)
context - Description of Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||