|
|||||||||||
| 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.adwt.service.BeanContextInternalFrame
|
+--org.ejtools.graph.frame.GraphInternalFrame
Description of the Class
| Field Summary | |
protected ControlCompositeTrack |
composite
Description of the Field |
protected javax.swing.JPanel |
controls
Description of the Field |
protected long |
delay
Description of the Field |
protected int |
index
Description of the Field |
protected org.ejtools.adwt.service.MenuBarServiceProvider |
menubarProvider
Description of the Field |
protected java.lang.String |
name
Description of the Field |
protected javax.swing.JPanel |
printArea
Description of the Field |
protected java.util.Hashtable |
producers
Description of the Field |
protected JPanelGraphRenderer |
renderer
Description of the Field |
protected boolean |
running
Description of the Field |
protected double |
scale
Description of the Field |
protected org.ejtools.adwt.service.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 | |
GraphInternalFrame()
Constructor for GraphInternalFrame. |
|
| Method Summary | |
void |
addGraphProducer(GraphProducer producer)
Adds a feature to the GraphProducer attribute of the GraphService object |
boolean |
containsGraphProducer(GraphProducer producer)
Description of the Method |
long |
getDelay()
Returns the delay. |
java.lang.String |
getName()
Returns the name. |
double |
getScale()
Returns the scale. |
protected void |
releaseBeanContextResources()
Description of the Method |
void |
removeGraphProducer(GraphProducer producer)
Description of the Method |
void |
setDelay(long delay)
Sets the consomptionDelay attribute of the GraphConsumer object |
void |
setName(java.lang.String name)
Sets the name. |
void |
setScale(double scale)
Sets the scale attribute of the GraphInternalFrame object |
java.lang.String |
toString()
|
| Methods inherited from class org.ejtools.adwt.service.BeanContextInternalFrame |
activate, close, getAction, getComponent, getTitle, initializeBeanContextResources, internalFrameActivated, internalFrameClosed, internalFrameClosing, internalFrameDeactivated, internalFrameDeiconified, internalFrameIconified, internalFrameOpened, 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, 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 transient ControlCompositeTrack composite
protected transient javax.swing.JPanel controls
protected long delay
protected int index
protected org.ejtools.adwt.service.MenuBarServiceProvider menubarProvider
protected java.lang.String name
protected transient javax.swing.JPanel printArea
protected transient java.util.Hashtable producers
protected transient JPanelGraphRenderer renderer
protected boolean running
protected double scale
protected org.ejtools.adwt.service.ToolBarServiceProvider toolbarProvider
| Constructor Detail |
public GraphInternalFrame()
| Method Detail |
public void addGraphProducer(GraphProducer producer)
GraphConsumer
addGraphProducer in interface GraphConsumerproducer - The feature to be added to the GraphProducer attributepublic boolean containsGraphProducer(GraphProducer producer)
containsGraphProducer in interface GraphConsumerproducer - Description of the Parameter
public long getDelay()
public java.lang.String getName()
public double getScale()
public void removeGraphProducer(GraphProducer producer)
GraphConsumer
removeGraphProducer in interface GraphConsumerproducer - Description of the Parameterpublic void setDelay(long delay)
GraphConsumer
setDelay in interface GraphConsumerdelay - The new delay valuepublic void setName(java.lang.String name)
name - The name to setpublic void setScale(double scale)
scale - The new scale valuepublic java.lang.String toString()
toString in class java.lang.Objectprotected void releaseBeanContextResources()
releaseBeanContextResources in class org.ejtools.adwt.service.BeanContextInternalFrame
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||