Graph Common
A B C D E F G I J L M N P R S T U V W Z

A

AbstractGraphAction - Class in pl.psnc.graph.action.factory
AbstractGraphAction class - abstract, top level class for all graph actions
AbstractGraphAction(String, String, String) - Constructor for class pl.psnc.graph.action.factory.AbstractGraphAction
Define an Action Object with a specified action name, icon and short description.
AbstractResourceType - Class in pl.psnc.graph.model.type
AbstractResourceType class - abstract, top level hierarchy class for the resource types.
AbstractResourceType() - Constructor for class pl.psnc.graph.model.type.AbstractResourceType
 
AbstractResourceValue - Class in pl.psnc.graph.model.type
AbstractResourceValue class - abstract, parent class for the resource value object.
AbstractResourceValue() - Constructor for class pl.psnc.graph.model.type.AbstractResourceValue
 
accept(File) - Method in class pl.psnc.graph.io.GraphFileFilter
Returns true if file is a directory or ends with GraphFileFilter.extension.
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.CopyAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.DeleteAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.PasteAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.RedoAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.SaveAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.UndoAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.ZoomActualAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class pl.psnc.graph.action.ZoomOutAction
 
ACTUAL_SIZE - Static variable in class pl.psnc.graph.util.image.ImageKeys
Actual size icon
ACTUAL_SIZE_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
addLeftPane(JPanel) - Method in interface pl.psnc.graph.gui.IWorkflowPane
Add given panel to the left side of the split pane of the Workflow Editor Design pane
addLeftPane(JPanel) - Method in class pl.psnc.graph.gui.WorkflowDesignPane
Add given panel to the left side of the split pane
approveSelection() - Method in class pl.psnc.graph.io.GraphFileChooser
Called by the UI when the user hits the Approve button (labeled "Open" or "Save", by default).

B

BORDER_COLOR - Static variable in class pl.psnc.graph.util.GraphKeys
Graph border color - visible only on mouse over

C

cancelSelection() - Method in class pl.psnc.graph.io.GraphFileChooser
Called by the UI when the user chooses the Cancel button.
ChooserType - Enum in pl.psnc.graph.io
ChooserType enum - defines types of the file chooser
connect(JGraph, PortView, PortView) - Static method in class pl.psnc.graph.util.GraphHelper
Connect two ports
COPY - Static variable in class pl.psnc.graph.util.image.ImageKeys
Copy
COPY_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
CopyAction - Class in pl.psnc.graph.action
CopyAction class - handles the copy event.
CopyAction() - Constructor for class pl.psnc.graph.action.CopyAction
Creates a new instance of Copy Action.
countConcreteVerticles(CustomGraph) - Static method in class pl.psnc.graph.util.GraphHelper
Get number of vertices with defined resource.
createCell(AbstractResourceType, AbstractResourceValue) - Static method in class pl.psnc.graph.factory.GraphCellFactory
Creates new graph cell
createEdge() - Static method in class pl.psnc.graph.factory.GraphCellFactory
Creates new graph edge
createNewInstance() - Static method in class pl.psnc.graph.factory.GraphEditorFactory
Create a new instance of IWorkflowPane, which contains JGraph component.Scenario Graph Editor
createPort() - Static method in class pl.psnc.graph.factory.GraphCellFactory
Creates new graph port
createPortView(Object) - Method in class pl.psnc.graph.view.CustomCellViewFactory
 
createVertexView(Object) - Method in class pl.psnc.graph.view.CustomCellViewFactory
 
currentPort - Variable in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Holds the Start and the Current Point
currentPortView - Variable in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Holds the First and the Current Port
CustomCellViewFactory - Class in pl.psnc.graph.view
CustomCellViewFactory class - custom implementation of Cell View Factory for creating cell views and ports.
CustomCellViewFactory() - Constructor for class pl.psnc.graph.view.CustomCellViewFactory
 
CustomGraph - Class in pl.psnc.graph.model
CustomGraph class - custom implementation of JGraph component.
CustomGraph(DefaultGraphModel, GraphLayoutCache) - Constructor for class pl.psnc.graph.model.CustomGraph
Creates a new instance of CustomGraph using model as its data source, view and marquee handler
CustomGraphModel - Class in pl.psnc.graph.model
CustomGraphModel class - defines custom graph model which is based on the default implementation of the JGraph model : DefaultGraphModel
CustomGraphModel() - Constructor for class pl.psnc.graph.model.CustomGraphModel
 
CustomGraphModelListener - Class in pl.psnc.graph.model.listener
CustomGraphModelListener class - model graph listener is informed when the cells are inserted, removed or when the label, source, target, parent or children of an object have changed.
CustomGraphModelListener(CustomGraph) - Constructor for class pl.psnc.graph.model.listener.CustomGraphModelListener
Creates an instance of Scenario Graph Model Listener
CustomGraphSelectionListener - Class in pl.psnc.graph.model.listener
CustomGraphSelectionListener class - graph selection listener
CustomGraphSelectionListener(CustomGraph) - Constructor for class pl.psnc.graph.model.listener.CustomGraphSelectionListener
Creates a new instance of CustomGraphSelectionListener
CustomGraphUI - Class in pl.psnc.graph.ui
CustomGraphUI class - overridden class BasicGrapUI - it adds method for background image display
CustomGraphUI() - Constructor for class pl.psnc.graph.ui.CustomGraphUI
Creates a new instance of custom graph ui
CustomMarqueeHandler - Class in pl.psnc.graph.model.marquee
CustomMarqueeHandler class - custom implementation of marquee handler for JGraph.
CustomMarqueeHandler(JGraph) - Constructor for class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Creates a new instance of CustomMarqueeHandler
CustomPort - Class in pl.psnc.graph.vertex
CustomPort class - custom implementation of graph port.
CustomPort() - Constructor for class pl.psnc.graph.vertex.CustomPort
Creates a new instance of CustomPort
CustomPortRenderer - Class in pl.psnc.graph.renderer
CustomPortRenderer class - custom implementation of graph port renderer.
CustomPortRenderer() - Constructor for class pl.psnc.graph.renderer.CustomPortRenderer
 

D

DefaultPortView - Class in pl.psnc.graph.view
DefaultPortView class - default implementation of port view.
DefaultPortView(Object) - Constructor for class pl.psnc.graph.view.DefaultPortView
Creates a new instance of DefaultPortView
DELETE - Static variable in class pl.psnc.graph.util.image.ImageKeys
Delete icon
DELETE_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
DeleteAction - Class in pl.psnc.graph.action
DeleteAction class - delete action
DeleteAction() - Constructor for class pl.psnc.graph.action.DeleteAction
Creates a new instance of Delete Action.
description - Variable in class pl.psnc.graph.io.GraphFileFilter
Description of accepted files.

E

ExperimentInfoFactory - Class in pl.psnc.graph.model.workflow.factory
ExperimentInfoFactory class - stores general information about experiment
ExperimentInfoFactory() - Constructor for class pl.psnc.graph.model.workflow.factory.ExperimentInfoFactory
 
extension - Variable in class pl.psnc.graph.io.GraphFileFilter
Extension of accepted files.

F

FILE_EXISTS - Static variable in interface pl.psnc.graph.i18n.helper.GraphKeys
File exist message
FileChooserFactory - Class in pl.psnc.graph.io
FileChooserFactory class - the abstract factory for creating the file chooser dialogs.
FileChooserFactory() - Constructor for class pl.psnc.graph.io.FileChooserFactory
 
FileFilterType - Enum in pl.psnc.graph.io
FileFilterType enum - stores a list of supported file filters.
firstPortView - Variable in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Holds the First and the Current Port
FONT_NODE_TYPE - Static variable in class pl.psnc.graph.util.GraphKeys
Specifies the node type indicator font

G

getBounds() - Method in class pl.psnc.graph.view.DefaultPortView
 
getBundle() - Method in class pl.psnc.graph.action.factory.AbstractGraphAction
 
getBundle() - Method in exception pl.psnc.graph.exception.GraphException
 
getClassName() - Method in class pl.psnc.graph.model.type.AbstractResourceType
Get value of field: className
getClassName() - Method in interface pl.psnc.graph.model.type.IResourceTypeInfo
Get resource type class name
getCreationDate() - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Gets the experiment creation date
getCurrentGraph() - Method in class pl.psnc.graph.action.factory.AbstractGraphAction
Return an instance of the current Scenario Graph for the current Graph Editor.
getDescription() - Method in class pl.psnc.graph.io.GraphFileFilter
Get value of the property: description
getDescription() - Method in class pl.psnc.graph.model.type.AbstractResourceType
Get value of field: description
getDescription() - Method in interface pl.psnc.graph.model.type.IResourceDecorator
Get description of the given resource
getDescription() - Method in interface pl.psnc.graph.model.type.IResourceTypeInfo
Get resource type description
getDescription() - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Gets experiment description
getExperimentInfo() - Method in class pl.psnc.graph.gui.workflow.JWorkflowPropertiesDialog
Get value of field: experimentInfo
getExperimentInfo() - Static method in class pl.psnc.graph.model.workflow.factory.ExperimentInfoFactory
Returns instance of experiment description value object
getExtension() - Method in class pl.psnc.graph.io.GraphFileFilter
Get value of the property: extension
getFileChooser(ChooserType, FileFilterType...) - Static method in class pl.psnc.graph.io.FileChooserFactory
Gets the file chooser by the given type.s
getFileFilter() - Method in enum pl.psnc.graph.io.FileFilterType
Get value of the property: fileFilter
getGraph() - Method in interface pl.psnc.graph.gui.IWorkflowPane
Get instance of CustomGraph
getGraph() - Method in class pl.psnc.graph.gui.WorkflowDesignPane
Get value of the property: graph
getGraph() - Method in class pl.psnc.graph.model.listener.CustomGraphModelListener
Get value of field: graph
getGraph() - Method in class pl.psnc.graph.model.listener.CustomGraphSelectionListener
Get value of field: graph
getGraphPane() - Method in interface pl.psnc.graph.gui.IWorkflowPane
Returns an instance of graph pane JPanel
getGraphPane() - Method in class pl.psnc.graph.gui.WorkflowDesignPane
 
getIcon() - Method in interface pl.psnc.graph.model.type.IResourceTypeDecorator
Get the icon path for the given type
getIconSize() - Method in class pl.psnc.graph.renderer.CustomPortRenderer
Get size of the port image
getId() - Method in class pl.psnc.graph.model.type.AbstractResourceType
Get value of field: id
getId() - Method in interface pl.psnc.graph.model.type.IResourceDecorator
Get identifier of the given resource
getId() - Method in interface pl.psnc.graph.model.type.IResourceTypeInfo
Get resource type identifier
getImage() - Method in interface pl.psnc.graph.model.type.IResourceTypeDecorator
Get the image path for the given type
getInstance() - Static method in class pl.psnc.graph.factory.GraphEditorFactory
Gets new instance of graph editor, instance of IWorkflowPane
getJobId() - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Gets job identifier
getJScenarioDetailsPane() - Method in class pl.psnc.graph.gui.WorkflowDesignPane
Get value of field: jScenarioDetailsPane
getLeftPanel() - Method in class pl.psnc.graph.gui.WorkflowDesignPane
Get value of field: leftPanel
getMarqueeHandler() - Method in class pl.psnc.graph.model.CustomGraph
 
getModelObservable() - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Get value of field: modelObservable
getName() - Method in class pl.psnc.graph.model.type.AbstractResourceType
Get value of field: name
getName() - Method in interface pl.psnc.graph.model.type.IResourceDecorator
Get name of the given resource
getName() - Method in interface pl.psnc.graph.model.type.IResourceTypeInfo
Get resource type name
getName() - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Gets experiment name
getPort(PortView) - Static method in class pl.psnc.graph.util.GraphHelper
Get port from the given port view
getRenderer(String) - Static method in class pl.psnc.graph.renderer.RendererFactory
Get the ImageVertexRenderer for the given vertex type
getRenderer() - Method in class pl.psnc.graph.view.DefaultPortView
 
getRenderer() - Method in class pl.psnc.graph.view.ImageVertexView
 
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class pl.psnc.graph.renderer.CustomPortRenderer
 
getRendererComponent(JGraph, boolean, boolean, boolean) - Method in class pl.psnc.graph.view.DefaultPortView
 
getResource() - Method in class pl.psnc.graph.model.value.GraphCellObject
Get value of the property: resource
getResourceDecorator() - Method in class pl.psnc.graph.gui.view.JResourceInfoView
Get instance of current resource decorator
getScenarioGraph() - Method in class pl.psnc.graph.ui.CustomGraphUI
Get current custom graph
getSourcePortAt(Point2D, JGraph) - Static method in class pl.psnc.graph.util.GraphHelper
Get source port at the given point
getTargetPortAt(Point2D, JGraph) - Static method in class pl.psnc.graph.util.GraphHelper
Get target port at the given point
getType() - Method in enum pl.psnc.graph.action.factory.GraphActionType
 
getType() - Method in interface pl.psnc.graph.model.type.IResourceDecorator
Get resource type decorator
getType() - Method in class pl.psnc.graph.model.value.GraphCellObject
Get value of the property: type
getUserName() - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Gets user who created this experiment
getUserObject(Object) - Static method in class pl.psnc.graph.util.GraphHelper
Get the user object from the given cell
getValue(String) - Static method in class pl.psnc.graph.i18n.GraphBundleFactory
Get the value for the given key for corresponding resource bundle
graph - Variable in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Stores instance of field: graph
GraphActionType - Enum in pl.psnc.graph.action.factory
GraphActionType class - defines jgraph related actions.
GraphBundleFactory - Class in pl.psnc.graph.i18n
GraphBundleFactory class - factory class for i18n resources retrieval for jGraph component.
GraphBundleFactory() - Constructor for class pl.psnc.graph.i18n.GraphBundleFactory
 
GraphCellFactory - Class in pl.psnc.graph.factory
GraphCellFactory class - abstract factory class for graph nodes creation.
GraphCellFactory() - Constructor for class pl.psnc.graph.factory.GraphCellFactory
 
GraphCellObject - Class in pl.psnc.graph.model.value
GraphCellObject class - stores properties of each graph node
GraphCellObject(AbstractResourceType, AbstractResourceValue) - Constructor for class pl.psnc.graph.model.value.GraphCellObject
Creates a new instance of Graph Cell Object
graphChanged(GraphModelEvent) - Method in class pl.psnc.graph.model.listener.CustomGraphModelListener
 
GraphDecorator - Interface in pl.psnc.graph.ui
 
GraphEditorFactory - Class in pl.psnc.graph.factory
GraphEditorFactory class - factory is responsible for creating an instance of JGraph Editor.
GraphEditorFactory() - Constructor for class pl.psnc.graph.factory.GraphEditorFactory
 
GraphException - Exception in pl.psnc.graph.exception
GraphException class - represents the exceptions which are thrown by the JGraph component.
GraphException(Integer) - Constructor for exception pl.psnc.graph.exception.GraphException
Creates a new instance of GraphException with error code specified.
GraphException(Integer, Exception) - Constructor for exception pl.psnc.graph.exception.GraphException
Creates a new instance of GraphException with error code and source exception specified.
GraphException(Integer, String) - Constructor for exception pl.psnc.graph.exception.GraphException
Creates a new instance of GraphException with error code and message key / message specified.
GraphException(String, Exception) - Constructor for exception pl.psnc.graph.exception.GraphException
Creates a new instance of GraphException with error code and message key / message specified.
GraphFileChooser - Class in pl.psnc.graph.io
GraphFileChooser class - graph file chooser class.
GraphFileChooser() - Constructor for class pl.psnc.graph.io.GraphFileChooser
Constructor for DynScenFileChooser.
GraphFileChooser(FileFilterType...) - Constructor for class pl.psnc.graph.io.GraphFileChooser
Creates a new File Chooser with the list of specified file filters.
GraphFileChooser(String) - Constructor for class pl.psnc.graph.io.GraphFileChooser
Constructor for DynScenFileChooser.
GraphFileChooser(File) - Constructor for class pl.psnc.graph.io.GraphFileChooser
Constructor for DynScenFileChooser.
GraphFileChooser(FileSystemView) - Constructor for class pl.psnc.graph.io.GraphFileChooser
Constructor for DynScenFileChooser.
GraphFileChooser(File, FileSystemView) - Constructor for class pl.psnc.graph.io.GraphFileChooser
Constructor for DynScenFileChooser.
GraphFileChooser(String, FileSystemView) - Constructor for class pl.psnc.graph.io.GraphFileChooser
Constructor for DynScenFileChooser.
GraphFileFilter - Class in pl.psnc.graph.io
GraphFileFilter class - file filter which is used with JFileChooser dialog.
GraphFileFilter(String, String) - Constructor for class pl.psnc.graph.io.GraphFileFilter
Constructs a new filter for the specified extension and description.
GraphHelper - Class in pl.psnc.graph.util
GraphHelper class - set of utility methods for managing graph.
GraphHelper() - Constructor for class pl.psnc.graph.util.GraphHelper
 
GraphKeys - Interface in pl.psnc.graph.i18n.helper
GraphKeys interface - defines i18n jgraph messages
GraphKeys - Class in pl.psnc.graph.util
 
GraphKeys() - Constructor for class pl.psnc.graph.util.GraphKeys
 
GraphSelectionObserver - Interface in pl.psnc.graph.model.listener
The update method called by the observer when graph selecion is changed

I

IExperimentInfo - Interface in pl.psnc.graph.model.workflow
IExperimentInfo interface - provides information about experiment
ImageCell - Class in pl.psnc.graph.vertex
ImageCell class - an extension of default graph cell.
ImageCell() - Constructor for class pl.psnc.graph.vertex.ImageCell
Creates a new instance of ImageVertex
ImageCell(Object) - Constructor for class pl.psnc.graph.vertex.ImageCell
 
ImageKeys - Class in pl.psnc.graph.util.image
ImageKeys class - contains all the image names which are used by the jGraph component.
ImageKeys() - Constructor for class pl.psnc.graph.util.image.ImageKeys
 
ImageVertexRenderer - Class in pl.psnc.graph.renderer
ImageVertexRenderer class - custom implementation of jGraph vertex renderer.
ImageVertexRenderer(ImageIcon) - Constructor for class pl.psnc.graph.renderer.ImageVertexRenderer
Creates a new instance of ImageVertexRenderer
ImageVertexView - Class in pl.psnc.graph.view
ImageVertexView class - image vertex view.
ImageVertexView(Object) - Constructor for class pl.psnc.graph.view.ImageVertexView
Creates new instance of ImageVertexView
init() - Method in class pl.psnc.graph.io.GraphFileChooser
Initialises the gui.
insert(Point2D, DefaultGraphCell) - Method in interface pl.psnc.graph.gui.IWorkflowPane
Insert a new Vertex at the given point
insert(Point2D, DefaultGraphCell) - Method in class pl.psnc.graph.gui.WorkflowDesignPane
Insert a new Vertex at the given point
IResourceDecorator - Interface in pl.psnc.graph.model.type
IResourceDecorator interface - provides information about current resource.
IResourceTypeDecorator - Interface in pl.psnc.graph.model.type
IResourceTypeDecorator interface - provides type additional information
IResourceTypeInfo - Interface in pl.psnc.graph.model.type
IResourceTypeInfo interface - resource type information
ISaveActionProvider - Interface in pl.psnc.graph.action.providers
 
isEdge(Object) - Static method in class pl.psnc.graph.util.GraphHelper
Test whether the given cell is edge
isEmpty(JGraph) - Static method in class pl.psnc.graph.util.GraphHelper
Specifies whether graph is empty.
isForceMarqueeEvent(MouseEvent) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
 
isMouseOver() - Method in class pl.psnc.graph.vertex.ImageCell
Getter for property mouseOver.
isPort(Object) - Static method in class pl.psnc.graph.util.GraphHelper
Test whether the given cell is port
isVertex(Object) - Static method in class pl.psnc.graph.util.GraphHelper
Test whether the given cell is vertex type
isVisible() - Method in class pl.psnc.graph.view.DefaultPortView
Getter for property visible.
IWorkflowPane - Interface in pl.psnc.graph.gui
IWorkflowPane interface - used for outside world to access Workflow Design Pane.

J

JCustomGraphPopup - Class in pl.psnc.graph.gui.popup
JCustomGraphPopup class - default graph popup menu
JCustomGraphPopup() - Constructor for class pl.psnc.graph.gui.popup.JCustomGraphPopup
Creates a new instance of JCustomGraphPopup
JResourceInfoView - Class in pl.psnc.graph.gui.view
JResourceInfoView class - pane presenting details about given resource
JResourceInfoView(IResourceDecorator) - Constructor for class pl.psnc.graph.gui.view.JResourceInfoView
Creates a new instance of Resource Information View
JWorkflowDetailsPane - Class in pl.psnc.graph.gui.view
JWorkflowDetailsPane class - workflow details pane.
JWorkflowDetailsPane() - Constructor for class pl.psnc.graph.gui.view.JWorkflowDetailsPane
Creates new Scenario Details Pane (Part of Resource Info Perspective)
JWorkflowPropertiesDialog - Class in pl.psnc.graph.gui.workflow
JWorkflowPropertiesDialog class - workflow properties dialog.
JWorkflowPropertiesDialog(Frame, IExperimentInfo) - Constructor for class pl.psnc.graph.gui.workflow.JWorkflowPropertiesDialog
Creates a new instance of JWorkflowPropertiesDialog
JWorkflowPropertiesDialog(IExperimentInfo) - Constructor for class pl.psnc.graph.gui.workflow.JWorkflowPropertiesDialog
Creates a new instance of JWorkflowPropertiesDialog

L

LAST_FILE_FILTER - Static variable in class pl.psnc.graph.io.GraphFileChooser
Stores instance of field: LAST_FILE_FILTER
LAST_PATH - Static variable in class pl.psnc.graph.io.GraphFileChooser
Stores instance of field: LAST_PATH

M

mouseDragged(MouseEvent) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
 
mouseMoved(MouseEvent) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
 
mousePressed(MouseEvent) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
 
mouseReleased(MouseEvent) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
 

N

NEW_VERTEX_OFFSET - Static variable in class pl.psnc.graph.util.GraphKeys
The new node offset
newInstance(IExperimentInfo) - Static method in class pl.psnc.graph.model.workflow.factory.ExperimentInfoFactory
Creates a new instance of experiment info

P

paint(Graphics) - Method in class pl.psnc.graph.renderer.CustomPortRenderer
 
paintBackground(Graphics) - Method in class pl.psnc.graph.ui.CustomGraphUI
 
paintConnector(Color, Color, Graphics) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Paint connector
paintPort(Graphics) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Paint port
PASTE - Static variable in class pl.psnc.graph.util.image.ImageKeys
Paste icon
PASTE_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
PasteAction - Class in pl.psnc.graph.action
PasteAction class - represents the Paste action
PasteAction() - Constructor for class pl.psnc.graph.action.PasteAction
Creates a new instance of Paste Action.
pl.psnc.graph.action - package pl.psnc.graph.action
 
pl.psnc.graph.action.factory - package pl.psnc.graph.action.factory
 
pl.psnc.graph.action.providers - package pl.psnc.graph.action.providers
 
pl.psnc.graph.exception - package pl.psnc.graph.exception
 
pl.psnc.graph.factory - package pl.psnc.graph.factory
 
pl.psnc.graph.gui - package pl.psnc.graph.gui
 
pl.psnc.graph.gui.popup - package pl.psnc.graph.gui.popup
 
pl.psnc.graph.gui.view - package pl.psnc.graph.gui.view
 
pl.psnc.graph.gui.workflow - package pl.psnc.graph.gui.workflow
 
pl.psnc.graph.i18n - package pl.psnc.graph.i18n
 
pl.psnc.graph.i18n.helper - package pl.psnc.graph.i18n.helper
 
pl.psnc.graph.io - package pl.psnc.graph.io
 
pl.psnc.graph.model - package pl.psnc.graph.model
 
pl.psnc.graph.model.listener - package pl.psnc.graph.model.listener
 
pl.psnc.graph.model.marquee - package pl.psnc.graph.model.marquee
 
pl.psnc.graph.model.type - package pl.psnc.graph.model.type
 
pl.psnc.graph.model.value - package pl.psnc.graph.model.value
 
pl.psnc.graph.model.workflow - package pl.psnc.graph.model.workflow
 
pl.psnc.graph.model.workflow.factory - package pl.psnc.graph.model.workflow.factory
 
pl.psnc.graph.renderer - package pl.psnc.graph.renderer
 
pl.psnc.graph.ui - package pl.psnc.graph.ui
 
pl.psnc.graph.util - package pl.psnc.graph.util
 
pl.psnc.graph.util.image - package pl.psnc.graph.util.image
 
pl.psnc.graph.vertex - package pl.psnc.graph.vertex
 
pl.psnc.graph.view - package pl.psnc.graph.view
 
PORT_IMAGE - Static variable in class pl.psnc.graph.util.image.ImageKeys
Graph cell port image
PROPERTY_SELECTED_NODE_ID - Static variable in class pl.psnc.graph.util.GraphKeys
The id of the selected resource

R

REDO - Static variable in class pl.psnc.graph.util.image.ImageKeys
Redo icon
REDO_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
RedoAction - Class in pl.psnc.graph.action
RedoAction class - represents the redo action
RedoAction() - Constructor for class pl.psnc.graph.action.RedoAction
Creates a new instance of redo Action.
RendererFactory - Class in pl.psnc.graph.renderer
RendererFactory class - abstract class is used to get instances of the image vertex renderers for the application.
RendererFactory() - Constructor for class pl.psnc.graph.renderer.RendererFactory
 
ROOT - Static variable in class pl.psnc.graph.util.image.ImageKeys
The root directory of the images

S

save(ActionEvent, CustomGraph) - Method in interface pl.psnc.graph.action.providers.ISaveActionProvider
 
SAVE - Static variable in class pl.psnc.graph.util.image.ImageKeys
Save icon
SAVE_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
SaveAction - Class in pl.psnc.graph.action
 
SaveAction() - Constructor for class pl.psnc.graph.action.SaveAction
 
SaveAction(ISaveActionProvider) - Constructor for class pl.psnc.graph.action.SaveAction
 
ScenarioGraphViewListener - Class in pl.psnc.graph.model.listener
The model graph view listener is Observers are notified when the size, position, color etc.
ScenarioGraphViewListener(CustomGraph) - Constructor for class pl.psnc.graph.model.listener.ScenarioGraphViewListener
Creates an instance of Scenario Graph Model Listener
SEPARATOR_COLOR1 - Static variable in interface pl.psnc.graph.ui.GraphDecorator
Separator gradient color: first
SEPARATOR_COLOR2 - Static variable in interface pl.psnc.graph.ui.GraphDecorator
Separator gradient color: second
SEPARATOR_HEIGTH - Static variable in interface pl.psnc.graph.ui.GraphDecorator
Defines graph separator height
SEPARATOR_MARGIN - Static variable in interface pl.psnc.graph.ui.GraphDecorator
Defines graph separator margin
setActionProvider(ISaveActionProvider) - Method in class pl.psnc.graph.action.SaveAction
 
setClassName(String) - Method in class pl.psnc.graph.model.type.AbstractResourceType
Set value of field: className
setDescription(String) - Method in class pl.psnc.graph.model.type.AbstractResourceType
Set value of field: description
setDescription(String) - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Sets experiment description
setGraph(CustomGraph) - Method in class pl.psnc.graph.model.listener.CustomGraphModelListener
Set value of field: graph
setGraph(CustomGraph) - Method in class pl.psnc.graph.model.listener.CustomGraphSelectionListener
Set value of field: graph
setId(int) - Method in class pl.psnc.graph.model.type.AbstractResourceType
Set value of field: id
setLeftPanel(JPanel) - Method in class pl.psnc.graph.gui.WorkflowDesignPane
Set value of field: leftPanel
setMarqueeHandler(BasicMarqueeHandler) - Method in class pl.psnc.graph.model.CustomGraph
 
setModelObservable(ModelObservable<CustomMarqueeHandler>) - Method in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Set value of field: modelObservable
setMouseOver(boolean) - Method in class pl.psnc.graph.vertex.ImageCell
Setter for property mouseOver.
setName(String) - Method in class pl.psnc.graph.model.type.AbstractResourceType
Set value of field: name
setName(String) - Method in interface pl.psnc.graph.model.workflow.IExperimentInfo
Sets experiment name
setResource(AbstractResourceValue) - Method in class pl.psnc.graph.model.value.GraphCellObject
Set value of the property: resource
setType(AbstractResourceType) - Method in class pl.psnc.graph.model.value.GraphCellObject
Set value of the property: type
setVisible(boolean) - Method in class pl.psnc.graph.view.DefaultPortView
Setter for property visible.
showDialog(Component, String) - Method in class pl.psnc.graph.io.GraphFileChooser
Pops a custom file chooser dialog with a custom approve button.
startPoint - Variable in class pl.psnc.graph.model.marquee.CustomMarqueeHandler
Holds the Start and the Current Point
steInstance(IWorkflowPane) - Static method in class pl.psnc.graph.factory.GraphEditorFactory
Sets the given pane as a graph editor pane

T

toString() - Method in class pl.psnc.graph.model.value.GraphCellObject
 

U

UNDO - Static variable in class pl.psnc.graph.util.image.ImageKeys
Undo icon
UNDO_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
UndoAction - Class in pl.psnc.graph.action
UndoAction class - represents the undo action
UndoAction() - Constructor for class pl.psnc.graph.action.UndoAction
Creates a new instance of undo Action.
update(IResourceDecorator) - Method in class pl.psnc.graph.gui.view.JResourceInfoView
Update pane with the given resource decorator
update(IExperimentInfo) - Method in class pl.psnc.graph.gui.view.JWorkflowDetailsPane
 
update(Observable, Object) - Method in class pl.psnc.graph.gui.view.JWorkflowDetailsPane
 
update(Object[]) - Method in interface pl.psnc.graph.model.listener.GraphSelectionObserver
Update the observer
update(Observable, Object) - Method in class pl.psnc.graph.model.listener.ScenarioGraphViewListener
This method is called whenever the observed object is changed.
update(JGraph, Point2D) - Method in class pl.psnc.graph.view.ImageVertexView
Update

V

validateEdges(CustomGraph) - Static method in class pl.psnc.graph.util.GraphHelper
Checks all the edges.
valueChanged(GraphSelectionEvent) - Method in class pl.psnc.graph.model.listener.CustomGraphSelectionListener
 
valueOf(String) - Static method in enum pl.psnc.graph.action.factory.GraphActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.psnc.graph.io.ChooserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.psnc.graph.io.FileFilterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.psnc.graph.action.factory.GraphActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.psnc.graph.io.ChooserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.psnc.graph.io.FileFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
VERTEX_LABEL_MARGIN - Static variable in class pl.psnc.graph.util.GraphKeys
The value specifies a margin for a vertex label

W

WorkflowDesignPane - Class in pl.psnc.graph.gui
WorkflowDesignPane class - workflow design pane.
WorkflowDesignPane() - Constructor for class pl.psnc.graph.gui.WorkflowDesignPane
Creates a new instance of WorkflowDesignPane

Z

ZOOM_IN - Static variable in class pl.psnc.graph.util.image.ImageKeys
Zoom in icon
ZOOM_IN_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
ZOOM_OUT - Static variable in class pl.psnc.graph.util.image.ImageKeys
Zoom out icon
ZOOM_OUT_DISABLED - Static variable in class pl.psnc.graph.util.image.ImageKeys
 
ZoomActualAction - Class in pl.psnc.graph.action
ZoomActualAction class - zoom actual action
ZoomActualAction() - Constructor for class pl.psnc.graph.action.ZoomActualAction
Creates a new instance of zoom actual Action.
ZoomInAction - Class in pl.psnc.graph.action
ZoomInAction class - represents the zoom in action
ZoomInAction() - Constructor for class pl.psnc.graph.action.ZoomInAction
Creates a new instance of zoom in Action.
ZoomOutAction - Class in pl.psnc.graph.action
ZoomOutAction class - represents the zoom out action
ZoomOutAction() - Constructor for class pl.psnc.graph.action.ZoomOutAction
Creates a new instance of zoom out Action.

A B C D E F G I J L M N P R S T U V W Z
Graph Common

Copyright 2008 by VLAB Dominik Stoklosa