Together Workflow Editor 3.0-1 API
A B C D E F G H I J K L M N O P R S T U V W X Y Z

G

Graph - class org.enhydra.jawe.components.graph.Graph.
Standard implementation of JGraph.
Graph(GraphController, GraphModel, BasicMarqueeHandler, WorkflowProcess) - Constructor for class org.enhydra.jawe.components.graph.Graph
Constructs process graph based on a given model.
Graph(GraphController, GraphModel, BasicMarqueeHandler, ActivitySet) - Constructor for class org.enhydra.jawe.components.graph.Graph
 
Graph(GraphModel, GraphLayoutCache) - Constructor for class org.enhydra.jawe.components.graph.Graph
 
Graph(Graph) - Constructor for class org.enhydra.jawe.components.graph.Graph
 
GraphActivityInterface - class org.enhydra.jawe.components.graph.GraphActivityInterface.
Interface for defining Activity graph object.
GraphActivityInterface() - Constructor for class org.enhydra.jawe.components.graph.GraphActivityInterface
 
GraphActivityRendererInterface - interface org.enhydra.jawe.components.graph.GraphActivityRendererInterface.
Interface used to display activity objects.
GraphActivityViewInterface - interface org.enhydra.jawe.components.graph.GraphActivityViewInterface.
Interface for representing a view for a JGraph's Activity objects.
GraphBubbleActivityInterface - class org.enhydra.jawe.components.graph.GraphBubbleActivityInterface.
Interface for defining Activity graph object.
GraphBubbleActivityInterface() - Constructor for class org.enhydra.jawe.components.graph.GraphBubbleActivityInterface
 
GraphController - class org.enhydra.jawe.components.graph.GraphController.
Used to handle process graphs.
GraphController(JaWEComponentSettings) - Constructor for class org.enhydra.jawe.components.graph.GraphController
 
GraphControllerPanel - class org.enhydra.jawe.components.graph.GraphControllerPanel.
Container for displaying menubar, toolbar, process graphs ...
GraphControllerPanel(GraphController) - Constructor for class org.enhydra.jawe.components.graph.GraphControllerPanel
 
GraphEAConstants - class org.enhydra.jawe.components.graph.GraphEAConstants.
Used to hold various static variables to be easily acessed from anywhere.
GraphEAConstants() - Constructor for class org.enhydra.jawe.components.graph.GraphEAConstants
 
GraphManager - class org.enhydra.jawe.components.graph.GraphManager.
Class intended to serve as a control center for creation, removal, resizing and changing position of Participants as well as for doing the same things with Activity objects and Transitions.
GraphManager(Graph) - Constructor for class org.enhydra.jawe.components.graph.GraphManager
Creates new workflow manager for given graph.
GraphMarqueeHandler - class org.enhydra.jawe.components.graph.GraphMarqueeHandler.
Implementation of a marquee handler for Process Editor.
GraphMarqueeHandler(GraphController) - Constructor for class org.enhydra.jawe.components.graph.GraphMarqueeHandler
Creates custom marquee handler.
GraphObjectFactory - class org.enhydra.jawe.components.graph.GraphObjectFactory.
Factory for generating graph objects.
GraphObjectFactory() - Constructor for class org.enhydra.jawe.components.graph.GraphObjectFactory
 
GraphObjectRendererFactory - class org.enhydra.jawe.components.graph.GraphObjectRendererFactory.
Factory for rendering graph objects.
GraphObjectRendererFactory() - Constructor for class org.enhydra.jawe.components.graph.GraphObjectRendererFactory
 
GraphObjectViewFactory - class org.enhydra.jawe.components.graph.GraphObjectViewFactory.
 
GraphObjectViewFactory() - Constructor for class org.enhydra.jawe.components.graph.GraphObjectViewFactory
 
GraphOverview - interface org.enhydra.jawe.components.graph.GraphOverview.
 
GraphOverviewGraphUI - class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewGraphUI.
This class and it's inner classes controls mouse actions and clipboard.
GraphOverviewGraphUI() - Constructor for class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewGraphUI
 
GraphOverviewGraphUI.PEMouseHandler - class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewGraphUI.PEMouseHandler.
Handles selection in a way that we expect.
GraphOverviewGraphUI.PEMouseHandler() - Constructor for class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewGraphUI.PEMouseHandler
 
GraphOverviewMarqueeHandler - class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewMarqueeHandler.
Implementation of a marquee handler for Process Editor.
GraphOverviewMarqueeHandler(GraphController) - Constructor for class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewMarqueeHandler
 
GraphOverviewPanel - class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel.
 
GraphOverviewPanel() - Constructor for class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
GraphParticipantComparator - class org.enhydra.jawe.components.graph.GraphParticipantComparator.
Used to properly sort visual objects that represents Participant's contained within graph.
GraphParticipantComparator(GraphManager) - Constructor for class org.enhydra.jawe.components.graph.GraphParticipantComparator
 
GraphParticipantInterface - class org.enhydra.jawe.components.graph.GraphParticipantInterface.
Interface for creating JGraph's Participant object.
GraphParticipantInterface() - Constructor for class org.enhydra.jawe.components.graph.GraphParticipantInterface
 
GraphParticipantRendererInterface - interface org.enhydra.jawe.components.graph.GraphParticipantRendererInterface.
Interface for displaying participant objects.
GraphParticipantViewInterface - interface org.enhydra.jawe.components.graph.GraphParticipantViewInterface.
Interface for representing a view for a JGraph's Participant objects.
GraphPaste - class org.enhydra.jawe.components.graph.actions.GraphPaste.
Class that realizes paste action.
GraphPaste(JaWEComponent) - Constructor for class org.enhydra.jawe.components.graph.actions.GraphPaste
 
GraphPortInterface - class org.enhydra.jawe.components.graph.GraphPortInterface.
Interface for defining graph port object.
GraphPortInterface(String) - Constructor for class org.enhydra.jawe.components.graph.GraphPortInterface
 
GraphPortRendererInterface - interface org.enhydra.jawe.components.graph.GraphPortRendererInterface.
Interface used to display port objects.
GraphPortViewInterface - class org.enhydra.jawe.components.graph.GraphPortViewInterface.
Interface for representing a view for a JGraph's port objects.
GraphPortViewInterface(Object) - Constructor for class org.enhydra.jawe.components.graph.GraphPortViewInterface
 
GraphSettings - class org.enhydra.jawe.components.graph.GraphSettings.
 
GraphSettings() - Constructor for class org.enhydra.jawe.components.graph.GraphSettings
 
GraphTransitionInterface - class org.enhydra.jawe.components.graph.GraphTransitionInterface.
Interface for defining Transition graph object.
GraphTransitionInterface() - Constructor for class org.enhydra.jawe.components.graph.GraphTransitionInterface
 
GraphTransitionRendererInterface - interface org.enhydra.jawe.components.graph.GraphTransitionRendererInterface.
Interface used to display transition objects.
GraphTransitionViewInterface - class org.enhydra.jawe.components.graph.GraphTransitionViewInterface.
Interface for representing a view for a JGraph's Transition objects.
GraphTransitionViewInterface(Object) - Constructor for class org.enhydra.jawe.components.graph.GraphTransitionViewInterface
 
GraphUtilities - class org.enhydra.jawe.components.graph.GraphUtilities.
 
GraphUtilities() - Constructor for class org.enhydra.jawe.components.graph.GraphUtilities
 
gatherParticipants(XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
Returns the sorted set of participants for given object.
generateCommonExpressionParticipant(XMLCollectionElement) - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
generateNewElement() - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
generateNewElement() - Method in class org.enhydra.jawe.components.wfxml.DefInfos
 
generateNewElement() - Method in class org.enhydra.jawe.shark.ExtendedAttributesWrapper
 
generateNewElement() - Method in class org.enhydra.jawe.wfmopen.ExceptionMappings
 
generateNewElement() - Method in class org.enhydra.jawe.wfmopen.PropertyList
 
generateSimilarOrIdenticalUniqueId(XMLCollection, Set, String) - Method in class org.enhydra.jawe.base.idfactory.IdFactory
 
generateStandardDisplayName(XMLElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
generateStandardGroupPanel(XMLComplexElement, boolean, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
generateStandardGroupPanel(XMLComplexElement, boolean, boolean) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
generateStandardLabel(XMLElement) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
generateStandardListPanel(XMLCollection, boolean, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
generateStandardMultiLineTextPanel(XMLElement, boolean, int, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
generateStandardPanel(XMLElement) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
generateStandardPanel(XMLElement) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
generateStandardTablePanel(XMLCollection, boolean, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
generateStandardTextPanel(XMLElement, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
generateStandardTooltip(XMLElement) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
generateUniqueId(XMLCollection) - Method in class org.enhydra.jawe.base.idfactory.IdFactory
 
generateUniqueId(XMLCollection, Set) - Method in class org.enhydra.jawe.base.idfactory.IdFactory
 
getAboutMsg() - Static method in class org.enhydra.jawe.JaWEManager
 
getActId() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getActSetId() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getAction() - Method in class org.enhydra.jawe.JaWEAction
 
getAction(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
Method to get component's action corresponding to the given string.
getAction(String) - Method in class org.enhydra.jawe.base.controller.JaWEActions
 
getAction(String) - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getAction(String) - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getActionButton(String) - Method in class org.enhydra.jawe.base.controller.JaWEActions
 
getActionMenu(String, boolean) - Method in class org.enhydra.jawe.base.controller.JaWEActions
 
getActionMenuItem(String, boolean) - Method in class org.enhydra.jawe.base.controller.JaWEActions
 
getActionName() - Method in class org.enhydra.jawe.XPDLElementChangeInfo
 
getActionToolbar(String) - Method in class org.enhydra.jawe.base.controller.JaWEActions
 
getActions() - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getActions() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getActions() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getActiveElement() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getActiveTab() - Method in class org.enhydra.jawe.base.panel.panels.XMLTabbedPanel
 
getActivities(Package, List) - Method in class org.enhydra.jawe.XPDLUtils
 
getActivities(WorkflowProcess, List) - Method in class org.enhydra.jawe.XPDLUtils
 
getActivities(Activities, List) - Method in class org.enhydra.jawe.XPDLUtils
 
getActivities() - Method in class org.enhydra.jawe.components.graph.ParticipantInfo
 
getActivitiesWithChangedId(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitiesWithChangedOffset(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitiesWithChangedParticipantId(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitiesWithChangedPerformer(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitiesWithChangedPerformer(List, XMLCollectionElement, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitiesWithPerformer(List, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivity() - Method in class org.enhydra.jawe.components.graph.DefaultGraphPort
 
getActivity() - Method in class org.enhydra.jawe.components.graph.GraphPortInterface
 
getActivityBounds(CopiedActivityInfo) - Method in class org.enhydra.jawe.components.graph.CopyOrCutInfo
 
getActivityHeight() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getActivityIconNamesList() - Static method in class org.enhydra.jawe.Utils
 
getActivityIconsMap() - Static method in class org.enhydra.jawe.Utils
 
getActivityIngoingTransitions(Activity) - Method in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
getActivityOutgoingTransitions(Activity) - Method in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
getActivityReferences(XMLCollectionElement, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getActivitySet() - Method in class org.enhydra.jawe.ActionBase
 
getActivitySet() - Method in class org.enhydra.jawe.components.graph.Graph
 
getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(ExtendedAttribute) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivitySetReferences(WorkflowProcess, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getActivitySetSelectIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getActivitySetsWithChangedId(List) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getActivityStringType(int) - Static method in class org.enhydra.jawe.Utils
 
getActivityWidth() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getActualParameterOrConditionChoices(XMLElement) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getActualParameterOrConditionChoices(XMLElement) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getActualParameterOrConditionChoices(XMLElement) - Method in class org.enhydra.jawe.shark.SharkXPDLValidator
 
getAdditionalLicenseText() - Static method in class org.enhydra.jawe.JaWEManager
 
getAll(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns all cells of the model in an array.
getAllActivitiesForParticipantId(Collection, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getAllActivitiesInModel(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Gets all existing activities within model.
getAllBubblesInModel(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Gets all existing start/end bubbles within model.
getAllCellsInModel(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Gets all existing cells within model.
getAllElements() - Method in class org.enhydra.jawe.components.ldap.LDAPTablePanel
 
getAllEntries() - Method in class org.enhydra.jawe.components.ldap.LDAPPanel
 
getAllExtendedAttributeNames(XMLComplexElement, XPDLHandler) - Method in class org.enhydra.jawe.XPDLUtils
 
getAllExtendedAttributeNames(Package, XMLComplexElement) - Method in class org.enhydra.jawe.XPDLUtils
 
getAllExtendedAttributeNames(Collection) - Method in class org.enhydra.jawe.XPDLUtils
 
getAllExtendedAttributeNames(Collection) - Method in class org.enhydra.jawe.shark.SharkXPDLUtils
 
getAllExtendedAttributeNames(Collection) - Method in class org.enhydra.jawe.wfmopen.WfMOpenXPDLUtils
 
getAllExtendedAttributeNamesForElements(Collection) - Method in class org.enhydra.jawe.XPDLUtils
 
getAllExternalPackageReferences(Package, Package) - Method in class org.enhydra.jawe.XPDLUtils
 
getAllPackageParticipants(List) - Method in class org.enhydra.jawe.components.graph.GraphController
 
getAllParticipantsInModel(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Gets all existing participants within model.
getAllPossiblePerformers(Activities) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getAllReferences(XMLComplexElement) - Method in class org.enhydra.jawe.base.controller.JaWEEdit
 
getAllTransitionsInModel(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Gets all existing transitions within model.
getAllWorkflowProcessesAndActivitySetsForAdjustment(List) - Method in class org.enhydra.jawe.components.graph.GraphController
 
getAppTitle() - Method in class org.enhydra.jawe.base.controller.JaWEFrame
 
getApplicationIcon() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getApplicationReferences(XMLComplexElement, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getApplicationReferences(Package, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getApplicationReferences(WorkflowProcess, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getArrowDownImageIcon() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getArrowRightImageIcon() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getArrowUpImageIcon() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getAttributeByName(Node, String) - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getAttributes() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns a map of (object, view attributes).
getAttributes() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns null.
getAttributes(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns a Map that represents the attributes for the specified cell.
getBackGroundColor() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorSettings
 
getBackGroundColor() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorSettings
 
getBackGroundColor() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorSettings
 
getBackGroundColor() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.components.infobar.InfoBarSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolSettings
 
getBackgroundColor() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewSettings
 
getBasicPanel(Package) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getBasicPanel(WorkflowProcess) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getBounds() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivityView
Returns the bounding rectangle for this view.
getBounds() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipantView
Returns the bounding rectangle for this view.
getBounds() - Method in class org.enhydra.jawe.components.graph.DefaultGraphPortView
 
getBounds(Object, Map) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets bounding rectangle of given cell.
getBoundsOfParticipantFutureActivities(GraphParticipantInterface, Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets the bounding rectangle of future children activities of given Participant par (that will be participants activities after parent map is applied).
getBreakpoints(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getBreakpointsEA(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getBreakpointsOld(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getBubble(ExtendedAttribute) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns start/end graph bubble object which represents start/end ext.
getBubbleColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getBubbleConectionColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getBubbleEndIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getBubbleOffsetPoint(Point, boolean, Dimension, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphManager
 
getBubbleStartIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getBuildEdition() - Static method in class org.enhydra.jawe.JaWEManager
 
getBuildEditionSuffix() - Static method in class org.enhydra.jawe.JaWEManager
 
getBuildNo() - Static method in class org.enhydra.jawe.BuildInfo
 
getBuildNo() - Static method in class org.enhydra.jawe.JaWEManager
 
getButtonGroup() - Method in class org.enhydra.jawe.base.panel.panels.XMLRadioPanel
 
getCHKBValue() - Method in class org.enhydra.jawe.shark.ExtAttribPanel
 
getCenter(Object) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns the central point of given graph object.
getChanged() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the cells that have changed.
getChanged() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns the cells that have changed.
getCheckboxStatus() - Method in class org.enhydra.jawe.base.panel.panels.XMLCheckboxPanel
 
getCheckboxStatus() - Method in class org.enhydra.jawe.shark.ExtAttribPanel
 
getChild(Object, int) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the child of parent at index index in the parent's child array.
getChildActivities() - Method in class org.enhydra.jawe.components.graph.GraphParticipantInterface
Returns participant's children activities (activities for which it is a container).
getChildCount(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the number of children of parent.
getChildParticipants() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipant
Returns participant's children participants (participants for which it is a container).
getChildrenByName(Node, String) - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getChoiceType() - Method in class org.enhydra.jawe.ChoiceButton
 
getChoiceType() - Method in class org.enhydra.jawe.XMLElementChoiceButton
 
getChoiceType() - Method in class org.enhydra.jawe.XMLElementChoiceButton2
 
getChoiceType() - Method in class org.enhydra.jawe.base.controller.JaWETypeChoiceButton
 
getChoices(ChoiceButton) - Method in interface org.enhydra.jawe.ChoiceButtonListener
 
getChoices(ChoiceButton) - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getChoices(ChoiceButton) - Method in class org.enhydra.jawe.base.panel.panels.XMLListPanel
 
getChoices(ChoiceButton) - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getChoices(ChoiceButton) - Method in class org.enhydra.jawe.components.graph.GraphController
 
getChoices(ChoiceButton) - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getChoosenLocale() - Static method in class org.enhydra.jawe.ResourceManager
Returns the current locale.
getChoosenResourceBundle() - Static method in class org.enhydra.jawe.ResourceManager
Returns the current locale.
getClassAttribute() - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getClassType() - Method in class org.enhydra.jawe.base.controller.JaWEType
 
getClassValue() - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getClipboard() - Method in class org.enhydra.jawe.base.controller.JaWEEdit
 
getColor(String) - Static method in class org.enhydra.jawe.Utils
Returns the color parsed from the given string.
getColor() - Method in class org.enhydra.jawe.base.controller.JaWEType
 
getColumnClass(int) - Method in class org.enhydra.jawe.base.panel.panels.tablesorting.SortingTableModel
 
getColumnNames(List) - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicTablePanel
 
getColumnNames(List) - Method in class org.enhydra.jawe.base.panel.panels.XMLSimpleTablePanel
 
getColumnNames(List) - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getColumnNames() - Method in class org.enhydra.jawe.components.ldap.LDAPTablePanel
 
getColumnNames(ProblemsNavigator) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getColumnNames(WfXML) - Method in class org.enhydra.jawe.components.wfxml.WfXMLTablePanel
 
getColumnNames(List) - Method in class org.enhydra.jawe.shark.ExtAttrWrapperTablePanel
 
getColumnsToShow(String, XMLCollection) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getComboBox() - Method in class org.enhydra.jawe.base.panel.panels.PopupWithScrollbar
 
getComboBox() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanel
 
getComboBox() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanelWithReferenceLink
 
getComboBox() - Method in class org.enhydra.jawe.components.wfxml.WfXMLComboPanel
 
getComboBox() - Method in class org.enhydra.jawe.shark.ExtAttribPanel
 
getComboDimension(List) - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanel
 
getComboDimension(List) - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanelWithReferenceLink
 
getComboDimension(List) - Method in class org.enhydra.jawe.shark.ExtAttribPanel
 
getComboPanel() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboChoicePanel
 
getComboPanel() - Method in class org.enhydra.jawe.components.wfxml.WfXMLPanel
 
getCommands() - Method in class org.enhydra.jawe.base.controller.JaWEActions
 
getCommonExpresionParticipantIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getCommonExpressionParticipant(XMLCollectionElement, String) - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
getCommonExpressionParticipants(XMLCollectionElement) - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
getComponent(String) - Method in class org.enhydra.jawe.base.componentmanager.ComponentManager
 
getComponentManager() - Method in class org.enhydra.jawe.JaWEManager
 
getComponents() - Method in class org.enhydra.jawe.base.componentmanager.ComponentManager
 
getCondition() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
 
getConditionType() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
 
getConfigId(String) - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getConfigId(Map, String) - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getConfigInfo() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getConnectImage() - Method in class org.enhydra.jawe.components.wfxml.WfXMLSettings
 
getConnectionSet() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the connectionSet.
getConnectionSet() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
 
getContainingText() - Method in class org.enhydra.jawe.base.controller.SearchEntity
 
getContext() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the objects that have not changed explicitly, but implicitly because one of their dependent cells has changed.
getContext() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns null.
getControlledElement() - Method in class org.enhydra.jawe.base.panel.ActivityTypesChoiceElement
 
getControlledElement() - Method in class org.enhydra.jawe.base.panel.SpecialChoiceElement
 
getControllerSettings() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getCopyOrCutInfo() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getCountry() - Method in class org.enhydra.jawe.misc.PFLocale
 
getCurrentConfig() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getCurrentConfigFolder() - Method in class org.enhydra.jawe.AdditionalResourceManager
 
getCurrentConfigFolder() - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getCurrentConfigName() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getCurrentDateAndTime() - Static method in class org.enhydra.jawe.Utils
Gets the current date and time string in ISO-8601 format.
getCurrentSelectionEvent() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getDN() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfo
 
getDataFieldReferences(XMLComplexElement, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getDataFieldReferences(Package, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getDataFieldReferences(WorkflowProcess, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getDeadlineConditionChoices(XMLElement) - Method in class org.enhydra.jawe.shark.SharkXPDLValidator
 
getDefInfoPanel() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfoEditor
 
getDefInfoPanel() - Method in class org.enhydra.jawe.components.wfxml.DefInfoEditor
 
getDefInfos() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getDefaultActionsEditOrder() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getDefaultActivityIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getDefaultLocale() - Static method in class org.enhydra.jawe.ResourceManager
Returns the default locale.
getDefaultResourceBundle() - Static method in class org.enhydra.jawe.ResourceManager
Returns the default resource bundle.
getDefaultTransitionStyle() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getDefaultType(XMLElement) - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getDefaultType(Class, Class) - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getDefinitionKey() - Method in class org.enhydra.jawe.components.wfxml.DefInfo
 
getDescendantList(GraphModel, Object[]) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
 
getDescription() - Method in class org.enhydra.jawe.JaWEXMLUtil.XMLFilter
 
getDescription() - Method in class org.enhydra.jawe.base.xpdlvalidator.ValidationError
 
getDescription() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfo
 
getDescription() - Method in class org.enhydra.jawe.components.wfxml.DefInfo
 
getDetails() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfo
 
getDisplay() - Method in interface org.enhydra.jawe.JaWEComponentView
 
getDisplay() - Method in class org.enhydra.jawe.base.controller.JaWEFrame
 
getDisplay() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getDisplay() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getDisplay() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getDisplay() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getDisplay() - Method in class org.enhydra.jawe.base.recentfiles.RecentFilesMenu
 
getDisplay() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigator
 
getDisplay() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelations
 
getDisplay() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.graph.GraphControllerPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.infobar.InfoBar
 
getDisplay() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherMenu
 
getDisplay() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getDisplay() - Method in class org.enhydra.jawe.components.ldap.LDAPPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigator
 
getDisplay() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigator
 
getDisplay() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.reconfiguration.ReconfiguratorMenu
 
getDisplay() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigator
 
getDisplay() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigator
 
getDisplay() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPool
 
getDisplay() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getDisplay() - Method in class org.enhydra.jawe.components.wfxml.WfXMLPanel
 
getDisplay() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewControllerPanel
 
getDisplayName() - Method in class org.enhydra.jawe.base.controller.JaWEType
 
getDisplayName(XMLElement) - Method in interface org.enhydra.jawe.base.display.DisplayNameGenerator
 
getDisplayName(Activities) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Activity) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ActivitySet) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ActivitySets) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ActivityTypes) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ActualParameter) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ActualParameters) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Application) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Applications) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ApplicationTypes) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ArrayType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Author) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Automatic) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(BasicType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(BlockActivity) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Codepage) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Condition) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ConformanceClass) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Cost) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(CostUnit) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Countrykey) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Created) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(DataField) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(DataFields) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(DataType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(DataTypes) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Deadline) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(DeadlineCondition) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Deadlines) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(DeclaredType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Description) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Documentation) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Duration) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(EnumerationType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(EnumerationValue) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ExceptionName) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ExtendedAttribute) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ExtendedAttributes) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ExternalPackage) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ExternalPackages) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ExternalReference) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(FinishMode) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(FormalParameter) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(FormalParameters) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Icon) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Implementation) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ImplementationTypes) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(InitialValue) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Join) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Length) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Limit) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ListType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Manual) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Member) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Namespace) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Namespaces) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(No) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Package) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(PackageHeader) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Participant) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Participants) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ParticipantType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Performer) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Priority) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(PriorityUnit) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ProcessHeader) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(RecordType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(RedefinableHeader) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Responsible) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Responsibles) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Route) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(SchemaType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Script) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(SimulationInformation) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Split) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(StartFinishModes) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(StartMode) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(SubFlow) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TimeEstimation) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Tool) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Tools) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Transition) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TransitionRef) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TransitionRefs) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TransitionRestriction) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TransitionRestrictions) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Transitions) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TypeDeclaration) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(TypeDeclarations) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(UnionType) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ValidFrom) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(ValidTo) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Vendor) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(Version) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(WaitingTime) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(WorkflowProcess) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(WorkflowProcesses) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(WorkingTime) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XPDLVersion) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLAttribute) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLEmptyChoiceElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLComplexChoice) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLCollection) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLCollectionElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLComplexElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLSimpleElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName(XMLElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getDisplayName() - Method in class org.enhydra.jawe.components.graph.DefaultCellPanel
 
getDisplayNameGenerator() - Method in class org.enhydra.jawe.JaWEManager
 
getDisplayNameGenerator() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getDisplayNameGenerator() - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getDisplayedParticipants() - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getDisplayedXPDLObject() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getEAName() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getEdges(GraphModel, Object[]) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the set of all connected edges to cells or their descendants.
getEdges(GraphModel, Object, boolean) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the incoming or outgoing edges for cell.
getEdgesBetween(GraphModel, Object, Object, boolean) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the edges between two specified ports or two specified vertices.
getEdit() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getEditTextArea() - Method in class org.enhydra.jawe.base.panel.panels.XMLHighlightPanelWithReferenceLink
 
getEditingElement() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getEditingElement() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getEditingElement() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getEditingElement() - Method in interface org.enhydra.jawe.base.editor.XPDLElementEditor
 
getEditingPanel() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
Returns the panel that is currently beeing edited.
getEditingPanel() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
Returns the panel that is currently beeing edited.
getEditingPanel() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
Returns the panel that is currently beeing edited.
getEditingTool(Package) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getEditingToolEA(Package) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getEditingToolVersion(Package) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getEditingToolVersionEA(Package) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getEditor() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicPanel
 
getEditor() - Method in class org.enhydra.jawe.base.panel.panels.XMLPanel
 
getElement() - Method in class org.enhydra.jawe.SearchResult
 
getElement() - Method in class org.enhydra.jawe.base.panel.panels.XMLElementView
 
getElement() - Method in class org.enhydra.jawe.base.xpdlvalidator.ValidationError
 
getElement() - Method in class org.enhydra.jawe.components.graph.jped.PDFChain
 
getElementAt(int) - Method in class org.enhydra.jawe.XMLElementChoiceButton.FilteredListModel
 
getElementRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicTablePanel
 
getElementRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLSimpleTablePanel
 
getElementRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getElementRow(XMLElement) - Method in class org.enhydra.jawe.components.ldap.LDAPTablePanel
 
getElementRow(XMLElement) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getElementRow(XMLElement) - Method in class org.enhydra.jawe.components.wfxml.WfXMLTablePanel
 
getElementString() - Method in class org.enhydra.jawe.base.panel.panels.XMLElementView
 
getElementToShow() - Method in class org.enhydra.jawe.base.panel.panels.ValidationErrorOrSearchResultListPanel
 
getElementTooltipText(XMLElement) - Method in class org.enhydra.jawe.XMLElementChoiceButton
 
getElements() - Method in class org.enhydra.jawe.base.panel.panels.ValidationErrorOrSearchResultListPanel
 
getElements() - Method in class org.enhydra.jawe.base.panel.panels.XMLSimpleTablePanel
 
getElementsForId(XMLCollection, String) - Method in class org.enhydra.jawe.base.idfactory.IdFactory
 
getEmptyBorderBottom() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getEmptyBorderLeft() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getEmptyBorderRight() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getEmptyBorderTop() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getEnclosingSection() - Method in class org.enhydra.jawe.components.graph.jped.PDFChain
 
getEnclosingSection() - Method in class org.enhydra.jawe.components.graph.jped.PDFPluginNotifier
 
getEncoding() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getEndActivityColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getEnds() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns end bubbles.
getEntries(LDAPConfiguration, List, String, String, List) - Static method in class org.enhydra.jawe.components.ldap.LDAPUtils
 
getErrorCode(ValidationError) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getErrorIcon() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorSettings
 
getErrors() - Method in class org.enhydra.jawe.components.XPDLTreeCellRenderer
 
getExceptionMappings() - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getExecution() - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getExecutionAttribute() - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getExtSettings() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelations
 
getExtSettings() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPool
 
getExtension() - Method in class org.enhydra.jawe.JaWEXMLUtil.XMLFilter
 
getExternalMenu(String, String) - Static method in class org.enhydra.jawe.BarFactory
 
getFileIcon() - Method in class org.enhydra.jawe.components.infobar.InfoBarSettings
 
getFillColor() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivityRenderer
 
getFilterSize() - Method in class org.enhydra.jawe.XMLElementChoiceButton.FilteredListModel
 
getFindNextIcon() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewSettings
 
getFirstParticipantForLocation(int, int) - Method in class org.enhydra.jawe.components.graph.Graph
Finds the topmost Participant at specified location.
getFirstSmallDividerLocation() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getFontName() - Static method in class org.enhydra.jawe.JaWEManager
 
getFontSize() - Static method in class org.enhydra.jawe.JaWEManager
 
getFormalParameterReferences(WorkflowProcess, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getFrameComponentByName(String) - Method in class org.enhydra.jawe.base.controller.JaWEFrame
 
getFrameSettings() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getFreeTextParticipantIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraph(XMLCollectionElement) - Method in class org.enhydra.jawe.components.graph.GraphController
 
getGraph() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns the graph which is managed.
getGraph() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getGraph() - Method in interface org.enhydra.jawe.components.graph.GraphOverview
 
getGraph() - Method in class org.enhydra.jawe.components.graph.JaWEGraphUI
Returns graph.
getGraph() - Method in class org.enhydra.jawe.components.graph.jped.PDFDocumentChain
 
getGraph() - Method in class org.enhydra.jawe.components.graph.jped.PDFWorkflowExport
 
getGraph() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewGraphUI
Returns graph.
getGraph() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getGraphActivity() - Method in class org.enhydra.jawe.components.graph.DefaultGraphPortView
 
getGraphActivity(String) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns graph Activity object which represents XPDL activity with given Id attribute.
getGraphActivity(Activity) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getGraphActivity() - Method in class org.enhydra.jawe.components.graph.GraphPortViewInterface
 
getGraphClass() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphController() - Method in class org.enhydra.jawe.components.graph.Graph
 
getGraphController() - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getGraphController() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getGraphController() - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getGraphController() - Method in class org.enhydra.jawe.components.graph.JaWEGraphUI
 
getGraphControllerPanel() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphFontSize() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphImage() - Method in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
getGraphInterface(XMLElement) - Method in class org.enhydra.jawe.components.graph.Graph
 
getGraphManager() - Method in class org.enhydra.jawe.components.graph.Graph
 
getGraphManager() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getGraphManager() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphMarqueeHandler() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getGraphMarqueeHandler() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphModelClass() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphModelListeners() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Return an array of all GraphModelListeners that were added to this model.
getGraphObjectFactory() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getGraphObjectFactory() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphObjectRendererFactory() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getGraphObjectRendererFactory() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGraphParticipant(String) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns graph Participant object which represents XPDL participant with given Id attribute.
getGraphParticipant(Participant) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getGraphParticipantOrientation(WorkflowProcess, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getGraphParticipantOrientation(WorkflowProcess, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getGraphParticipantOrientationEA(WorkflowProcess, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getGraphParticipantOrientationEA(WorkflowProcess, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getGraphSettings() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getGraphTransition(String) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns graph Transition object which represents XPDL transition with given Id attribute.
getGraphTransition(Transition) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getGraphXPDLElement() - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipant
 
getGraphsPreferredSize() - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getGraphsToValidate(XMLElement) - Method in class org.enhydra.jawe.components.graph.GraphController
 
getGridColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGridSize() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getGroupIcon() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getHandle(GraphContext) - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransitionView
Returns a cell handle for the view.
getHandleColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getHiddenElements(String, XMLComplexElement) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getHiddenElements(String, XMLCollection) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getHiddenElements(XMLComplexElement) - Method in class org.enhydra.jawe.components.XPDLTreeModel
 
getHiddenElements(XMLCollection) - Method in class org.enhydra.jawe.components.XPDLTreeModel
 
getHistoryManager() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getHistoryManager() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getHorizontalOffset() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns horizontal offset for inserting participants.
getIcon() - Method in class org.enhydra.jawe.JaWEAction
 
getIcon() - Method in class org.enhydra.jawe.base.controller.JaWEType
 
getIcon(XMLElement, JaWEType) - Method in class org.enhydra.jawe.components.XPDLTreeCellRenderer
 
getIcon() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivityRenderer
 
getIcon() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipantRenderer
 
getIcon() - Method in class org.enhydra.jawe.components.graph.MultiLinedRenderer
 
getIcon() - Method in class org.enhydra.jawe.components.graph.actions.SetEndMode
 
getIcon() - Method in class org.enhydra.jawe.components.graph.actions.SetParticipantModeCommonExpression
 
getIcon() - Method in class org.enhydra.jawe.components.graph.actions.SetParticipantModeFreeTextExpression
 
getIcon() - Method in class org.enhydra.jawe.components.graph.actions.SetStartMode
 
getIcon() - Method in class org.enhydra.jawe.components.graph.actions.SetToolboxMode
 
getIconFor(String) - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getIconHeight() - Method in class org.enhydra.jawe.CombinedIcon
 
getIconWidth() - Method in class org.enhydra.jawe.CombinedIcon
 
getId() - Method in class org.enhydra.jawe.base.xpdlvalidator.ValidationError
 
getId() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfo
 
getIdFactory() - Method in class org.enhydra.jawe.JaWEManager
 
getIdForVisualOrderEA(String) - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
getIdFromVisualOrderEA(String) - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
getImproperlyConnectedEnds(boolean) - Method in class org.enhydra.jawe.components.graph.Graph
 
getImproperlyConnectedStarts(boolean) - Method in class org.enhydra.jawe.components.graph.Graph
 
getIncomingEdges(GraphModel, Object) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the incoming edges for cell.
getIndex() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel.ValidationErrorComparator
 
getIndexOfChild(Object, Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the index of child in parent.
getIndexOfRoot(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the index of root in the model.
getInfoBarSettings() - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getInitialLocation(Object[]) - Method in class org.enhydra.jawe.components.graph.JaWEGraphUI.PERootHandle
 
getInlinePanel() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getInlinePanel() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getInlinePanel() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getInlinePanelClassName() - Method in class org.enhydra.jawe.JaWEManager
 
getInsertVariableDefaultIcon() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getInsertVariablePressedIcon() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getInserted() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the cells that were inserted.
getInserted() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns the cells that have changed.
getInsertedOrRemovedActivities(List, XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getInsertedOrRemovedActivitySets(List, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getInsertedOrRemovedBubbles(List, XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getInsertedOrRemovedTransitions(List, XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getInsertedOrRemovedWorkflowProcesses(List, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getInsertedText() - Method in class org.enhydra.jawe.base.panel.panels.XMLHighlightPanelWithReferenceLink
 
getInstance() - Static method in class org.enhydra.jawe.JaWEManager
 
getInstance() - Static method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
getInstance() - Static method in class org.enhydra.jawe.components.graph.FreeTextExpressionParticipant
 
getJRESuffix() - Static method in class org.enhydra.jawe.BuildInfo
 
getJaWEActions() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getJaWEComponent() - Method in interface org.enhydra.jawe.JaWEComponentView
 
getJaWEComponent() - Method in class org.enhydra.jawe.base.controller.JaWEFrame
 
getJaWEComponent() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.base.recentfiles.RecentFilesMenu
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.graph.GraphControllerPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.infobar.InfoBar
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherMenu
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.ldap.LDAPPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.reconfiguration.ReconfiguratorMenu
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.wfxml.WfXMLPanel
 
getJaWEComponent() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewControllerPanel
 
getJaWEConfig(Package) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getJaWEConfigEA(Package) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getJaWEController() - Method in class org.enhydra.jawe.JaWEManager
 
getJaWEController() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getJaWEFrame() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getJaWEFrame() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getJaWEManager() - Method in class org.enhydra.jawe.components.graph.jped.PDFWorkflowExport
 
getJaWEType(XMLElement) - Static method in class org.enhydra.jawe.JaWEEAHandler
 
getJaWEType(XMLElement) - Method in class org.enhydra.jawe.base.controller.JaWETypeResolver
 
getJaWETypes() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getJavaException() - Method in class org.enhydra.jawe.wfmopen.ExceptionMapping
 
getLDAPBaseDN() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPConfig() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getLDAPCountLimit() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPDistinguishedNameAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPGroupDescriptionAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPGroupNameAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPGroupUniqueAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPHost() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPObjectClassFilter() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPObjectClassFilterChoices() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPPort() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPReferralHandling() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPSearchScope() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPSecurityLevel() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPSecurityPassword() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPSecurityUserDN() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPSettings() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getLDAPTimeLimit() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPUserDescriptionAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPUserNameAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLDAPUserUniqueAttributeName() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getLabel(XMLElement) - Method in interface org.enhydra.jawe.base.label.LabelGenerator
 
getLabel(Activities) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Activity) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ActivitySet) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ActivitySets) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ActivityTypes) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ActualParameter) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ActualParameters) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Application) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Applications) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ApplicationTypes) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ArrayType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Author) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Automatic) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(BasicType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(BlockActivity) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Codepage) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Condition) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ConformanceClass) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Cost) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(CostUnit) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Countrykey) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Created) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(DataField) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(DataFields) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(DataType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(DataTypes) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Deadline) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(DeadlineCondition) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Deadlines) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(DeclaredType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Description) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Documentation) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Duration) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(EnumerationType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(EnumerationValue) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ExceptionName) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ExtendedAttribute) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ExtendedAttributes) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ExternalPackage) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ExternalPackages) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ExternalReference) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(FinishMode) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(FormalParameter) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(FormalParameters) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Icon) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Implementation) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ImplementationTypes) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(InitialValue) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Join) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Length) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Limit) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ListType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Manual) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Member) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Namespace) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Namespaces) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(No) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Package) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(PackageHeader) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Participant) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Participants) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ParticipantType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Performer) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Priority) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(PriorityUnit) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ProcessHeader) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(RecordType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(RedefinableHeader) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Responsible) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Responsibles) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Route) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(SchemaType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Script) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(SimulationInformation) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Split) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(StartFinishModes) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(StartMode) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(SubFlow) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TimeEstimation) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Tool) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Tools) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Transition) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TransitionRef) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TransitionRefs) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TransitionRestriction) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TransitionRestrictions) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Transitions) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TypeDeclaration) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(TypeDeclarations) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(UnionType) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ValidFrom) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(ValidTo) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Vendor) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(Version) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(WaitingTime) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(WorkflowProcess) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(WorkflowProcesses) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(WorkingTime) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XPDLVersion) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLEmptyChoiceElement) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLComplexChoice) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLCollection) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLCollectionElement) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLComplexElement) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLSimpleElement) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLAttribute) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabel(XMLElement) - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getLabelGenerator() - Method in class org.enhydra.jawe.JaWEManager
 
getLabelGenerator() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getLabelGenerator() - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getLangDepName() - Method in class org.enhydra.jawe.JaWEAction
 
getLanguage() - Method in class org.enhydra.jawe.misc.PFLocale
 
getLanguageDependentString(String) - Method in class org.enhydra.jawe.AdditionalResourceManager
 
getLanguageDependentString(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getLanguageDependentString(String) - Static method in class org.enhydra.jawe.ResourceManager
Gets a language dependent string from the resource bundle.
getLanguageDependentString(AdditionalResourceManager, String) - Static method in class org.enhydra.jawe.ResourceManager
 
getLanguageDependentString(String) - Method in interface org.enhydra.jawe.Settings
 
getLanguageDependentString(String) - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getLanguageDependentString(String) - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getLanguageDependentString(String) - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getLanguageDependentString(String) - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getLeafParticipantForXPos(int, Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getLeafParticipantForYPos(int, Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns leaf participant that bounds given y-coordinate.
getList() - Method in class org.enhydra.jawe.base.panel.panels.ValidationErrorOrSearchResultListPanel
 
getList() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicListPanel
 
getList() - Method in class org.enhydra.jawe.base.panel.panels.XMLListPanel
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.enhydra.jawe.XMLElementChoiceButton.ChoiceButtonCellRenderer
returns the cell renderer use for the JList
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator.IconCBoxRenderer
 
getLocString(XMLElement, XMLElement) - Static method in class org.enhydra.jawe.Utils
 
getLocale() - Method in class org.enhydra.jawe.misc.PFLocale
 
getLocaleString() - Method in class org.enhydra.jawe.misc.PFLocale
 
getLocation(XMLElement) - Static method in class org.enhydra.jawe.Utils
 
getLoggingManager() - Method in class org.enhydra.jawe.JaWEManager
 
getLookAndFeelClassName() - Static method in class org.enhydra.jawe.JaWEManager
 
getMainDividerLocation() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getMainIcon() - Method in class org.enhydra.jawe.components.graph.DefaultCellPanel
 
getMainMenuActionOrder() - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getMainMenuActionOrder() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getMainPackage() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getMainPackage() - Method in class org.enhydra.jawe.base.xpdlhandler.XPDLHandler
 
getMainPackageFilename() - Method in class org.enhydra.jawe.base.xpdlhandler.XPDLHandler
 
getMainPackageId() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getMainPackageId() - Method in class org.enhydra.jawe.base.xpdlhandler.XPDLHandler
 
getMainType() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getMarqueeColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorSettings
 
getMenuActionOrder(String) - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorSettings
 
getMinParHeight() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getMinParWidth() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getMouseClickLocation() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorPanel
 
getMouseClickLocation() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorPanel
 
getMouseClickLocation() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorPanel
 
getMouseClickLocation() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorPanel
 
getMouseClickLocation() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolPanel
 
getMyLocale() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherMenu.SMItem
 
getName() - Method in interface org.enhydra.jawe.JaWEComponent
 
getName() - Method in class org.enhydra.jawe.JaWEManager
 
getName() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getName() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getName() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getName() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getName() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getName() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getName() - Method in class org.enhydra.jawe.base.recentfiles.RecentFilesManager
 
getName() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigator
 
getName() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelations
 
getName() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getName() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getName() - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getName() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherManager
 
getName() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getName() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfo
 
getName() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigator
 
getName() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigator
 
getName() - Method in class org.enhydra.jawe.components.propertiespanel.PropertiesPanelComponent
 
getName() - Method in class org.enhydra.jawe.components.reconfiguration.ReconfiguratorManager
 
getName() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigator
 
getName() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigator
 
getName() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPool
 
getName() - Method in class org.enhydra.jawe.components.wfxml.DefInfo
 
getName() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getName() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewController
 
getName() - Method in class org.enhydra.jawe.wfmopen.Property
 
getNavigatorSettings() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigator
 
getNavigatorSettings() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigator
 
getNavigatorSettings() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigator
 
getNavigatorSettings() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigator
 
getNewChildren(Object) - Method in class org.enhydra.jawe.components.graph.JaWEParentMap
Returns all children which will belong to given parent when this parent map is applied.
getNewParent(Object) - Method in class org.enhydra.jawe.components.graph.JaWEParentMap
Returns parent of given child.
getNewRootParXPos(Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getNewRootParYPos(Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets the insertation point (y-coordinate) of new root participant.
getNewStyle(Transition, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getNext(XMLElement) - Method in interface org.enhydra.jawe.HistoryManager
 
getNext(XMLElement) - Method in class org.enhydra.jawe.HistoryMgr
 
getNextViewAt(CellView, double, double) - Method in class org.enhydra.jawe.components.graph.Graph
Modified from original to support all views
getNextViewAt(CellView[], CellView, double, double) - Method in class org.enhydra.jawe.components.graph.Graph
Modified from original to suite our needs.
getOffset() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
 
getOffset() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
 
getOffset() - Method in class org.enhydra.jawe.components.graph.GraphActivityInterface
 
getOffset(GraphActivityInterface, Map) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns the point within the graph where the upper-left corner of given graph activity is placed.
getOffset(Point) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getOffset() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getOffsetPoint() - Method in class org.enhydra.jawe.components.graph.CopiedActivityInfo
 
getOffsetPoint(Graph) - Method in class org.enhydra.jawe.components.graph.CopyOrCutInfo
 
getOffsetPoint(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getOffsetPointEA(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getOffsetPointOld(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getOpposite(GraphModel, Object, Object) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
 
getOrderedAllSelectableCells() - Method in class org.enhydra.jawe.components.graph.Graph
This method gets all selectable views and puts it in an order that suites to our needs (first comes activities and transitions(edges), and then Participants sorted by level - root Participants comes last)
getOriginalActivityIconsMap() - Static method in class org.enhydra.jawe.Utils
 
getOutgoingEdges(GraphModel, Object) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the outgoing edges for cell.
getOutputStream() - Method in class org.enhydra.jawe.components.graph.jped.PDFDocumentChain
 
getOverview() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getOwner() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicPanel
 
getOwner() - Method in class org.enhydra.jawe.base.panel.panels.XMLPanel
 
getPackage() - Method in class org.enhydra.jawe.ActionBase
 
getPackage() - Method in class org.enhydra.jawe.XPDLListenerAndObservable
 
getPackageFilename(String) - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getPackageInsertedOrRemovedParticipants(List, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getPackageParticipantsWithChangedId(List) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getPackageSelectionIcon() - Method in class org.enhydra.jawe.components.infobar.InfoBarSettings
 
getPanel(XMLElement) - Method in interface org.enhydra.jawe.base.panel.PanelGenerator
 
getPanel(Activities) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Activity) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Activity, int, Set) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ActivitySet) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ActivitySets) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ActivityTypes) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ActualParameter) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ActualParameters) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Application) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Applications) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ApplicationTypes) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ArrayType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Author) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Automatic) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(BasicType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(BlockActivity) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Codepage) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Condition) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Condition, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ConformanceClass) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Cost) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(CostUnit) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Countrykey) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Created) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(DataField) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(DataFields) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(DataType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(DataTypes) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Deadline) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(DeadlineCondition) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Deadlines) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(DeclaredType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Description) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Documentation) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Duration) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(EnumerationType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(EnumerationValue) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ExceptionName) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ExtendedAttributes) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ExtendedAttribute) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ExternalPackage) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ExternalPackages) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ExternalReference) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(FinishMode) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(FormalParameter) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(FormalParameters) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Icon) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Implementation) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ImplementationTypes) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(InitialValue) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Join) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Length) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Limit) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ListType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Manual) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Member) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Namespace) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Namespaces) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(No) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Package) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Package, int, Set) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(PackageHeader) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Participant) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Participants) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ParticipantType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Performer) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Priority) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(PriorityUnit) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ProcessHeader) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(RecordType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(RedefinableHeader) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Responsible) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Responsibles) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Route) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(SchemaType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Script) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Script, boolean) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(SimulationInformation) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Split) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(StartFinishModes) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(StartMode) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(SubFlow) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TimeEstimation) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Tool) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Tools) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Transition) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TransitionRef) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TransitionRefs) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TransitionRestriction) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TransitionRestrictions) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Transitions) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TypeDeclaration) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(TypeDeclarations) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(UnionType) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ValidFrom) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(ValidTo) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Vendor) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Version) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(WaitingTime) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(WorkflowProcess) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(WorkflowProcess, int, Set) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(WorkflowProcesses) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(WorkingTime) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XPDLVersion) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLAttribute) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLEmptyChoiceElement) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLComplexChoice) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLCollection) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLComplexElement) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLSimpleElement) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(XMLElement) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanel(Activities) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Activity, int, Set) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(ActivitySets) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(ActualParameter) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(ActualParameters) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(DeadlineCondition) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Deadlines) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(DeclaredType) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(EnumerationType) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(ExceptionName) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(ExtendedAttributes) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(ExternalPackages) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Namespaces) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Participants) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Performer) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(RecordType) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Responsible) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Responsibles) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(SubFlow) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(TimeEstimation) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Tool) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Tools) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(TransitionRefs) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(Transitions) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(UnionType) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(XMLAttribute) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(XMLEmptyChoiceElement) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(XMLComplexChoice) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(XMLCollection) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(XMLComplexElement) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(XMLSimpleElement) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanel(int) - Method in class org.enhydra.jawe.base.panel.panels.XMLGroupPanel
 
getPanel(Activity, int, Set) - Method in class org.enhydra.jawe.samples.loopactivity.TWELSamplePanelGenerator
 
getPanel(Activity, int, Set) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(Application) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(BasicType) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(DataField) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(DataTypes) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(DeadlineCondition) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(ExtendedAttribute) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(Package, int, Set) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(WorkflowProcess, int, Set) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(XMLAttribute) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPanel(Application) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(DataTypes) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(ImplementationExtendedAttribute) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(Property) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(ExceptionMapping) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(Package, int, Set) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(Split) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(WorkflowProcess, int, Set) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanel(XMLAttribute) - Method in class org.enhydra.jawe.wfmopen.WfMOpenPanelGenerator
 
getPanelContainer() - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanelContainer() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicPanel
 
getPanelContainer() - Method in class org.enhydra.jawe.base.panel.panels.XMLPanel
 
getPanelForElement(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLGroupPanel
 
getPanelForElement(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLTabbedPanel
 
getPanelForFROMAttribute(Transition) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanelForFROMAttribute(Transition) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanelForTOAttribute(Transition) - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getPanelForTOAttribute(Transition) - Method in class org.enhydra.jawe.base.panel.TogWEPanelGenerator
 
getPanelGenerator() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getPanelGenerator() - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getPanelGeneratorClassName() - Method in class org.enhydra.jawe.JaWEManager
 
getPanelPositionForElement(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLGroupPanel
 
getPanelSettings() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getPanelSettings() - Method in class org.enhydra.jawe.components.propertiespanel.PropertiesPanelComponent
 
getPanelValidator() - Method in class org.enhydra.jawe.JaWEManager
 
getPanelValidator() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getPanelValidator() - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getParIdEA() - Method in class org.enhydra.jawe.components.graph.CopiedActivityInfo
 
getParent(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the parent of child in the model.
getParentEditor() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getParentEditor() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getParentEditor() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getParentEditor() - Method in interface org.enhydra.jawe.base.editor.XPDLElementEditor
 
getParentList(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns the list that exclusively contains view.
getParentMap() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the parentMap.
getParentMap() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns null.
getParentWindow() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getParentWindow() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getParentWindow() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getParentWindow() - Method in interface org.enhydra.jawe.base.editor.XPDLElementEditor
 
getParentWindow() - Method in class org.enhydra.jawe.components.graph.ExpressionParticipantEditor
 
getParticipant() - Method in class org.enhydra.jawe.components.graph.ParticipantInfo
 
getParticipantBorderColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getParticipantCommonExpressionColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getParticipantFreeTextExpressionColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getParticipantFutureActivities(GraphParticipantInterface, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets future children activities of given participant par (that will be par's activities after parent map is applied).
getParticipantHeight(Object, Map) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets height of given participant (from it's current view or from propertyMap).
getParticipantId(Point) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getParticipantId(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantId() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getParticipantIdEA(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantIdEAOld(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantIdOld(Activity) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantNameWidth() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getParticipantPanel() - Method in class org.enhydra.jawe.components.graph.ExpressionParticipantEditor
 
getParticipantReferences(XMLComplexElement, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getParticipantReferences(Package, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getParticipantReferences(WorkflowProcess, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getParticipantVisualOrder(XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantVisualOrder(WorkflowProcess, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantVisualOrderEA(XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantVisualOrderEA(WorkflowProcess, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantVisualOrderEAOld(XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantVisualOrderOld(XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantWidth(Object, Map) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets width of given participant (from it's current view or from propertyMap).
getParticipants(Activities) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getParticipantsForXPos(int, int, Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getParticipantsForYPos(int, int, Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns participants that are under or above given yPos, or contains that y-position:
direction=0 -> under,
direction=1 -> above,
direction=2 -> contains.
getParticipantsIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getPasswordAuthentication() - Method in class org.enhydra.jawe.components.wfxml.WfXMLAuthenticator
 
getPastePoint() - Method in class org.enhydra.jawe.components.graph.CopyOrCutInfo
 
getPerformerChoices(XMLElement) - Method in class org.enhydra.jawe.shark.SharkXPDLValidator
 
getPerimeterPoint(EdgeView, Point2D, Point2D) - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivityView
 
getPerimeterPoint(VertexView, Point2D) - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivityRenderer
 
getPerimeterPoint(EdgeView, Point2D, Point2D) - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivityView
 
getPerimeterPoint(VertexView, Point2D) - Method in class org.enhydra.jawe.components.graph.MultiLinedRenderer
 
getPoints(GraphTransitionInterface, Map) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getPopupPoint() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
Gets the point of last popup menu creation.
getPort() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
Gets the port associate with this activity.
getPort() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
Gets the port associate with this activity.
getPort() - Method in class org.enhydra.jawe.components.graph.GraphActivityInterface
Gets the port associated with this activity.
getPortSize() - Method in class org.enhydra.jawe.components.graph.DefaultGraphPortView
Returns port's size.
getPortSize() - Method in class org.enhydra.jawe.components.graph.GraphPortViewInterface
 
getPossibleActivities(XMLCollectionElement) - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getPossibleResponsibles(Responsibles, Responsible) - Method in class org.enhydra.jawe.XPDLUtils
 
getPossibleSourceActivities(Transition) - Method in class org.enhydra.jawe.base.transitionhandler.TransitionHandler
 
getPossibleTargetActivities(Transition) - Method in class org.enhydra.jawe.base.transitionhandler.TransitionHandler
 
getPossibleVariableChoices(Map, ExtendedAttributes) - Method in class org.enhydra.jawe.shark.SharkPanelGenerator
 
getPreferredWidth(String, String) - Method in class org.enhydra.jawe.WaitScreen
 
getPresentationName() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns getPresentationName from the last UndoableEdit added to edits.
getPrevious(XMLElement) - Method in interface org.enhydra.jawe.HistoryManager
 
getPrevious(XMLElement) - Method in class org.enhydra.jawe.HistoryMgr
 
getPreviousAttributes() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns a map that contains (object, map) pairs of the attributes that have been stored in the model.
getPreviousAttributes() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns null.
getPreviousConnectionSet() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
 
getPreviousConnectionSet() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
 
getPreviousParentMap() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
 
getPreviousParentMap() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
 
getProcess() - Method in class org.enhydra.jawe.components.graph.jped.PDFWorkflowExport
 
getProcessException() - Method in class org.enhydra.jawe.wfmopen.ExceptionMapping
 
getProcessSelectionIcon() - Method in class org.enhydra.jawe.components.infobar.InfoBarSettings
 
getProperties(String, Properties) - Static method in class org.enhydra.jawe.Utils
 
getProperties(Properties, String) - Static method in class org.enhydra.jawe.Utils
 
getProperties() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getProperties() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getProperties() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getProperties() - Method in class org.enhydra.jawe.base.xpdlvalidator.XPDLValidatorSettings
 
getPropertyList() - Method in class org.enhydra.jawe.wfmopen.ImplementationExtendedAttribute
 
getPropertyMgr() - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getPropertyObject() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
 
getPropertyObject() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
 
getPropertyObject() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipant
 
getPropertyObject() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
 
getPropertyObject() - Method in interface org.enhydra.jawe.components.graph.WorkflowElement
Gets a property object (XML schema Element).
getRaf(Package) - Method in class org.enhydra.jawe.base.xpdlhandler.XPDLHandler
 
getRealPosition(GraphActivityInterface, GraphParticipantInterface) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getReferencePoint() - Method in class org.enhydra.jawe.components.graph.CopyOrCutInfo
 
getReferencedActivities() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
Gets all activities that this activity references.
getReferencedActivities() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
Gets all activities that this activity references.
getReferencedActivities() - Method in class org.enhydra.jawe.components.graph.GraphActivityInterface
Gets all activities that this activity references.
getReferences(XMLComplexElement, XMLComplexElement) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package, XMLComplexElement) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, XMLComplexElement) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package, TypeDeclaration) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, TypeDeclaration) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(TypeDeclaration, TypeDeclaration) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package, Participant) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, Participant) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package, Application) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, Application) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package, DataField) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, DataField) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Package, WorkflowProcess) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, WorkflowProcess) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, FormalParameter) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(WorkflowProcess, ActivitySet) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(ActivitySet, ActivitySet) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(ActivitySet, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Activity) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferences(Transition) - Method in class org.enhydra.jawe.XPDLUtils
 
getReferencingActivities() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
Gets all activities that reference this one.
getReferencingActivities() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
Gets all activities that reference this one.
getReferencingActivities() - Method in class org.enhydra.jawe.components.graph.GraphActivityInterface
Gets all activities that reference this one.
getReferencingBlockActivity(ActivitySet) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getReferencingBlockActivity(Activities, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getReferencingDeclaredTypes(DataTypes, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getRelease() - Static method in class org.enhydra.jawe.BuildInfo
 
getRelease() - Static method in class org.enhydra.jawe.JaWEManager
 
getRemoved() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the cells that were inserted.
getRemoved() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns the cells that have changed.
getRemovedNodes() - Method in class org.enhydra.jawe.components.graph.JaWEParentMap
Returns nodes that will be removed after this map is applied (These are entries which parent part is null).
getRenderer() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivityView
Returns a renderer for the class.
getRenderer() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivityView
 
getRenderer() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipantView
Returns a renderer for the class.
getRenderer() - Method in class org.enhydra.jawe.components.graph.DefaultGraphPortView
 
getRenderer() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransitionView
 
getRendererComponent(JGraph, CellView, boolean, boolean, boolean) - Method in class org.enhydra.jawe.components.graph.MultiLinedRenderer
 
getResolverTypeClassName() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getResource(Properties, String) - Static method in class org.enhydra.jawe.ResourceManager
Gets the url from a resource string.
getResourceString(Properties, String) - Static method in class org.enhydra.jawe.ResourceManager
 
getResourceStrings(Properties, String) - Static method in class org.enhydra.jawe.ResourceManager
 
getResourceStrings(Properties, String, boolean) - Static method in class org.enhydra.jawe.ResourceManager
 
getResourcesForPath(String, String) - Static method in class org.enhydra.jawe.Utils
Returns a Map of images from located on given path.
getRoleIcon() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getRootAt(int) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the root at index index in the model.
getRootCount() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the number of roots in the model.
getRootNode() - Method in class org.enhydra.jawe.components.XPDLTreeModel
 
getRootParticipantHeight(Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
 
getRootParticipantWidth(Map, ParentMap) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets the width of root participants.
getRootParticipants(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the root participants of the specified model as a set.
getRoots(GraphModel) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the roots of the specified model as an array.
getRoots(GraphModel, Object[]) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the roots in cells by checking if their parent is null.
getRotatedGraphObject(List) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicListPanel
 
getRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicTablePanel
 
getRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLListPanel
 
getRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLSimpleTablePanel
 
getRow(XMLElement) - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getRow(LDAPEntryInfo) - Method in class org.enhydra.jawe.components.ldap.LDAPTablePanel
 
getRow(ValidationError) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getRow(DefInfo) - Method in class org.enhydra.jawe.components.wfxml.WfXMLTablePanel
 
getRow(XMLElement) - Method in class org.enhydra.jawe.shark.ExtAttrWrapperTablePanel
 
getSearchByAttribute() - Method in class org.enhydra.jawe.base.controller.SearchEntity
 
getSearchByProperty() - Method in class org.enhydra.jawe.base.controller.SearchEntity
 
getSearchCriteria() - Method in class org.enhydra.jawe.components.ldap.LDAPPanel
 
getSearchForElement() - Method in class org.enhydra.jawe.base.controller.SearchEntity
 
getSearchScope() - Method in class org.enhydra.jawe.base.controller.SearchEntity
 
getSearchType(String) - Static method in class org.enhydra.jawe.components.ldap.LDAPUtils
 
getSecondSmallDividerLocation() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getSelectables() - Method in class org.enhydra.jawe.components.graph.JaWEGraphSelectionModel
Returns the cells that are currently selectable.
getSelectedActivityColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getSelectedConnection() - Method in class org.enhydra.jawe.components.wfxml.WfXMLPanel
 
getSelectedDefInfo() - Method in class org.enhydra.jawe.components.wfxml.WfXMLPanel
 
getSelectedElement() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getSelectedElement() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicListPanel
 
getSelectedElement() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicTablePanel
 
getSelectedElement() - Method in class org.enhydra.jawe.base.panel.panels.XMLListPanel
 
getSelectedElement() - Method in class org.enhydra.jawe.base.panel.panels.XMLSimpleTablePanel
 
getSelectedElement() - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getSelectedElement() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getSelectedElement() - Method in class org.enhydra.jawe.components.wfxml.WfXMLTablePanel
 
getSelectedElement() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewControllerPanel
 
getSelectedElements() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getSelectedElements() - Method in class org.enhydra.jawe.components.ldap.LDAPTablePanel
 
getSelectedEntries() - Method in class org.enhydra.jawe.components.ldap.LDAPPanel
 
getSelectedErrId() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getSelectedGraph() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getSelectedIndex() - Method in class org.enhydra.jawe.base.panel.panels.PopupWithScrollbar
 
getSelectedItem() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanel
 
getSelectedItem() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanelWithReferenceLink
 
getSelectedItem() - Method in class org.enhydra.jawe.base.panel.panels.XMLRadioPanel
 
getSelectedItem() - Method in class org.enhydra.jawe.components.wfxml.WfXMLComboPanel
 
getSelectedItem() - Method in class org.enhydra.jawe.shark.ExtAttribPanel
 
getSelectedObject(ChoiceButton) - Method in interface org.enhydra.jawe.ChoiceButtonListener
 
getSelectedObject(ChoiceButton) - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getSelectedObject(ChoiceButton) - Method in class org.enhydra.jawe.base.panel.panels.XMLListPanel
 
getSelectedObject(ChoiceButton) - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getSelectedObject(ChoiceButton) - Method in class org.enhydra.jawe.components.graph.GraphController
 
getSelectedObject(ChoiceButton) - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getSelectedObjectClass() - Method in class org.enhydra.jawe.components.ldap.LDAPPanel
 
getSelectedTab() - Method in class org.enhydra.jawe.base.panel.panels.XMLTabbedPanel
 
getSelectedTabPanel() - Method in class org.enhydra.jawe.base.panel.panels.XMLTabbedPanel
 
getSelectionColor() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorSettings
 
getSelectionColor() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorSettings
 
getSelectionColor() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorSettings
 
getSelectionIcon() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getSelectionManager() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getSetting(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getSetting(String) - Method in interface org.enhydra.jawe.Settings
 
getSetting() - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getSettingBoolean(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getSettingBoolean(String) - Method in interface org.enhydra.jawe.Settings
 
getSettingDouble(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getSettingDouble(String) - Method in interface org.enhydra.jawe.Settings
 
getSettingInt(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getSettingInt(String) - Method in interface org.enhydra.jawe.Settings
 
getSettingString(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getSettingString(String) - Method in interface org.enhydra.jawe.Settings
 
getSettings() - Method in interface org.enhydra.jawe.JaWEComponent
 
getSettings() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getSettings() - Method in interface org.enhydra.jawe.base.display.DisplayNameGenerator
 
getSettings() - Method in class org.enhydra.jawe.base.display.StandardDisplayNameGenerator
 
getSettings() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getSettings() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getSettings() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getSettings() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getSettings() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getSettings() - Method in interface org.enhydra.jawe.base.label.LabelGenerator
 
getSettings() - Method in class org.enhydra.jawe.base.label.StandardLabelGenerator
 
getSettings() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getSettings() - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getSettings() - Method in interface org.enhydra.jawe.base.panel.PanelGenerator
 
getSettings() - Method in interface org.enhydra.jawe.base.panel.PanelValidator
 
getSettings() - Method in class org.enhydra.jawe.base.panel.StandardPanelGenerator
 
getSettings() - Method in class org.enhydra.jawe.base.panel.StandardPanelValidator
 
getSettings() - Method in class org.enhydra.jawe.base.recentfiles.RecentFilesManager
 
getSettings() - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getSettings() - Method in interface org.enhydra.jawe.base.tooltip.TooltipGenerator
 
getSettings() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigator
 
getSettings() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelations
 
getSettings() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getSettings() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getSettings() - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getSettings() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherManager
 
getSettings() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getSettings() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigator
 
getSettings() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigator
 
getSettings() - Method in class org.enhydra.jawe.components.propertiespanel.PropertiesPanelComponent
 
getSettings() - Method in class org.enhydra.jawe.components.reconfiguration.ReconfiguratorManager
 
getSettings() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigator
 
getSettings() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigator
 
getSettings() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPool
 
getSettings() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getSettings() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewController
 
getShadowWidth() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getSimplePanelTextHeight() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getSimplePanelTextWidth() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getSize() - Method in class org.enhydra.jawe.XMLElementChoiceButton.FilteredListModel
 
getSortedColumnIndex() - Method in class org.enhydra.jawe.base.panel.panels.tablesorting.BasicSortingTable
 
getSortedColumnIndex() - Method in class org.enhydra.jawe.base.panel.panels.tablesorting.SortingTable
 
getSource() - Method in class org.enhydra.jawe.XPDLElementChangeInfo
 
getSource() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
Returns the source of this change.
getSource() - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns the source of this change.
getSource(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the source of edge.
getSourceActivity() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
Returns source activity.
getSourceActivity() - Method in class org.enhydra.jawe.components.graph.GraphTransitionInterface
Returns source activity.
getSourceVertex(GraphModel, Object) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the source vertex of the edge by calling getParent on getSource on the specified model.
getSplashPanel() - Static method in class org.enhydra.jawe.JaWESplash
 
getSplashScreenImage() - Static method in class org.enhydra.jawe.JaWEManager
 
getSponsore1LogoIcon() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getSponsore2LogoIcon() - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getStartActivityColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getStartEndActivityColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getStartEndDescription() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
 
getStartEndDescription() - Method in class org.enhydra.jawe.components.graph.GraphBubbleActivityInterface
Gets description of bubble.
getStartOrEndDescriptions(XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartOrEndDescriptionsOld(XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartOrEndExtendedAttributes(XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartOrEndExtendedAttributes(WorkflowProcess, String, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartOrEndExtendedAttributes(XMLCollectionElement, String, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartOrEndExtendedAttributes(WorkflowProcess, String, String, String) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartOrEndExtendedAttributesOld(XMLCollectionElement, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStartingLocale() - Method in class org.enhydra.jawe.JaWEManager
 
getStarts() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns start bubbles.
getStatus() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getStatus() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getStatus() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getStatus() - Method in interface org.enhydra.jawe.base.editor.XPDLElementEditor
 
getStatus() - Method in class org.enhydra.jawe.components.graph.ExpressionParticipantEditor
 
getStatus() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getStatus() - Method in class org.enhydra.jawe.components.wfxml.DefInfo
 
getStatus() - Method in class org.enhydra.jawe.components.wfxml.DefInfoEditor
 
getStyle(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStyleEA(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStyleEAOld(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getStyleOld(Transition) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getSubType() - Method in class org.enhydra.jawe.base.xpdlvalidator.ValidationError
 
getSubType() - Method in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
getTabCount() - Method in class org.enhydra.jawe.base.panel.panels.XMLTabbedPanel
 
getTabbedPanel(int) - Method in class org.enhydra.jawe.base.panel.panels.XMLTabbedPanel
 
getTable() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicTablePanel
 
getTable() - Method in class org.enhydra.jawe.base.panel.panels.XMLSimpleTablePanel
 
getTable() - Method in class org.enhydra.jawe.base.panel.panels.XMLTablePanel
 
getTable() - Method in class org.enhydra.jawe.components.ldap.LDAPTablePanel
 
getTable() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorPanel
 
getTable() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTablePanel
 
getTable() - Method in class org.enhydra.jawe.components.wfxml.WfXMLTablePanel
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.enhydra.jawe.base.panel.panels.tablesorting.BasicSortingTable.SHRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.enhydra.jawe.base.panel.panels.tablesorting.SortingTable.SHRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.enhydra.jawe.components.ldap.LDAPTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsTableCellRenderer
 
getTableEditor() - Method in class org.enhydra.jawe.JaWEManager
 
getTableModel() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorPanel
 
getTarget(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the target of edge.
getTargetActivity() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
Returns target activity.
getTargetActivity() - Method in class org.enhydra.jawe.components.graph.GraphTransitionInterface
Returns target activity.
getTargetVertex(GraphModel, Object) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Returns the target vertex of the edge by calling getParent on getTarget on the specified model.
getTemplateElement(String) - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getText() - Method in class org.enhydra.jawe.base.panel.panels.XMLLocationPanel
 
getText() - Method in class org.enhydra.jawe.base.panel.panels.XMLMultiLineHighlightPanelWithChoiceButton
 
getText() - Method in class org.enhydra.jawe.base.panel.panels.XMLMultiLineTextPanel
 
getText() - Method in class org.enhydra.jawe.base.panel.panels.XMLMultiLineTextPanelWithChoiceButton
 
getText() - Method in class org.enhydra.jawe.base.panel.panels.XMLTextPanel
 
getTextColor() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getTextPos() - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getTitle() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicPanel
 
getTitle() - Method in class org.enhydra.jawe.base.panel.panels.XMLPanel
 
getToolTipText(MouseEvent) - Method in class org.enhydra.jawe.components.graph.Graph
Overrides JComponent's getToolTipText method in order to allow the graph controller to create a tooltip for the topmost cell under the mousepointer.
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.JaWEComponentSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.base.controller.ControllerSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLEditorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLEditorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.graph.GraphSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.propertiespanel.PropertiesPanelSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolSettings
 
getToolbarActionOrder(String) - Method in class org.enhydra.jawe.components.wfxml.WfXMLSettings
 
getTooltip(Activities) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Activity) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ActivitySet) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ActivitySets) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ActivityTypes) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ActualParameter) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ActualParameters) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Application) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Applications) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ApplicationTypes) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ArrayType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Author) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Automatic) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(BasicType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(BlockActivity) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Codepage) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Condition) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ConformanceClass) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Cost) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(CostUnit) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Countrykey) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Created) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(DataField) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(DataFields) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(DataType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(DataTypes) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Deadline) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(DeadlineCondition) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Deadlines) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(DeclaredType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Description) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Documentation) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Duration) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(EnumerationType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(EnumerationValue) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ExceptionName) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ExtendedAttribute) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ExtendedAttributes) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ExternalPackage) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ExternalPackages) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ExternalReference) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(FinishMode) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(FormalParameter) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(FormalParameters) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Icon) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Implementation) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ImplementationTypes) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(InitialValue) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Join) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Length) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Limit) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ListType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Manual) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Member) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Namespace) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Namespaces) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(No) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Package) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(PackageHeader) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Participant) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Participants) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ParticipantType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Performer) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Priority) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(PriorityUnit) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ProcessHeader) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(RecordType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(RedefinableHeader) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Responsible) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Responsibles) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Route) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(SchemaType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Script) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(SimulationInformation) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Split) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(StartFinishModes) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(StartMode) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(SubFlow) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TimeEstimation) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Tool) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Tools) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Transition) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TransitionRef) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TransitionRefs) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TransitionRestriction) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TransitionRestrictions) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Transitions) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TypeDeclaration) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(TypeDeclarations) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(UnionType) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ValidFrom) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(ValidTo) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Vendor) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(Version) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(WaitingTime) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(WorkflowProcess) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(WorkflowProcesses) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(WorkingTime) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XPDLVersion) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLEmptyChoiceElement) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLComplexChoice) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLCollection) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLCollectionElement) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLComplexElement) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLSimpleElement) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLAttribute) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLElement) - Method in class org.enhydra.jawe.base.tooltip.StandardTooltipGenerator
 
getTooltip(XMLElement) - Method in interface org.enhydra.jawe.base.tooltip.TooltipGenerator
 
getTooltip() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
Gets a tooltip text for activity.
getTooltip() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
Gets a tooltip text for activity.
getTooltip() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipant
Gets a tooltip text for participant.
getTooltip() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
Gets a tooltip text for transition.
getTooltip() - Method in interface org.enhydra.jawe.components.graph.WorkflowElement
Gets a tooltip text for element.
getTooltip(Activity) - Method in class org.enhydra.jawe.shark.SharkTooltipGenerator
 
getTooltipGenerator() - Method in class org.enhydra.jawe.JaWEManager
 
getTooltipGenerator() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getTooltipGenerator() - Method in interface org.enhydra.jawe.base.panel.PanelContainer
 
getTopmostCells(GraphModel, Object[]) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
 
getTransitionHandler() - Method in class org.enhydra.jawe.JaWEManager
 
getTransitionPicture(JaWEType, boolean, String) - Method in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
getTransitionPicture(Transition, boolean) - Method in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
getTransitionStyle() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getTransitions(Transitions, String, boolean) - Method in class org.enhydra.jawe.XPDLUtils
 
getTransitionsForActivity(Activity) - Method in class org.enhydra.jawe.XPDLUtils
 
getTransitionsWithChangedBreakpointsOrStyle(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getTree() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorPanel
 
getTree() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsPanel
 
getTree() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorPanel
 
getTree() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorPanel
 
getTree() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorPanel
 
getTree() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolPanel
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.enhydra.jawe.components.XPDLTreeCellRenderer
 
getTreeModel() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigatorPanel
 
getTreeModel() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelationsPanel
 
getTreeModel() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigatorPanel
 
getTreeModel() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigatorPanel
 
getTreeModel() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigatorPanel
 
getTreeModel() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPoolPanel
 
getType() - Method in interface org.enhydra.jawe.JaWEComponent
 
getType() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getType(String) - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getType() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getType() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getType() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getType() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getType() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getType() - Method in class org.enhydra.jawe.base.recentfiles.RecentFilesManager
 
getType() - Method in class org.enhydra.jawe.base.xpdlvalidator.ValidationError
 
getType() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigator
 
getType() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelations
 
getType() - Method in class org.enhydra.jawe.components.graph.DefaultGraphActivity
 
getType() - Method in class org.enhydra.jawe.components.graph.DefaultGraphBubbleActivity
 
getType() - Method in class org.enhydra.jawe.components.graph.DefaultGraphParticipant
 
getType() - Method in class org.enhydra.jawe.components.graph.DefaultGraphPort
 
getType() - Method in class org.enhydra.jawe.components.graph.DefaultGraphTransition
 
getType() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getType() - Method in class org.enhydra.jawe.components.graph.GraphPortInterface
 
getType() - Method in class org.enhydra.jawe.components.graph.StartEndDescription
 
getType() - Method in interface org.enhydra.jawe.components.graph.WorkflowElement
 
getType() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getType() - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getType() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherManager
 
getType() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getType() - Method in class org.enhydra.jawe.components.ldap.LDAPEntryInfo
 
getType() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigator
 
getType() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigator
 
getType() - Method in class org.enhydra.jawe.components.propertiespanel.PropertiesPanelComponent
 
getType() - Method in class org.enhydra.jawe.components.reconfiguration.ReconfiguratorManager
 
getType() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigator
 
getType() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigator
 
getType() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPool
 
getType() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getType() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewController
 
getTypeDeclarationReferences(Package, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getTypeId() - Method in class org.enhydra.jawe.base.controller.JaWEType
 
getTypeResolver() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getTypes(XMLElement) - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getTypes(Class, Class) - Method in class org.enhydra.jawe.base.controller.JaWETypes
 
getUndoHistoryManager() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getUnionBounds(Rectangle[]) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets union of given rectangles.
getUnqualifiedClassName(Class) - Static method in class org.enhydra.jawe.Utils
Returns the class name without package.
getUpdate() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getUpdatedBubbles(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getUpdatedCommonExpressionParticipant(List, XMLCollectionElement) - Method in class org.enhydra.jawe.components.graph.CommonExpressionParticipants
 
getUpdatedTransitions(List, XMLCollectionElement) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getUserIcon() - Method in class org.enhydra.jawe.components.ldap.LDAPSettings
 
getUserObject(Object) - Static method in class org.enhydra.jawe.components.graph.JaWEGraphModel
Deprecated. Use GraphModel.getValue(Object) instead.
getValidationOrSearchResultEditor() - Method in class org.enhydra.jawe.JaWEManager
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLCheckboxPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboChoicePanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLComboPanelWithReferenceLink
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLDataTypesPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLHighlightPanelWithReferenceLink
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLLocationPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLMultiLineHighlightPanelWithChoiceButton
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLMultiLineTextPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLMultiLineTextPanelWithChoiceButton
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLRadioPanel
 
getValue() - Method in class org.enhydra.jawe.base.panel.panels.XMLTextPanel
 
getValue(Object) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel
 
getValue() - Method in class org.enhydra.jawe.components.wfxml.WfXMLComboPanel
 
getValue() - Method in class org.enhydra.jawe.shark.ExtAttribPanel
 
getVariableReferences(XMLCollectionElement, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getVariableReferences(XMLCollectionElement, String) - Method in class org.enhydra.jawe.shark.SharkXPDLUtils
 
getVariant() - Method in class org.enhydra.jawe.misc.PFLocale
 
getVersion() - Static method in class org.enhydra.jawe.BuildInfo
 
getVersion() - Static method in class org.enhydra.jawe.JaWEManager
 
getVersion() - Method in class org.enhydra.jawe.components.wfxml.DefInfo
 
getView() - Method in interface org.enhydra.jawe.JaWEComponent
 
getView() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getView() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getView() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getView() - Method in class org.enhydra.jawe.base.editor.TableEditor
 
getView() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getView() - Method in class org.enhydra.jawe.base.editor.ValidationOrSearchResultEditor
 
getView() - Method in class org.enhydra.jawe.base.recentfiles.RecentFilesManager
 
getView() - Method in class org.enhydra.jawe.components.detailedpackagenavigator.DetailedPackageNavigator
 
getView() - Method in class org.enhydra.jawe.components.extpkgrelations.ExtPkgRelations
 
getView() - Method in class org.enhydra.jawe.components.graph.GraphController
 
getView(Object) - Method in class org.enhydra.jawe.components.graph.GraphManager
Gets view of given object.
getView() - Method in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
getView() - Method in class org.enhydra.jawe.components.infobar.InfoBarController
 
getView() - Method in class org.enhydra.jawe.components.languageswitcher.LanguageSwitcherManager
 
getView() - Method in class org.enhydra.jawe.components.ldap.LDAPController
 
getView() - Method in class org.enhydra.jawe.components.packagenavigator.PackageNavigator
 
getView() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigator
 
getView() - Method in class org.enhydra.jawe.components.propertiespanel.PropertiesPanelComponent
 
getView() - Method in class org.enhydra.jawe.components.reconfiguration.ReconfiguratorManager
 
getView() - Method in class org.enhydra.jawe.components.searchnavigator.SearchNavigator
 
getView() - Method in class org.enhydra.jawe.components.simplenavigator.SimpleNavigator
 
getView() - Method in class org.enhydra.jawe.components.transpkgpool.TransientPkgPool
 
getView() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getView() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewController
 
getViewPanel() - Method in class org.enhydra.jawe.base.panel.InlinePanel
 
getViews(GraphLayoutCache) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelEdit
 
getViews(GraphLayoutCache) - Method in class org.enhydra.jawe.components.graph.JaWEGraphModel.GraphModelLayerEdit
Returns the views that have not changed explicitly, but implicitly because one of their dependent cells has changed.
getWarningIcon() - Method in class org.enhydra.jawe.components.problemsnavigator.ProblemsNavigatorSettings
 
getWarnings() - Method in class org.enhydra.jawe.components.XPDLTreeCellRenderer
 
getWfXMLSettings() - Method in class org.enhydra.jawe.components.wfxml.WfXML
 
getWindow() - Method in class org.enhydra.jawe.base.editor.NewStandardXPDLElementEditor
 
getWindow() - Method in class org.enhydra.jawe.base.editor.StandardXPDLElementEditor
 
getWindow() - Method in class org.enhydra.jawe.base.editor.TogWEStandardXPDLElementEditor
 
getWindow() - Method in interface org.enhydra.jawe.base.editor.XPDLElementEditor
 
getWindow() - Method in class org.enhydra.jawe.base.panel.panels.XMLBasicPanel
Find the hosting window.
getWindow() - Method in class org.enhydra.jawe.base.panel.panels.XMLPanel
 
getWindow() - Method in class org.enhydra.jawe.components.graph.ExpressionParticipantEditor
 
getWorkflowProcess() - Method in class org.enhydra.jawe.ActionBase
 
getWorkflowProcess() - Method in class org.enhydra.jawe.components.graph.Graph
 
getWorkflowProcess() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns the (XML logic) WorkflowProcess object that is represented by the manager's graph, or (if the graph represents the (XML logic) BlockActivity content) the WorkflowProcess object that holds BlockActivity represented by manager's graph.
getWorkflowProcessInsertedOrRemovedParticipants(List, WorkflowProcess, boolean) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getWorkflowProcessParticipantsWithChangedId(List, WorkflowProcess) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getWorkflowProcessReferences(Package, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getWorkflowProcessReferences(WorkflowProcess, String) - Method in class org.enhydra.jawe.XPDLUtils
 
getWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder(List) - Static method in class org.enhydra.jawe.components.graph.GraphUtilities
 
getWorkingActivitySet() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getWorkingActivitySetId() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getWorkingPKG() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getWorkingPackageId() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getWorkingProcess() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getWorkingWorkflowProcessId() - Method in class org.enhydra.jawe.base.controller.JaWESelectionManager
 
getWorkingXPDLListenerObservable() - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getXMLDataTypesPanelHeight() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getXMLDataTypesPanelWidth() - Method in class org.enhydra.jawe.base.panel.PanelSettings
 
getXPDLChoiceType() - Method in class org.enhydra.jawe.base.controller.JaWETypeChoiceButton
 
getXPDLChoiceTypeParentForEA() - Method in class org.enhydra.jawe.base.controller.JaWETypeChoiceButton
 
getXPDLElement() - Method in class org.enhydra.jawe.components.XPDLTreeNode
 
getXPDLElementEditor() - Method in class org.enhydra.jawe.JaWEManager
 
getXPDLHandler() - Method in class org.enhydra.jawe.JaWEManager
 
getXPDLListenerObservable(Package) - Method in class org.enhydra.jawe.base.controller.JaWEController
 
getXPDLObject() - Method in class org.enhydra.jawe.components.graph.Graph
 
getXPDLObjectFactory() - Method in class org.enhydra.jawe.JaWEManager
 
getXPDLOwner() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns the object (part of mapped XML logic) that is represented by the graph managed by WorklowManager.
getXPDLTypeClass() - Method in class org.enhydra.jawe.NewActionBase
 
getXPDLTypeClassParentForEA() - Method in class org.enhydra.jawe.NewActionBase
 
getXPDLUtils() - Method in class org.enhydra.jawe.JaWEManager
 
getXPDLValidator() - Method in class org.enhydra.jawe.JaWEManager
 
getXPDLViewSettings() - Method in class org.enhydra.jawe.components.xpdlview.XPDLViewController
 
getXPos(Map, Map, Activity, Activity, boolean) - Static method in class org.enhydra.jawe.components.graph.actions.SimpleGraphLayout
 
getYPos(Map, Map, Map, Map, Activity, Activity, boolean) - Static method in class org.enhydra.jawe.components.graph.actions.SimpleGraphLayout
 
graph - Variable in class org.enhydra.jawe.components.graph.GraphManager
Graph reference
graph - Variable in class org.enhydra.jawe.components.graph.MultiLinedRenderer
Cache the current graph for drawing.
graph - Variable in class org.enhydra.jawe.components.graph.jped.PDFDocumentChain
 
graph - Variable in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
graph - Variable in class org.enhydra.jawe.components.graph.jped.PDFWorkflowExport
 
graph - Variable in class org.enhydra.jawe.components.graph.overviewpanel.GraphOverviewPanel
 
graphChanged(GraphModelEvent) - Method in class org.enhydra.jawe.components.graph.JaWEGraphUI.PEGraphModelHandler
 
graphController - Variable in class org.enhydra.jawe.components.graph.Graph
 
graphController - Variable in class org.enhydra.jawe.components.graph.GraphMarqueeHandler
 
graphImage - Variable in class org.enhydra.jawe.components.graph.jped.PDFPlugin
 
graphLayoutCacheChanged(GraphLayoutCacheEvent) - Method in class org.enhydra.jawe.components.graph.JaWEGraphUI.PEGraphLayoutCacheHandler
 
graphManager - Variable in class org.enhydra.jawe.components.graph.Graph
WorkflowManager that controls various things
graphManager - Variable in class org.enhydra.jawe.components.graph.GraphParticipantComparator
 
graphMap - Variable in class org.enhydra.jawe.components.graph.GraphController
 
graphMarqueeHandler - Variable in class org.enhydra.jawe.components.graph.GraphController
 
graphModel() - Method in class org.enhydra.jawe.components.graph.GraphManager
Returns the graph model - the model that represents the graph view.
graphObjectFactory - Variable in class org.enhydra.jawe.components.graph.GraphController
 
graphObjectRendererFactory - Variable in class org.enhydra.jawe.components.graph.GraphController
 
graphScrollPane - Variable in class org.enhydra.jawe.components.graph.GraphControllerPanel
 
graphSelected(Graph) - Method in class org.enhydra.jawe.components.graph.GraphControllerPanel
 
graphToOffsetPoint - Variable in class org.enhydra.jawe.components.graph.CopyOrCutInfo
 
guessWhereToStart() - Static method in class org.enhydra.jawe.Hyperactive
 

Together Workflow Editor 3.0-1 API
A B C D E F G H I J K L M N O P R S T U V W X Y Z