A B C D E F G H I J L M N O P Q R S T U V W X

A

AboutDialog - Class in org.objectweb.fractal.explorer.lib
Displays the "Fractal Explorer About" box.
AboutDialog(Frame) - Constructor for class org.objectweb.fractal.explorer.lib.AboutDialog
 
accept(File) - Method in class org.objectweb.fractal.explorer.lib.FractalFileFilter
Whether the given file is accepted by this filter.
accept(File) - Method in class org.objectweb.fractal.explorer.lib.XMLFileFilter
Whether the given file is accepted by this filter.
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.lib.DisplayAboutDialogAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.lib.LoadConfigurationFileAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.lib.QuitAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.lib.RefreshAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.AddSubComponentAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.BindAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
Call the appropriate actionPerformed depending on the status of the component (STARTED or STOPPED).
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.InstantiateAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.RemoveComponentAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.RemoveSubComponentAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.StartAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.StartComponentAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.StopAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.StopComponentAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.UnbindAction
 
actionPerformed(ActionEvent) - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel.StartStopAction
The action
actionPerformed(ActionEvent) - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel.StartStopAction
The action
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.rmi.BindComponentAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.rmi.DisconnectRegistryAction
 
actionPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.rmi.UnbindComponentAction
 
actionStartedPerformed(MenuItemTreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalMenuItem
Called when the Fractal component is started.
actionStartedPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
 
actionStoppedPerformed(MenuItemTreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalMenuItem
Called when the Fractal component is stopped.
actionStoppedPerformed(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
 
addBinds(Graph, Component, CompositeVertex) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
calls the graph method to represent all the binds between the sub-components of a composite component and the binds between the sub-components client interfaces and the server interfaces of the composite component
addInternalBinds(Graph, Component, CompositeVertex) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
calls the graph method in order to represent the internal edges of a composite component (edges between the internal client interfaces of the composite component and the external interfaces of the sub-components)
addNeighbors(Component, PrimitiveVertex, Graph, boolean) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
This method draws the neigbors of a primitive component selected by the user neighbor = a component which is directly bound to the primitive component selected
addPortsComposite(Component, CompositeVertex) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
calls the graph method to represent all the ports on a composite component (around the border)
addPortsPrimitive(Component, PrimitiveVertex) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
calls the graph method to represent all the ports on a primitive component represented without its super-component
AddSubComponentAction - Class in org.objectweb.fractal.explorer.menu
This action allows to add a component into a composite component.
AddSubComponentAction() - Constructor for class org.objectweb.fractal.explorer.menu.AddSubComponentAction
 
AddSubComponentOnDropAction - Class in org.objectweb.fractal.explorer.menu
This action allows to add a component into a composite component using the Drag&Drop mechanism.
AddSubComponentOnDropAction() - Constructor for class org.objectweb.fractal.explorer.menu.AddSubComponentOnDropAction
 
addSubComponentPorts(CompositeVertex, Component) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
adds all the ports of a sub-component of a composite component
addSubComponents(Graph, Component, CompositeVertex) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
adds all the sub-components of a composite component with their ports
ArchitectRootContext - Class in org.objectweb.fractal.explorer.context
The context adds features to manage Fractal application such as the fractal factory.
ArchitectRootContext() - Constructor for class org.objectweb.fractal.explorer.context.ArchitectRootContext
 
AttributeControllerPanel - Class in org.objectweb.fractal.explorer.attributes
A Panel interface implementation used to display, monitor and modify component attributes.
AttributeControllerPanel() - Constructor for class org.objectweb.fractal.explorer.attributes.AttributeControllerPanel
This is the default constructor
AttributeDescriptor - Class in org.objectweb.fractal.explorer.attributes
A class to represent attributes.
AttributeDescriptor(String, Object, boolean) - Constructor for class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
 
AttributeMonitoringThread - Class in org.objectweb.fractal.explorer.attributes
A Thread responsible for periodically testing the value of the monitored attribute.
AttributeMonitoringThread(int, Object, String, JTable, int) - Constructor for class org.objectweb.fractal.explorer.attributes.AttributeMonitoringThread
Creates a new attribute monitoring thread.
attributeObject - Variable in class org.objectweb.fractal.explorer.attributes.AttributesTable
 
AttributesTable - Class in org.objectweb.fractal.explorer.attributes
An extended JTable that represents the attributes controlled by the attribute controller.
AttributesTable(Object, JPanel) - Constructor for class org.objectweb.fractal.explorer.attributes.AttributesTable
Creates a new attributes table.
AttributesTableColumnModel - Class in org.objectweb.fractal.explorer.attributes
An extended DefaultTableColumnModel with overriden moveColumn() method.
AttributesTableColumnModel() - Constructor for class org.objectweb.fractal.explorer.attributes.AttributesTableColumnModel
 
AttributesTableModel - Class in org.objectweb.fractal.explorer.attributes
 
AttributesTableModel(AttributeDescriptor[]) - Constructor for class org.objectweb.fractal.explorer.attributes.AttributesTableModel
A default constructor.
AttributesTableModelBuilder - Class in org.objectweb.fractal.explorer.attributes
A utility class providing static methods to build attribute table's model and get the name of the attribute controller interface used to control the attributes.
AttributesTableModelBuilder() - Constructor for class org.objectweb.fractal.explorer.attributes.AttributesTableModelBuilder
 
AttributeValueBooleanCellEditor - Class in org.objectweb.fractal.explorer.attributes
A custom CellEditor for boolean values of the attributes.
AttributeValueBooleanCellEditor(JCheckBox) - Constructor for class org.objectweb.fractal.explorer.attributes.AttributeValueBooleanCellEditor
 
AttributeValueCellRenderer - Class in org.objectweb.fractal.explorer.attributes
A custom TableCellRenderer for displaying attribute values in the attributes table.
AttributeValueCellRenderer() - Constructor for class org.objectweb.fractal.explorer.attributes.AttributeValueCellRenderer
 
AttributeValueDefaultCellEditor - Class in org.objectweb.fractal.explorer.attributes
A custom CellEditor for values of the attributes other than boolean (integer, string etc.).
AttributeValueDefaultCellEditor(JTextField) - Constructor for class org.objectweb.fractal.explorer.attributes.AttributeValueDefaultCellEditor
 

B

BindAction - Class in org.objectweb.fractal.explorer.menu
This action allows to bind an client interface to a server one.
BindAction() - Constructor for class org.objectweb.fractal.explorer.menu.BindAction
 
BindComponentAction - Class in org.objectweb.fractal.explorer.rmi
 
BindComponentAction() - Constructor for class org.objectweb.fractal.explorer.rmi.BindComponentAction
 
BindComponentOnDropAction - Class in org.objectweb.fractal.explorer.rmi
A Fractal component can be bound to a Redistry using this DnD action.
BindComponentOnDropAction() - Constructor for class org.objectweb.fractal.explorer.rmi.BindComponentOnDropAction
 
bindFc(String, Object) - Method in class org.objectweb.fractal.explorer.FcExplorerImpl
 
BindingControllerContext - Class in org.objectweb.fractal.explorer.context
Binding controller context.
BindingControllerContext() - Constructor for class org.objectweb.fractal.explorer.context.BindingControllerContext
 
BindInterfaceOnDropAction - Class in org.objectweb.fractal.explorer.menu
Action for binding an interface on drop.
BindInterfaceOnDropAction() - Constructor for class org.objectweb.fractal.explorer.menu.BindInterfaceOnDropAction
 
BindOnDropAction - Class in org.objectweb.fractal.explorer.menu
This action allows to bind an client interface to a server one using the Drag&Drop mechanism.
BindOnDropAction() - Constructor for class org.objectweb.fractal.explorer.menu.BindOnDropAction
 
buildAttributesTableModel(Object) - Static method in class org.objectweb.fractal.explorer.attributes.AttributesTableModelBuilder
Builds an attribute table model given an instance of an attribute controller.
button - Variable in class org.objectweb.fractal.explorer.panel.MonitorCellEditor
 

C

cc_ - Static variable in class org.objectweb.fractal.explorer.context.ArchitectRootContext
context container for the root node.
cc_ - Variable in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
The context container to use.
cc_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
The ContextContainer where adding the type.
cc_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The context container where adding the type.
cc_ - Variable in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
The context container in which the Registry has to be added.
cc_ - Static variable in class org.objectweb.fractal.explorer.rmi.FractalRegistriesRootContext
context container for the root node.
ClientCollectionIconProvider - Class in org.objectweb.fractal.explorer.icon
 
ClientCollectionIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.ClientCollectionIconProvider
Empty constructor.
ClientCollectionInterfaceContainer - Class in org.objectweb.fractal.explorer.context
A new ContextContainer which has a specific icon.
ClientCollectionInterfaceContainer(InterfaceType, Component) - Constructor for class org.objectweb.fractal.explorer.context.ClientCollectionInterfaceContainer
Default constructor.
clientInterface_ - Variable in class org.objectweb.fractal.explorer.menu.BindAction
The InterfaceReference on which the interface will be bound.
ClientInterfaceIconProvider - Class in org.objectweb.fractal.explorer.icon
Provides a specific icon for InterfaceReference if this one is :
a client interface.
ClientInterfaceIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.ClientInterfaceIconProvider
Empty constructor.
ClientInterfaceWrapper - Class in org.objectweb.fractal.explorer.context
A wrapper for Interface with CLIENT type.
ClientInterfaceWrapper(Interface) - Constructor for class org.objectweb.fractal.explorer.context.ClientInterfaceWrapper
Default constructor
comp_ - Variable in class org.objectweb.fractal.explorer.context.ClientCollectionInterfaceContainer
The associated component.
comp_ - Variable in class org.objectweb.fractal.explorer.context.ServerCollectionInterfaceContainer
The associated component.
compare(Interface, Interface) - Method in class org.objectweb.fractal.explorer.graph.GraphInformations.SortInterface
 
compare(Object, Object) - Method in class org.objectweb.fractal.explorer.graph.GraphInformations.SortInterface
 
ComponentContextForAdmin - Class in org.objectweb.fractal.explorer.context
Wrapper on ComponentIdentity object for admin role (adding the controller interfaces).
ComponentContextForAdmin() - Constructor for class org.objectweb.fractal.explorer.context.ComponentContextForAdmin
 
ComponentContextForAdvanced - Class in org.objectweb.fractal.explorer.context
Component context for advanced users (view of internal components).
ComponentContextForAdvanced() - Constructor for class org.objectweb.fractal.explorer.context.ComponentContextForAdvanced
 
ComponentContextForArchitect - Class in org.objectweb.fractal.explorer.context
Context on Component for admin role (adding the controller interfaces).
ComponentContextForArchitect() - Constructor for class org.objectweb.fractal.explorer.context.ComponentContextForArchitect
 
ComponentContextForService - Class in org.objectweb.fractal.explorer.context
Component context for user role.
ComponentContextForService() - Constructor for class org.objectweb.fractal.explorer.context.ComponentContextForService
 
ComponentGraph - Class in org.objectweb.fractal.explorer.panel
 
ComponentGraph() - Constructor for class org.objectweb.fractal.explorer.panel.ComponentGraph
Default constructor.
ComponentPanel - Class in org.objectweb.fractal.explorer.panel
Title for component panel.
ComponentPanel() - Constructor for class org.objectweb.fractal.explorer.panel.ComponentPanel
 
ComponentTable - Class in org.objectweb.fractal.explorer.panel
Displays the available business interfaces of a component.
ComponentTable() - Constructor for class org.objectweb.fractal.explorer.panel.ComponentTable
 
ComponentTypeContext - Class in org.objectweb.fractal.explorer.context
Wrapper on component type.
ComponentTypeContext() - Constructor for class org.objectweb.fractal.explorer.context.ComponentTypeContext
 
ComponentTypePanel - Class in org.objectweb.fractal.explorer.panel
Title for component type panel.
ComponentTypePanel() - Constructor for class org.objectweb.fractal.explorer.panel.ComponentTypePanel
 
ComponentTypeTable - Class in org.objectweb.fractal.explorer.panel
Displays the interface of the component type.
ComponentTypeTable() - Constructor for class org.objectweb.fractal.explorer.panel.ComponentTypeTable
 
configFiles_ - Variable in class org.objectweb.fractal.explorer.FcExplorerImpl
The config files
ConnectToRegistryAction - Class in org.objectweb.fractal.explorer.rmi
This action allows one to explore a new Fractal RMI registry.
ConnectToRegistryAction() - Constructor for class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
 
ContentControllerContext - Class in org.objectweb.fractal.explorer.context
ContentController interface navigation context.
ContentControllerContext() - Constructor for class org.objectweb.fractal.explorer.context.ContentControllerContext
 
contentDesc_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
The controller desc (String with Julia).
contentInterface_ - Variable in class org.objectweb.fractal.explorer.menu.AddSubComponentAction
The controller used to add a new component component.
contentInterface_ - Variable in class org.objectweb.fractal.explorer.menu.RemoveSubComponentAction
The controller used to add a new component component
ControllerContainer - Class in org.objectweb.fractal.explorer.context
Class which allow to define specific menu for a context container.
ControllerContainer() - Constructor for class org.objectweb.fractal.explorer.context.ControllerContainer
 
ControllerContainerPanel - Class in org.objectweb.fractal.explorer.panel
Title for controller context panel.
ControllerContainerPanel() - Constructor for class org.objectweb.fractal.explorer.panel.ControllerContainerPanel
 
ControllerContainerTable - Class in org.objectweb.fractal.explorer.panel
Displays the controller interface.
ControllerContainerTable() - Constructor for class org.objectweb.fractal.explorer.panel.ControllerContainerTable
 
controllerDesc_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
The controller desc (String with Julia).
controllers - Variable in class org.objectweb.fractal.explorer.context.ComponentContextForService
This Context Container contains the controller interfaces.
createBox(DialogBox, Component) - Method in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
Create a box containing all the box to specify all the params.
createBox(DialogBox, Component) - Method in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
Create a box containing all the box to specify all the params.
createBox(DialogBox) - Method in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
Creates a box containing all the box to specify all the params
createBox(DialogBox) - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
Creates a box containing all the box to specify all the params.
createBox(DialogBox) - Method in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
Create a box containing all the box to specify all the params.
createBox(DialogBox, Tree) - Method in class org.objectweb.fractal.explorer.rmi.BindComponentAction
Create a box containing all the box to specify all the params.
createBox(DialogBox) - Method in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
Create a box containing all the box to specify all the params.
CreateComponentTypeAction - Class in org.objectweb.fractal.explorer.menu
This action allows to create a new component type.
CreateComponentTypeAction() - Constructor for class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
 
createIcon(String) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns an ImageIcon, or null if the path is invalid.
CreateInstanceAction - Class in org.objectweb.fractal.explorer.menu
This action allows to create a new template.
CreateInstanceAction() - Constructor for class org.objectweb.fractal.explorer.menu.CreateInstanceAction
 
CreateInterfaceTypeAction - Class in org.objectweb.fractal.explorer.menu
This action allows to create a new interface type.
CreateInterfaceTypeAction() - Constructor for class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
 

D

DefaultFractalContext - Class in org.objectweb.fractal.explorer.context
Basic implementation of a Fractal context.
DefaultFractalContext() - Constructor for class org.objectweb.fractal.explorer.context.DefaultFractalContext
 
DefaultFractalDropAction - Class in org.objectweb.fractal.explorer.menu
Specialization of the drop action for entities having life cycle properties.
DefaultFractalDropAction() - Constructor for class org.objectweb.fractal.explorer.menu.DefaultFractalDropAction
 
DefaultFractalIconProvider - Class in org.objectweb.fractal.explorer.icon
Basic icon provider for fractal.
DefaultFractalIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.DefaultFractalIconProvider
Default constructor
DefaultFractalMenuItem - Class in org.objectweb.fractal.explorer.menu
Specialization of the menu item for entities having life cycle properties.
DefaultFractalMenuItem() - Constructor for class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
 
DefaultFractalViewPanel - Class in org.objectweb.fractal.explorer.panel
Specialization of the view panel for entities having life cycle properties.
DefaultFractalViewPanel() - Constructor for class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
destroyAttributeMonitors() - Method in class org.objectweb.fractal.explorer.attributes.AttributesTable
Destroys all attribute monitoring threads created through user's interaction with this attributes table.
DIRECTORY_FILE_FILTER - Static variable in interface org.objectweb.fractal.explorer.api.FractalBrowserConstants
JFileChooser which allows to select only directories.
DisconnectRegistryAction - Class in org.objectweb.fractal.explorer.rmi
This action allows one to disconnect a Fractal RMI registry.
DisconnectRegistryAction() - Constructor for class org.objectweb.fractal.explorer.rmi.DisconnectRegistryAction
 
DisplayAboutDialogAction - Class in org.objectweb.fractal.explorer.lib
The "Display About Dialog" action.
DisplayAboutDialogAction() - Constructor for class org.objectweb.fractal.explorer.lib.DisplayAboutDialogAction
 
drawBind(Graph, Object, String, Object, String, CompositeVertex, boolean) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
Method to draw a bind and make the connection between 2 interfaces
drawPort(Graphics, String, String, boolean) - Method in class org.objectweb.fractal.explorer.graph.PortGraphics
 
drawVertex(Graphics, String, Dimension, PrimitiveVertex) - Method in class org.objectweb.fractal.explorer.graph.VertexGraphics
Draw the specific vertex into the specific grahics g

E

elements_ - Variable in class org.objectweb.fractal.explorer.FcExplorerImpl
The list of Component
execute(DropTreeView) - Method in class org.objectweb.fractal.explorer.menu.AddSubComponentOnDropAction
 
execute(DropTreeView) - Method in class org.objectweb.fractal.explorer.menu.BindInterfaceOnDropAction
 
execute(DropTreeView) - Method in class org.objectweb.fractal.explorer.menu.BindOnDropAction
 
execute(DropTreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalDropAction
 
execute(DropTreeView) - Method in class org.objectweb.fractal.explorer.rmi.BindComponentOnDropAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.AddSubComponentAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.BindAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
Executes an action.
executeAction() - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameOnComponentAction
Executes an action
executeAction() - Method in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.menu.RemoveSubComponentAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.rmi.BindComponentAction
 
executeAction() - Method in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
 
executeStarted(DropTreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalDropAction
Called when the fractal component is started.
executeStarted(DropTreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalDropAction
Called when the fractal component is started.
executeStopped(DropTreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalDropAction
Called when the fractal component is started.
executeStopped(DropTreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalDropAction
Called when the fractal component is started.
explorer_ - Static variable in class org.objectweb.fractal.explorer.FcExplorerImpl
The Fractal Explorer.
extendedTreeChooserBox_ - Variable in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
The tree chooser box.

F

factory_ - Variable in class org.objectweb.fractal.explorer.context.FactoryWrapper
The wrapped factory.
factory_ - Variable in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
The factory to use to load a template.
FactoryWrapper - Class in org.objectweb.fractal.explorer.context
Wrapper for org.objectweb.fractal.adl.Factory.
FactoryWrapper(Factory) - Constructor for class org.objectweb.fractal.explorer.context.FactoryWrapper
Default Constructor.
FC_APPL - Variable in class org.objectweb.fractal.explorer.FcExplorerImpl
The string which represents the fcAppl client
FcExplorer - Class in org.objectweb.fractal.explorer
Utilities class for Fractal.
FcExplorer() - Constructor for class org.objectweb.fractal.explorer.FcExplorer
 
FcExplorerAttributes - Interface in org.objectweb.fractal.explorer
Defines the attributes for the browser
FcExplorerImpl - Class in org.objectweb.fractal.explorer
This Fractal component contains the explorer
FcExplorerImpl() - Constructor for class org.objectweb.fractal.explorer.FcExplorerImpl
Default constructor
file_ - Variable in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
The name of the template to load.
FixComponentNameAction - Class in org.objectweb.fractal.explorer.menu
This action allows to rename a component.
FixComponentNameAction() - Constructor for class org.objectweb.fractal.explorer.menu.FixComponentNameAction
 
FixComponentNameOnComponentAction - Class in org.objectweb.fractal.explorer.menu
This action allows to rename a component.
FixComponentNameOnComponentAction() - Constructor for class org.objectweb.fractal.explorer.menu.FixComponentNameOnComponentAction
 
FRACTAL_FILE_FILTER - Static variable in interface org.objectweb.fractal.explorer.api.FractalBrowserConstants
Defines the fractal file filter.
FractalBrowserConstants - Interface in org.objectweb.fractal.explorer.api
A collection of constants used for managing Fractal browser GUI.
FractalContext - Interface in org.objectweb.fractal.explorer.api
Specialized context for entities having life cycle properties.
FractalDropAction - Interface in org.objectweb.fractal.explorer.api
Specialized drop action for entities having life cycle properties.
FractalFileFilter - Class in org.objectweb.fractal.explorer.lib
This class represents the filter for fractal files.
FractalFileFilter() - Constructor for class org.objectweb.fractal.explorer.lib.FractalFileFilter
 
fractalFileFilter_ - Static variable in class org.objectweb.fractal.explorer.lib.JFileChooserSingleton
The FractalFileFilter instance.
FractalGraph - Class in org.objectweb.fractal.explorer.graph
Utilities class for graphic representation
FractalGraph() - Constructor for class org.objectweb.fractal.explorer.graph.FractalGraph
Empty constructor
FractalIconProvider - Interface in org.objectweb.fractal.explorer.api
Specialized icon provider for entities havinf life cycle properties.
FractalMenuItem - Interface in org.objectweb.fractal.explorer.api
Specialized menu item for entities having life cycle properties.
FractalRegistriesContext - Class in org.objectweb.fractal.explorer.rmi
The context wraps Fractal RMI Registries context and allows one to obain the list of registered Registries.
FractalRegistriesContext() - Constructor for class org.objectweb.fractal.explorer.rmi.FractalRegistriesContext
 
FractalRegistriesRootContext - Class in org.objectweb.fractal.explorer.rmi
The context adds some features to manage Fractal RMI Registries.
FractalRegistriesRootContext() - Constructor for class org.objectweb.fractal.explorer.rmi.FractalRegistriesRootContext
 
FractalViewPanel - Interface in org.objectweb.fractal.explorer.api
Specialization of the view panel for entities with life cycle properties.

G

getAttributeController(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the AttributeController interface of the given component.
getAttributeDescriptor(int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
Returns an attribute descriptor corresponding to a given fow in the attributes table.
getAttributeDescriptors() - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
Returns the table of attribute descriptors that build this attributes table model.
getAttributeObject() - Method in class org.objectweb.fractal.explorer.attributes.AttributesTable
Returns the attribute controller associated to this attributes table.
getBindingController(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the BindingController interface of the given component.
getBindingController(Interface) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Provides the BindingController associates to the given interface.
getBootstrapComponent() - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns a bootstrap component to create other components.
getBoundInterface(Interface, BindingController) - Method in class org.objectweb.fractal.explorer.panel.ComponentTable
Provides the bound interface of the given client interface.
getBoundInterface(Interface, BindingController) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Provides the bound interface of the given client interface.
getCellEditor(int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTable
 
getCellEditorValue() - Method in class org.objectweb.fractal.explorer.attributes.AttributeValueDefaultCellEditor
 
getClientNeighbors(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides a List of the neighbors 'client' components of a primitive component
getColumnClass(int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
getColumnCount() - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
getColumnName(int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
getComponent() - Method in class org.objectweb.fractal.explorer.context.ClientCollectionInterfaceContainer
 
getComponent() - Method in class org.objectweb.fractal.explorer.context.ServerCollectionInterfaceContainer
 
getComponent(Object) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the reference to the component associated to this object.
getComponentState(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the execution state of a component
getComponentType(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the type of a component (primitive/composite)
getConfigFiles() - Method in interface org.objectweb.fractal.explorer.FcExplorerAttributes
 
getConfigFiles() - Method in class org.objectweb.fractal.explorer.FcExplorerImpl
 
getContentController(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the ContentController interface of the given component.
getControlledInterfaceName() - Static method in class org.objectweb.fractal.explorer.attributes.AttributesTableModelBuilder
Returns a name of the attribute controller interface.
getDefaultSize() - Method in class org.objectweb.fractal.explorer.graph.VertexGraphics
Returns the vertex default size
getDescription() - Method in class org.objectweb.fractal.explorer.lib.FractalFileFilter
The description of this filter.
getDescription() - Method in class org.objectweb.fractal.explorer.lib.XMLFileFilter
The description of this filter.
getDragEnabled() - Method in class org.objectweb.fractal.explorer.attributes.AttributesTable
 
getEntries() - Method in class org.objectweb.fractal.explorer.context.ArchitectRootContext
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.BindingControllerContext
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.ComponentContextForAdmin
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.ComponentContextForAdvanced
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.ComponentContextForArchitect
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.ComponentContextForService
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.ComponentTypeContext
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.ContentControllerContext
Returns an array containing the entries contained by the target context.
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.DefaultFractalContext
Overriding methods
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.InterfaceContext
 
getEntries(Interface) - Method in class org.objectweb.fractal.explorer.context.InterfaceWrapperContext
 
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.InterfaceWrapperContext
 
getEntries(Object) - Method in class org.objectweb.fractal.explorer.context.SuperControllerContext
Returns an array containing the entries contained by the target context.
getEntries() - Method in class org.objectweb.fractal.explorer.rmi.FractalRegistriesRootContext
 
getEntries(Object) - Method in class org.objectweb.fractal.explorer.rmi.NamingServiceContext
 
getExplorer() - Static method in class org.objectweb.fractal.explorer.FcExplorerImpl
Refreshes the tree.
getFactory() - Method in class org.objectweb.fractal.explorer.context.FactoryWrapper
Provides the wrapped factory.
getFactory(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the Factory interface of the given component.
getFractalGraph(Component) - Method in class org.objectweb.fractal.explorer.graph.FractalGraph
method to construct a graph which represents a component selected by the user If the component is a composite component, draws its sub-components with the interfaces and the binds
getGenericFactory(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the GenericFactory interface of the given component.
getHeaders(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentTable
 
getHeaders(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentTypeTable
 
getHeaders(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ControllerContainerTable
 
getHeaders(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalComponentsTable
 
getHeaders(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Overriding methods
getHeaders(TreeView) - Method in class org.objectweb.fractal.explorer.panel.SuperComponentsTable
Overriding methods
getIcons() - Method in class org.objectweb.fractal.explorer.icon.InterfaceIconProvider
 
getInfo(TreeView) - Method in class org.objectweb.fractal.explorer.info.InterfaceInfo
 
getInfo(TreeView) - Method in class org.objectweb.fractal.explorer.rmi.StubInfo
 
getInstance(int) - Static method in class org.objectweb.fractal.explorer.lib.JFileChooserSingleton
Gives a JFileChooser with a specific FileFilter.
getInterfaceName(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the name of an interface, summary name if it's a control interface ("content-controller" ==> "CC")
getIntItf(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the array of the internal interfaces of a component
getItf() - Method in class org.objectweb.fractal.explorer.context.ClientCollectionInterfaceContainer
Provides the contained interface.
getItf() - Method in class org.objectweb.fractal.explorer.context.InterfaceWrapper
 
getItf() - Method in class org.objectweb.fractal.explorer.context.ServerCollectionInterfaceContainer
Provides the contained interface.
getItfCollection(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides an ArrayList of the (InterfaceType) of the collection interfaces Each collection will appear only one time in the ArrayList in order to represent a port per collection and not a port per client interface
getLifeCycleController(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the LifeCycleController interface of the given component.
getLifeCycleState(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the value of the life cycle state associated to the interface.
getLocation(Frame) - Method in class org.objectweb.fractal.explorer.lib.AboutDialog
Aligns the JDialog with the parent frame, if possible.
getMonitor() - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
Returns the Thread responsible for periodically testing the value of the attribute corresponding to this descriptor.
getName() - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
Returns the name of the attribute represented by this descriptor.
getName(Object) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the name of an object.
getName(InterfaceType) - Static method in class org.objectweb.fractal.explorer.FcExplorer
 
getName(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the name of an interface.
getName(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the name of a component.
getName(InterfaceType, int) - Method in class org.objectweb.fractal.explorer.menu.BindInterfaceOnDropAction
 
getNameController(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the NameController interface of the given component.
getNameController(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
Provides the name controller of the given component.
getNameController(MenuItemTreeView) - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameOnComponentAction
Provides the name controller of the given component.
getNameController(Interface) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Provides the NameController associates to the given interface.
getPanel() - Method in class org.objectweb.fractal.explorer.attributes.AttributeControllerPanel
Returns this panel.
getPanel() - Method in class org.objectweb.fractal.explorer.panel.ComponentGraph
 
getPanel() - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
getPanel() - Method in class org.objectweb.fractal.explorer.panel.InterfaceTypePanel
Provides the panel to display.
getPanel() - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel
 
getPanel() - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel
 
getPortSize(String, boolean) - Method in class org.objectweb.fractal.explorer.graph.PortGraphics
 
getPortType(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the type of the port associated to an interface : client/collection-client/server/control
getPrefixedName(Object) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the name of the object prefixed by the component name.
getPrimitiveCpt(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the primitive component that own the interface itf.
getPrimitiveItf(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Provides the interface of the primitive component to which the itt is binded.
getRootComponent(String) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the first component (root) of an application
getRowCount() - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
getRows(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentTable
 
getRows(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentTypeTable
 
getRows(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ControllerContainerTable
 
getRows(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalComponentsTable
 
getRows(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Overriding methods
getRows(TreeView) - Method in class org.objectweb.fractal.explorer.panel.SuperComponentsTable
Overriding methods
getServerNeighbors(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides a List of the neighbors 'server' components of a primitive component
getSignature(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the signature of the interface
getSignature() - Method in class org.objectweb.fractal.explorer.lib.SignatureWrapper
Provides the associated signature.
getSortExtItf(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the array of the external interfaces of a component The array is sorted by alphabetical order of the names of the interfaces
getStartedEntries() - Method in interface org.objectweb.fractal.explorer.api.FractalContext
Called when the Fractal component is started.
getStartedEntries() - Method in class org.objectweb.fractal.explorer.context.DefaultFractalContext
Called when the Fractal component is started.
getStartedPanel() - Method in interface org.objectweb.fractal.explorer.api.FractalViewPanel
 
getStartedPanel() - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
getStartedStatus(TreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalMenuItem
Called when the Fractal component is started.
getStartedStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.lib.DisplayAboutDialogAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.lib.LoadConfigurationFileAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.lib.QuitAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.lib.RefreshAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.AddSubComponentAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.BindAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
Compute if the component is started or not.
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.InstantiateAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.RemoveComponentAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.RemoveSubComponentAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.StartAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.StartComponentAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.StopAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.StopComponentAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.UnbindAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.rmi.BindComponentAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.rmi.DisconnectRegistryAction
 
getStatus(TreeView) - Method in class org.objectweb.fractal.explorer.rmi.UnbindComponentAction
 
getStoppedEntries() - Method in interface org.objectweb.fractal.explorer.api.FractalContext
Called when the Fractal component is stopped.
getStoppedEntries() - Method in class org.objectweb.fractal.explorer.context.DefaultFractalContext
Called when the Fractal component is stopped.
getStoppedPanel() - Method in interface org.objectweb.fractal.explorer.api.FractalViewPanel
 
getStoppedPanel() - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
getStoppedStatus(TreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalMenuItem
Called when the Fractal component is stopped.
getStoppedStatus(TreeView) - Method in class org.objectweb.fractal.explorer.menu.DefaultFractalMenuItem
 
getSubComponents(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides an array of the sub-components of a composite component
getSuperCompositeSize() - Method in class org.objectweb.fractal.explorer.graph.VertexGraphics
Returns the open composite (super composite) size
getSuperController(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the SuperController interface of the given component.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributeValueBooleanCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributeValueDefaultCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.objectweb.fractal.explorer.panel.MonitorCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributeValueCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.objectweb.fractal.explorer.panel.MonitorCellRenderer
 
getTargetComponent(Component, Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the destination component
getTargetInterface(Component, Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Provides the the destination interface
getTextFont() - Method in class org.objectweb.fractal.explorer.graph.VertexGraphics
 
getTitle(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentPanel
 
getTitle(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentTypePanel
 
getTitle(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ControllerContainerPanel
 
getTitle(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalComponentsPanel
 
getTitle(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesPanel
 
getTitle(TreeView) - Method in class org.objectweb.fractal.explorer.panel.SuperComponentsPanel
 
getToolTipText(MouseEvent) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTable
 
getType(InterfaceType) - Method in class org.objectweb.fractal.explorer.panel.ComponentTypeTable
The type can be "Client", "Server" or "Controller"
getTypeFactory(Component) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Returns the TypeFactory interface of the given component.
getValue() - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
Returns the value of the attribute represented by this descriptor.
getValueAt(int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
getValues(InterfaceType) - Method in class org.objectweb.fractal.explorer.panel.ComponentTypeTable
Fills one row
getValues(Entry) - Method in class org.objectweb.fractal.explorer.panel.ControllerContainerTable
Provides a row containing the controller and its signature.
getValues(Interface, BindingController) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Provides an interface, its type and the interface it is connected on.
getWrapper(Interface) - Method in class org.objectweb.fractal.explorer.context.InterfaceWrapperFactory
Provides the appropriate wrapper for the requested interface.
GraphInformations - Class in org.objectweb.fractal.explorer.graph
Utilities class for graphic representation
GraphInformations() - Constructor for class org.objectweb.fractal.explorer.graph.GraphInformations
 
GraphInformations.SortInterface - Class in org.objectweb.fractal.explorer.graph
Sorts two interfaces by alphabetic order using their names.
GraphInformations.SortInterface() - Constructor for class org.objectweb.fractal.explorer.graph.GraphInformations.SortInterface
 

H

hasMonitor() - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
Tells whether the value of the attribute represented by this descriptor is subject to monitoring, that is whether it is tested periodically for modifications.
host_ - Variable in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
The label box.

I

icons - Variable in class org.objectweb.fractal.explorer.icon.InterfaceIconProvider
The different icons.
init() - Static method in class org.objectweb.fractal.explorer.lib.JFileChooserSingleton
Initialize the instance.
instance_ - Static variable in class org.objectweb.fractal.explorer.lib.JFileChooserSingleton
The JFileChooser instance.
InstantiateAction - Class in org.objectweb.fractal.explorer.menu
This action allows to instantiate a component.
InstantiateAction() - Constructor for class org.objectweb.fractal.explorer.menu.InstantiateAction
 
InterfaceContext - Class in org.objectweb.fractal.explorer.context
 
InterfaceContext() - Constructor for class org.objectweb.fractal.explorer.context.InterfaceContext
 
InterfaceIconProvider - Class in org.objectweb.fractal.explorer.icon
 
InterfaceIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.InterfaceIconProvider
Default Icon provider constructor.
InterfaceInfo - Class in org.objectweb.fractal.explorer.info
Provides the signature of the interface.
InterfaceInfo() - Constructor for class org.objectweb.fractal.explorer.info.InterfaceInfo
 
InterfaceTypePanel - Class in org.objectweb.fractal.explorer.panel
This panel displays InterfaceType class info.
InterfaceTypePanel() - Constructor for class org.objectweb.fractal.explorer.panel.InterfaceTypePanel
Empty constructor.
InterfaceWrapper - Class in org.objectweb.fractal.explorer.context
Basic interface wrapper.
InterfaceWrapper(Interface) - Constructor for class org.objectweb.fractal.explorer.context.InterfaceWrapper
Default constructor.
InterfaceWrapperContext - Class in org.objectweb.fractal.explorer.context
 
InterfaceWrapperContext() - Constructor for class org.objectweb.fractal.explorer.context.InterfaceWrapperContext
 
InterfaceWrapperFactory - Class in org.objectweb.fractal.explorer.context
Interface wrapper factory.
InterfaceWrapperFactory() - Constructor for class org.objectweb.fractal.explorer.context.InterfaceWrapperFactory
 
InternalComponentContainer - Class in org.objectweb.fractal.explorer.context
Class that allows to define group for internal components.
InternalComponentContainer() - Constructor for class org.objectweb.fractal.explorer.context.InternalComponentContainer
 
InternalComponentsPanel - Class in org.objectweb.fractal.explorer.panel
Title for internal components panel on ContentController object.
InternalComponentsPanel() - Constructor for class org.objectweb.fractal.explorer.panel.InternalComponentsPanel
 
InternalComponentsTable - Class in org.objectweb.fractal.explorer.panel
Displays the internal components of a component.
InternalComponentsTable() - Constructor for class org.objectweb.fractal.explorer.panel.InternalComponentsTable
 
InternalInterfacesPanel - Class in org.objectweb.fractal.explorer.panel
Title for internal interfaces panel on ContentController object.
InternalInterfacesPanel() - Constructor for class org.objectweb.fractal.explorer.panel.InternalInterfacesPanel
 
InternalInterfacesTable - Class in org.objectweb.fractal.explorer.panel
Displays the internal components of a component.
InternalInterfacesTable() - Constructor for class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
 
isCellEditable(int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
isClient(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Return true if the given Interface is a Client interface.
isClientBox_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The boolean boxes.
isClientCollection(InterfaceType) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Return true if the given InterfaceType is a Collection Client interface.
isClientCollection(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Return true if the given Interface is a Collection Client interface.
isClientInterface(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
 
isCollection(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Return true if the given Interface is a Collection interface.
isCollectionBox_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The boolean boxes.
isCollectionInterface(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
 
isControlInterface(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
 
isController(Interface) - Static method in class org.objectweb.fractal.explorer.FcExplorer
Return true if the given Interface is a Control interface.
isMutable() - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
Tells whether a value of the attribute represented by this descriptor is mutable (can be modified).
isOptional(Interface) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
 
isOptionalBox_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The boolean boxes.
isPrimitiveComponent(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
 
isSharedComponent(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
 
isStarted(Component) - Static method in class org.objectweb.fractal.explorer.graph.GraphInformations
Returns true if the status of the component is "STARTED"
isStarted_ - Variable in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
Boolean which indicates if the component is strated or not.
itf - Variable in class org.objectweb.fractal.explorer.context.InterfaceWrapper
the wrapped interface.
itf_ - Variable in class org.objectweb.fractal.explorer.context.ClientCollectionInterfaceContainer
contained interface.
itf_ - Variable in class org.objectweb.fractal.explorer.context.ServerCollectionInterfaceContainer
contained interface.

J

JFileChooserSingleton - Class in org.objectweb.fractal.explorer.lib
This class gives you a JFileChooser.
JFileChooserSingleton() - Constructor for class org.objectweb.fractal.explorer.lib.JFileChooserSingleton
 

L

LifeCycleComponentIconProvider - Class in org.objectweb.fractal.explorer.icon
Provides a specific icon depending on the status of the component.
LifeCycleComponentIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.LifeCycleComponentIconProvider
Empty constructor.
lifeCycleController_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel.StartStopAction
The associated LifeCycleController
lifeCycleController_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel.StartStopAction
The associated LifeCycleController
LifeCycleControllerComponentPanel - Class in org.objectweb.fractal.explorer.panel
This panel allows to start/stop the component.
LifeCycleControllerComponentPanel() - Constructor for class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel
Empty constructor
LifeCycleControllerComponentPanel.StartStopAction - Class in org.objectweb.fractal.explorer.panel
 
LifeCycleControllerComponentPanel.StartStopAction(String, LifeCycleController) - Constructor for class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel.StartStopAction
Default Constructor
LifeCycleControllerIconProvider - Class in org.objectweb.fractal.explorer.icon
Provides a specific icon depending on the status of the component.
LifeCycleControllerIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.LifeCycleControllerIconProvider
Empty constructor
LifeCycleControllerPanel - Class in org.objectweb.fractal.explorer.panel
This panel allows to start/stop the component.
LifeCycleControllerPanel() - Constructor for class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel
Empty constructor.
LifeCycleControllerPanel.StartStopAction - Class in org.objectweb.fractal.explorer.panel
 
LifeCycleControllerPanel.StartStopAction(String, LifeCycleController) - Constructor for class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel.StartStopAction
Default Constructor
listFc() - Method in class org.objectweb.fractal.explorer.FcExplorerImpl
 
load(String) - Method in class org.objectweb.fractal.explorer.icon.InterfaceIconProvider
Load a icon from the classpath.
LoadConfigurationFileAction - Class in org.objectweb.fractal.explorer.lib
The "Load Configuration File" action.
LoadConfigurationFileAction() - Constructor for class org.objectweb.fractal.explorer.lib.LoadConfigurationFileAction
 
loadFc(String) - Method in class org.objectweb.fractal.explorer.icon.InterfaceIconProvider
Load a couple of icons based on the Fc+name+(Started|Stopped) pattern.
loadFc(String) - Method in class org.objectweb.fractal.explorer.icon.LifeCycleComponentIconProvider
Load a couple of icons based on the Fc+name+(Started|Stopped) pattern.
loadIcon(Component) - Method in class org.objectweb.fractal.explorer.icon.LifeCycleComponentIconProvider
Provides the couple of icons for a type of component (Primitive, Composite or Shared).
LoadTemplateAction - Class in org.objectweb.fractal.explorer.menu
This action allows to Load a template from the Parser.
LoadTemplateAction() - Constructor for class org.objectweb.fractal.explorer.menu.LoadTemplateAction
 
lookupFc(String) - Method in class org.objectweb.fractal.explorer.FcExplorerImpl
 

M

main(String[]) - Static method in class org.objectweb.fractal.explorer.rmi.RMIExplorerLauncher
 
MONITOR_ACTIONS - Static variable in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
MONITOR_ACTIONS .
MonitorCellEditor - Class in org.objectweb.fractal.explorer.panel
A custom CellEditor for the attribute table's cells that contain a JButton used to launch attribute monitoring threads.
MonitorCellEditor(JCheckBox) - Constructor for class org.objectweb.fractal.explorer.panel.MonitorCellEditor
 
MonitorCellRenderer - Class in org.objectweb.fractal.explorer.panel
A custom TableCellRenderer for displaying the state of JButton s used to launch attribute monitoring threads.
MonitorCellRenderer() - Constructor for class org.objectweb.fractal.explorer.panel.MonitorCellRenderer
A default constructor.
moveColumn(int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableColumnModel
 

N

name_ - Variable in class org.objectweb.fractal.explorer.menu.CreateComponentTypeAction
The label box.
name_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
The controller desc (String with Julia).
name_ - Variable in class org.objectweb.fractal.explorer.rmi.BindComponentAction
The label box.
nameBox_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The label boxes.
nameBox_ - Variable in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
The label box.
nameController_ - Variable in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
The associated name controller.
nameController_ - Variable in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
The name controller.
namingService_ - Variable in class org.objectweb.fractal.explorer.rmi.BindComponentAction
The Registry in which a component has to be bound.
NamingServiceContext - Class in org.objectweb.fractal.explorer.rmi
The context wraps Fractal RMI Registries context and allows one to obain the list of registered Registries.
NamingServiceContext() - Constructor for class org.objectweb.fractal.explorer.rmi.NamingServiceContext
 
newIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.ClientCollectionIconProvider
Provides the appropriate icon.
newIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.ClientInterfaceIconProvider
Provides the appropriate icon.
newIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.DefaultFractalIconProvider
 
newIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.LifeCycleComponentIconProvider
Provides the appropriate icon.
newIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.LifeCycleControllerIconProvider
Provides the appropriate icon
newIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.ServerCollectionIconProvider
Provides the appropriate icon.
newStartedIcon(Object) - Method in interface org.objectweb.fractal.explorer.api.FractalIconProvider
Called when the Fractal component is started.
newStartedIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.DefaultFractalIconProvider
Called when the Fractal component is started.
newStoppedIcon(Object) - Method in interface org.objectweb.fractal.explorer.api.FractalIconProvider
Called when the Fractal component is stopped.
newStoppedIcon(Object) - Method in class org.objectweb.fractal.explorer.icon.DefaultFractalIconProvider
Returns an icon which represents a question mark.

O

object_ - Variable in class org.objectweb.fractal.explorer.context.DefaultFractalContext
 
oldName_ - Variable in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
The old name.
org.objectweb.fractal.explorer - package org.objectweb.fractal.explorer
A package to define a plug-in of the Browser Framework in order to navigate through a Fractal-based application.
org.objectweb.fractal.explorer.api - package org.objectweb.fractal.explorer.api
A package to define some generic behaviours of the Fractal console.
org.objectweb.fractal.explorer.attributes - package org.objectweb.fractal.explorer.attributes
 
org.objectweb.fractal.explorer.context - package org.objectweb.fractal.explorer.context
A package to define the wrappers and the contexts of the console.
org.objectweb.fractal.explorer.graph - package org.objectweb.fractal.explorer.graph
A package to define a graph representing a Fractal component-based application.
org.objectweb.fractal.explorer.icon - package org.objectweb.fractal.explorer.icon
A package to define the icon providers of the console.
org.objectweb.fractal.explorer.info - package org.objectweb.fractal.explorer.info
A package to define the descriptions of the entities in the console.
org.objectweb.fractal.explorer.lib - package org.objectweb.fractal.explorer.lib
A package to define the icon providers of the console.
org.objectweb.fractal.explorer.menu - package org.objectweb.fractal.explorer.menu
A package to define the actions of the console.
org.objectweb.fractal.explorer.panel - package org.objectweb.fractal.explorer.panel
A package to define the panels representing the entities in the console.
org.objectweb.fractal.explorer.rmi - package org.objectweb.fractal.explorer.rmi
 

P

panel_ - Variable in class org.objectweb.fractal.explorer.panel.ComponentGraph
The panel in which the component graph will be drawn.
panel_ - Variable in class org.objectweb.fractal.explorer.panel.InterfaceTypePanel
 
panel_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel
 
panel_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel
 
parser_ - Variable in class org.objectweb.fractal.explorer.FcExplorerImpl
The ParserConfiguration interface to use.
port_ - Variable in class org.objectweb.fractal.explorer.rmi.ConnectToRegistryAction
The label box.
PortGraphics - Class in org.objectweb.fractal.explorer.graph
 
PortGraphics() - Constructor for class org.objectweb.fractal.explorer.graph.PortGraphics
 
provideContentController(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalComponentsTable
Provides the ContentController for the given tree view.
provideContentController(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InternalInterfacesTable
Provides the ContentController for the given tree view.
provideSuperController(TreeView) - Method in class org.objectweb.fractal.explorer.panel.SuperComponentsTable
Provides the SuperController for the given tree view.

Q

QuitAction - Class in org.objectweb.fractal.explorer.lib
The "Quit" action.
QuitAction() - Constructor for class org.objectweb.fractal.explorer.lib.QuitAction
 

R

RefreshAction - Class in org.objectweb.fractal.explorer.lib
The "Refresh" action.
RefreshAction() - Constructor for class org.objectweb.fractal.explorer.lib.RefreshAction
 
RemoveComponentAction - Class in org.objectweb.fractal.explorer.menu
This action allows to unbind an interface.
RemoveComponentAction() - Constructor for class org.objectweb.fractal.explorer.menu.RemoveComponentAction
 
RemoveSubComponentAction - Class in org.objectweb.fractal.explorer.menu
This action allows to unbind an interface.
RemoveSubComponentAction() - Constructor for class org.objectweb.fractal.explorer.menu.RemoveSubComponentAction
 
RMIExplorerLauncher - Class in org.objectweb.fractal.explorer.rmi
This main class launches the Fractal RMI Explorer.
RMIExplorerLauncher() - Constructor for class org.objectweb.fractal.explorer.rmi.RMIExplorerLauncher
 
run() - Method in class org.objectweb.fractal.explorer.attributes.AttributeMonitoringThread
 
running - Variable in class org.objectweb.fractal.explorer.attributes.AttributeMonitoringThread
running .

S

selected(TreeView) - Method in class org.objectweb.fractal.explorer.attributes.AttributeControllerPanel
Invokes just after instantiation.
selected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentGraph
 
selected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
selected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InterfaceTypePanel
Invokes just after instanciation.
selected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel
 
selected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel
 
selectedStarted(TreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalViewPanel
Called when the fractal component is started
selectedStarted(TreeView) - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
selectedStopped(TreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalViewPanel
Called when the fractal component is stopped
selectedStopped(TreeView) - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
ServerCollectionIconProvider - Class in org.objectweb.fractal.explorer.icon
 
ServerCollectionIconProvider() - Constructor for class org.objectweb.fractal.explorer.icon.ServerCollectionIconProvider
Empty constructor.
ServerCollectionInterfaceContainer - Class in org.objectweb.fractal.explorer.context
A new ContextContainer which has a specific icon.
ServerCollectionInterfaceContainer(InterfaceType, Component) - Constructor for class org.objectweb.fractal.explorer.context.ServerCollectionInterfaceContainer
Default constructor.
setConfigFiles(String) - Method in interface org.objectweb.fractal.explorer.FcExplorerAttributes
The list of the name of the config files (use ':' or ' ' to separate files)
setConfigFiles(String) - Method in class org.objectweb.fractal.explorer.FcExplorerImpl
 
setIcons(Map) - Method in class org.objectweb.fractal.explorer.icon.InterfaceIconProvider
 
setItf(Interface) - Method in class org.objectweb.fractal.explorer.context.InterfaceWrapper
 
setMonitor(Thread) - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
Sets the monitor of the attribute represented by this descriptor to the Thread passed as this method's parameter.
setValue(Object) - Method in class org.objectweb.fractal.explorer.attributes.AttributeDescriptor
This method allows for the modification of the attribute's value.
setValueAt(Object, int, int) - Method in class org.objectweb.fractal.explorer.attributes.AttributesTableModel
 
signature_ - Variable in class org.objectweb.fractal.explorer.lib.SignatureWrapper
The InterfaceReference.
signatureBox_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The label boxes.
SignatureWrapper - Class in org.objectweb.fractal.explorer.lib
A wrapper for Signature.
SignatureWrapper(String) - Constructor for class org.objectweb.fractal.explorer.lib.SignatureWrapper
Default constructor.
singleton - Static variable in class org.objectweb.fractal.explorer.context.InterfaceWrapperFactory
Factory singleton.
singleton() - Static method in class org.objectweb.fractal.explorer.context.InterfaceWrapperFactory
Provides the instance of the default factory.
StartAction - Class in org.objectweb.fractal.explorer.menu
This action allows to start/stop the component.
StartAction() - Constructor for class org.objectweb.fractal.explorer.menu.StartAction
 
StartComponentAction - Class in org.objectweb.fractal.explorer.menu
This action allows to start/stop the component.
StartComponentAction() - Constructor for class org.objectweb.fractal.explorer.menu.StartComponentAction
 
startIcon - Variable in class org.objectweb.fractal.explorer.icon.LifeCycleControllerIconProvider
The different icons.
StopAction - Class in org.objectweb.fractal.explorer.menu
This action allows to start/stop the component.
StopAction() - Constructor for class org.objectweb.fractal.explorer.menu.StopAction
 
StopComponentAction - Class in org.objectweb.fractal.explorer.menu
This action allows to start/stop the component.
StopComponentAction() - Constructor for class org.objectweb.fractal.explorer.menu.StopComponentAction
 
stopIcon - Variable in class org.objectweb.fractal.explorer.icon.LifeCycleControllerIconProvider
The different icons.
StubInfo - Class in org.objectweb.fractal.explorer.rmi
Computes the signature of the interface + the localisation of the remote interface.
StubInfo() - Constructor for class org.objectweb.fractal.explorer.rmi.StubInfo
 
SuperComponentsPanel - Class in org.objectweb.fractal.explorer.panel
Title for internal components panel on ContentController object.
SuperComponentsPanel() - Constructor for class org.objectweb.fractal.explorer.panel.SuperComponentsPanel
 
SuperComponentsTable - Class in org.objectweb.fractal.explorer.panel
Displays the internal components of a component.
SuperComponentsTable() - Constructor for class org.objectweb.fractal.explorer.panel.SuperComponentsTable
 
SuperControllerContext - Class in org.objectweb.fractal.explorer.context
SuperController interface navigation context.
SuperControllerContext() - Constructor for class org.objectweb.fractal.explorer.context.SuperControllerContext
 

T

TableClientCollectionWrapper - Class in org.objectweb.fractal.explorer.panel
A wrapper for Interface whith CLIENT type
TableClientCollectionWrapper(Interface) - Constructor for class org.objectweb.fractal.explorer.panel.TableClientCollectionWrapper
Default constructor
TemplateContainer - Class in org.objectweb.fractal.explorer.context
Class which allow to define specific menu for a contextContainer
TemplateContainer() - Constructor for class org.objectweb.fractal.explorer.context.TemplateContainer
 
tree_ - Variable in class org.objectweb.fractal.explorer.menu.FixComponentNameAction
The defined tree.
tree_ - Variable in class org.objectweb.fractal.explorer.rmi.BindComponentAction
The tree box.
treeBox_ - Variable in class org.objectweb.fractal.explorer.menu.AddSubComponentAction
TheTreeBox used.
treeBox_ - Variable in class org.objectweb.fractal.explorer.menu.BindAction
The TreeBox used.
treeBox_ - Variable in class org.objectweb.fractal.explorer.menu.RemoveSubComponentAction
TheTreeBox used
treeView_ - Variable in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
The TreeConfiguration to use to add the template.
treeView_ - Variable in class org.objectweb.fractal.explorer.panel.InterfaceTypePanel
 
treeView_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel
 
treeView_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel
 
type_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInstanceAction
The selected type.
TypeContainer - Class in org.objectweb.fractal.explorer.context
Class which allow to define specific menu for a contextContainer
TypeContainer() - Constructor for class org.objectweb.fractal.explorer.context.TypeContainer
 
typeFactory_ - Variable in class org.objectweb.fractal.explorer.menu.CreateInterfaceTypeAction
The type factory used to create a type.

U

UnbindAction - Class in org.objectweb.fractal.explorer.menu
This action allows to unbind an interface.
UnbindAction() - Constructor for class org.objectweb.fractal.explorer.menu.UnbindAction
 
UnbindComponentAction - Class in org.objectweb.fractal.explorer.rmi
This action allows one to disconnect a Fractal RMI registry.
UnbindComponentAction() - Constructor for class org.objectweb.fractal.explorer.rmi.UnbindComponentAction
 
unbindFc(String) - Method in class org.objectweb.fractal.explorer.FcExplorerImpl
 
unknownIcon - Variable in class org.objectweb.fractal.explorer.icon.DefaultFractalIconProvider
The icon displayed when the Fractal component is stopped.
unselected(TreeView) - Method in class org.objectweb.fractal.explorer.attributes.AttributeControllerPanel
Invokes just before removing.
unselected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.ComponentGraph
 
unselected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
unselected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.InterfaceTypePanel
Invokes just before removing.
unselected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel
 
unselected(TreeView) - Method in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel
 
unselectedStarted(TreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalViewPanel
 
unselectedStarted(TreeView) - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 
unselectedStopped(TreeView) - Method in interface org.objectweb.fractal.explorer.api.FractalViewPanel
 
unselectedStopped(TreeView) - Method in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
 

V

value_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerComponentPanel.StartStopAction
 
value_ - Variable in class org.objectweb.fractal.explorer.panel.LifeCycleControllerPanel.StartStopAction
 
VertexGraphics - Class in org.objectweb.fractal.explorer.graph
 
VertexGraphics() - Constructor for class org.objectweb.fractal.explorer.graph.VertexGraphics
 

W

whitePanel_ - Variable in class org.objectweb.fractal.explorer.panel.DefaultFractalViewPanel
A white panel.
withTemplate_ - Variable in class org.objectweb.fractal.explorer.menu.LoadTemplateAction
The boolean to indicate if a template is required.

X

XML_FILE_FILTER - Static variable in interface org.objectweb.fractal.explorer.api.FractalBrowserConstants
JFileChooser which allows to select XML files.
XMLFileFilter - Class in org.objectweb.fractal.explorer.lib
This class represents the filter for XML files.
XMLFileFilter() - Constructor for class org.objectweb.fractal.explorer.lib.XMLFileFilter
 
xmlFileFilter_ - Static variable in class org.objectweb.fractal.explorer.lib.JFileChooserSingleton
The XMLFileFilter instance.

A B C D E F G H I J L M N O P Q R S T U V W X