Index

A B C D E F G H I K M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ActionBridge - Class in org.praxislive.ide.pxr
 
ActionEditorContext - Class in org.praxislive.ide.pxr
Context object providing access to current editor, root and explored context for internal actions.
actionPerformed(ActionEvent) - Method in class org.praxislive.ide.pxr.AddChildAction
 
actionPerformed(ActionEvent) - Method in class org.praxislive.ide.pxr.ExposeControlsAction
 
actionPerformed(ActionEvent) - Method in class org.praxislive.ide.pxr.RootConfigAction
 
actionPerformed(ActionEvent) - Method in class org.praxislive.ide.pxr.SaveAsTemplateAction
 
actionPerformed(ActionEvent) - Method in class org.praxislive.ide.pxr.StartableRootAction
 
ActionSupport - Class in org.praxislive.ide.pxr.api
Support class for Actions in PXR editors.
ADD - Enum constant in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Add component tool, triggered by typing @.
ADD_CHILD - Static variable in class org.praxislive.ide.pxr.api.ActionSupport
Action ID for the Add Child action.
addChild(String, ComponentType) - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
AddChildAction - Class in org.praxislive.ide.pxr
 
AddChildAction() - Constructor for class org.praxislive.ide.pxr.AddChildAction
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.PXRRootRegistry
 
Always - Enum constant in enum class org.praxislive.ide.pxr.EditorModes.Configuration
 
applyChanges() - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
ArgumentEditor - Class in org.praxislive.ide.pxr.editors
 
ArgumentEditor(PraxisProperty<?>, ArgumentInfo) - Constructor for class org.praxislive.ide.pxr.editors.ArgumentEditor
 
ArrayEditor - Class in org.praxislive.ide.pxr.editors
 
ArrayEditor() - Constructor for class org.praxislive.ide.pxr.editors.ArrayEditor
 
associateLookup() - Method in class org.praxislive.ide.pxr.palette.TypeDataObject
 
associateLookup() - Method in class org.praxislive.ide.pxr.SubgraphDataObject
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.ControlAddressEditor
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
attachEnv(PropertyEnv) - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
Attributes - Interface in org.praxislive.ide.pxr.api
Implementations of Attributes can be requested from component proxy lookup to store key/value data for individual components.

B

BooleanEditor - Class in org.praxislive.ide.pxr.editors
 
BooleanEditor() - Constructor for class org.praxislive.ide.pxr.editors.BooleanEditor
 
BoundArgumentProperty - Class in org.praxislive.ide.pxr
 

C

CALL - Enum constant in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Call control tool, triggered by typing ..
cancel() - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
canRead() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
canWrite() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
CATEGORY - Static variable in class org.praxislive.ide.pxr.ActionBridge
 
CATEGORY - Static variable in class org.praxislive.ide.pxr.api.ActionSupport
Action category for all PXR action.
children() - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
clear(ComponentProxy, String) - Static method in interface org.praxislive.ide.pxr.api.Attributes
Clear the attribute on the given component.
componentActivated() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
componentActivated() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Hook called when the containing top component is activated.
componentClosed() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
componentDeactivated() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
componentDeactivated() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Hook called when the containing top component is deactivated.
componentHidden() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
componentHidden() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Hook called when the containing top component is hidden.
componentOpened() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
ComponentPalette - Class in org.praxislive.ide.pxr.api
Palette based on the supported-types property of the given container context.
componentShowing() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
componentShowing() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Hook called when the containing top component is shown.
connect(Connection) - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
CONNECT - Enum constant in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Connect ports tool, triggered by typing ~.
connections() - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
container() - Method in interface org.praxislive.ide.pxr.spi.RootEditor.Context
Access the editor top component that the editor is installed in.
context() - Method in class org.praxislive.ide.pxr.api.ComponentPalette
Query the current container context.
context() - Method in class org.praxislive.ide.pxr.palette.DefaultComponentPalette
 
context(ContainerProxy) - Method in class org.praxislive.ide.pxr.api.ComponentPalette
Update the context to a different container.
context(ContainerProxy) - Method in class org.praxislive.ide.pxr.palette.DefaultComponentPalette
 
ControlAddressEditor - Class in org.praxislive.ide.pxr.editors
 
controller() - Method in class org.praxislive.ide.pxr.api.ComponentPalette
Access the palette controller.
controller() - Method in class org.praxislive.ide.pxr.palette.DefaultComponentPalette
 
create(ContainerProxy) - Static method in class org.praxislive.ide.pxr.api.ComponentPalette
Create a new component palette with the provided initial context.
create(ContainerProxy) - Static method in class org.praxislive.ide.pxr.palette.DefaultComponentPalette
 
createAddChildTask(ContainerProxy, ComponentType) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createAddChildTask(RootEditor, ContainerProxy, ComponentType) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a task to add a component to the container.
createClonedObject() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
createContextAwareInstance(Lookup) - Method in class org.praxislive.ide.pxr.AddChildAction
 
createContextAwareInstance(Lookup) - Method in class org.praxislive.ide.pxr.ExposeControlsAction
 
createContextAwareInstance(Lookup) - Method in class org.praxislive.ide.pxr.StartableRootAction
 
createCopyAction(RootEditor, ExplorerManager) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createCopyAction(RootEditor, ExplorerManager) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a copy action for the provided editor and explorer.
createCopyTask(ContainerProxy, List<String>, ModelTransform.Copy) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createCopyTask(RootEditor, ContainerProxy, List<String>) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a task to copy the given children of the container to the clipboard.
createDeleteAction(RootEditor, ExplorerManager) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createDeleteAction(RootEditor, ExplorerManager) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a delete action for the provided editor and explorer.
createDeleteTask(ContainerProxy, List<String>, List<Connection>) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createDeleteTask(RootEditor, ContainerProxy, List<String>, List<Connection>) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a task to delete the given children and/or connections from the given container.
createDuplicateAction(RootEditor, ExplorerManager) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createDuplicateAction(RootEditor, ExplorerManager) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a duplicate action for the provided editor and explorer.
createEditor() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
createEditor(RootProxy, RootEditor.Context) - Method in interface org.praxislive.ide.pxr.spi.RootEditor.Provider
Create an editor for the provided root, if the root type, context, etc. are supported by this provider.
createExportAction(RootEditor, ExplorerManager) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createExportAction(RootEditor, ExplorerManager) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create an export action for the provided editor and explorer.
createExportTask(ContainerProxy, List<String>, ModelTransform.Export) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createExportTask(RootEditor, ContainerProxy, List<String>) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a task to export the given children of the container to a subgraph file.
createExtension(Lookup) - Method in class org.praxislive.ide.pxr.PXRHelper.Provider
 
createHandler(PraxisProject, ExecutionLevel, ExecutionElement.File) - Method in class org.praxislive.ide.pxr.PXRFileHandler.Provider
 
createImportTask(ContainerProxy, FileObject, ModelTransform.Import) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createImportTask(RootEditor, ContainerProxy, FileObject) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a task to import the provided subgraph file in to the provided container.
createNodeDelegate() - Method in class org.praxislive.ide.pxr.palette.TypeDataObject
 
createNodeDelegate() - Method in class org.praxislive.ide.pxr.PXRDataObject
 
createNodeDelegate() - Method in class org.praxislive.ide.pxr.TemplateDataObject
 
createPasteAction(RootEditor, ExplorerManager) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createPasteAction(RootEditor, ExplorerManager) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a paste action for the provided editor and explorer.
createPasteTask(ContainerProxy, ModelTransform.Paste) - Method in class org.praxislive.ide.pxr.ActionBridge
 
createPasteTask(RootEditor, ContainerProxy) - Static method in class org.praxislive.ide.pxr.api.ActionSupport
Create a task to handle pasting the clipboard contents into the provided container.
createPropertyForControl(ControlAddress, ControlInfo) - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
createPropertyForControl(ControlAddress, ControlInfo) - Method in class org.praxislive.ide.pxr.PXRRootProxy
 

D

Default - Enum constant in enum class org.praxislive.ide.pxr.EditorModes.Configuration
 
DefaultComponentPalette - Class in org.praxislive.ide.pxr.palette
 
disconnect(Connection) - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
DISCONNECT - Enum constant in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Disconnect ports tool, triggered by typing !.
dispose() - Method in class org.praxislive.ide.pxr.api.ComponentPalette
 
dispose() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
dispose() - Method in class org.praxislive.ide.pxr.palette.DefaultComponentPalette
 
dispose() - Method in class org.praxislive.ide.pxr.PXRRootProxy
 
dispose() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Hook called when the editor component is being uninstalled and disposed of.

E

EditorManager - Class in org.praxislive.ide.pxr.editors
 
EditorManager() - Constructor for class org.praxislive.ide.pxr.editors.EditorManager
 
EditorModes - Class in org.praxislive.ide.pxr
 
EditorModes.Configuration - Enum Class in org.praxislive.ide.pxr
 
EditorModes.Selector - Class in org.praxislive.ide.pxr
 
EditorUtils - Class in org.praxislive.ide.pxr.api
Support functions for editors
elements(DashboardDisplayer.Panel) - Method in class org.praxislive.ide.pxr.palette.PXGWidget
 
equals(Object) - Method in class org.praxislive.ide.pxr.SubCommandArgument
 
explorerManager() - Method in interface org.praxislive.ide.pxr.spi.RootEditor.Context
The context explorer manager.
EXPOSE_CONTROLS - Static variable in class org.praxislive.ide.pxr.api.ActionSupport
Action ID for the Expose Controls action.
ExposeControlsAction - Class in org.praxislive.ide.pxr
 
ExposeControlsAction() - Constructor for class org.praxislive.ide.pxr.ExposeControlsAction
 
extractBaseID(ComponentType) - Static method in class org.praxislive.ide.pxr.api.EditorUtils
 

F

file() - Method in interface org.praxislive.ide.pxr.spi.RootEditor.Context
Access the file that backs the root, if available.
FileListEditor - Class in org.praxislive.ide.pxr.editors
 
FileListEditor(PraxisProperty<?>, ArgumentInfo) - Constructor for class org.praxislive.ide.pxr.editors.FileListEditor
 
find(String) - Method in class org.praxislive.ide.pxr.PXRRootRegistry
 
findAll() - Method in class org.praxislive.ide.pxr.PXRRootRegistry
 
findFreeID(Set<String>, String, boolean) - Static method in class org.praxislive.ide.pxr.api.EditorUtils
 

G

get(ComponentProxy, Class<T>, String, T) - Static method in interface org.praxislive.ide.pxr.api.Attributes
Get an attribute of a specific Value type from the given component.
get(ComponentProxy, String, String) - Static method in interface org.praxislive.ide.pxr.api.Attributes
Get a String attribute from the given component.
getActions() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Get a list of action to be added to the top component toolbar.
getActiveConfiguration() - Method in class org.praxislive.ide.pxr.EditorModes
 
getAdditionalEditors(PraxisProperty, ControlInfo) - Static method in class org.praxislive.ide.pxr.editors.EditorManager
 
getAddress() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getAddress() - Method in class org.praxislive.ide.pxr.PXRRootProxy
 
getAsText() - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
getAsText() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
getAsText() - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
getAsText() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
getAttribute(String) - Method in interface org.praxislive.ide.pxr.api.Attributes
Get an attribute.
getAttribute(String) - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getAttribute(String) - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
getAttributeKeys() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getAttributeKeys() - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
getAttributeValue(Class<T>, String) - Method in interface org.praxislive.ide.pxr.api.Attributes
Get an attribute as the specified Value type.
getChild(String) - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
getCommandLine() - Method in class org.praxislive.ide.pxr.SubCommandArgument
 
getComponent(Lookup) - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.ControlAddressEditor
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
getCustomEditor() - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
getDefault() - Static method in class org.praxislive.ide.pxr.ActionBridge
 
getDefault() - Static method in class org.praxislive.ide.pxr.EditorModes
 
getDefaultEditor(PraxisProperty, ControlInfo) - Static method in class org.praxislive.ide.pxr.editors.EditorManager
 
getDeletionTask(String, Set<String>) - Method in class org.praxislive.ide.pxr.RootLifecycleHandlerImpl
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.ArgumentEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.BooleanEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.ControlAddressEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
getDisplayName() - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
getEditorComponent() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Acquire the main editor component.
getHelpCtx() - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
getHelpCtx() - Method in class org.praxislive.ide.pxr.palette.TypeDataObject
 
getHtmlDisplayName() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
getInfo() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getInplaceEditor() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getLookup() - Method in class org.praxislive.ide.pxr.palette.TypeDataObject
 
getLookup() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getLookup() - Method in class org.praxislive.ide.pxr.PXRDataObject
 
getLookup() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Get the editor lookup.
getLookup() - Method in class org.praxislive.ide.pxr.SubgraphDataObject
 
getLookup() - Method in class org.praxislive.ide.pxr.TemplateDataObject
 
getMenuPresenter() - Method in class org.praxislive.ide.pxr.AddChildAction
 
getMenuPresenter() - Method in class org.praxislive.ide.pxr.ExposeControlsAction
 
getNodeDelegate() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getNodeDelegate() - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
getParent() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getPersistenceType() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
getPopupPresenter() - Method in class org.praxislive.ide.pxr.AddChildAction
 
getPopupPresenter() - Method in class org.praxislive.ide.pxr.ExposeControlsAction
 
getPraxisInitializationString() - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
getPraxisInitializationString() - Method in class org.praxislive.ide.pxr.editors.BooleanEditor
 
getPraxisInitializationString() - Method in class org.praxislive.ide.pxr.editors.ControlAddressEditor
 
getPraxisInitializationString() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
getPraxisInitializationString() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getPraxisInitializationString() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
getProperty(String) - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getPropertyIDs() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getSourceFile() - Method in class org.praxislive.ide.pxr.PXRRootProxy
 
getSupportedCommands() - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
getSupportedCommands() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
getSupportedCommands() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
getTags() - Method in class org.praxislive.ide.pxr.editors.BooleanEditor
 
getTags() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
getTags() - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
getToolbarPresenter() - Method in class org.praxislive.ide.pxr.StartableRootAction
 
getType() - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
getUndoRedo() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Get the undo-redo support.
getValue() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 

H

handleDelete() - Method in class org.praxislive.ide.pxr.PXRDataObject
 
hasAdditionalEditors(PraxisProperty, ControlInfo) - Static method in class org.praxislive.ide.pxr.editors.EditorManager
 
hashCode() - Method in class org.praxislive.ide.pxr.SubCommandArgument
 
hidden(DashboardDisplayer.Panel) - Method in class org.praxislive.ide.pxr.palette.PXGWidget
 

I

ID - Static variable in class org.praxislive.ide.pxr.AddChildAction
 
ID - Static variable in class org.praxislive.ide.pxr.ExposeControlsAction
 
ID - Static variable in class org.praxislive.ide.pxr.RootConfigAction
 
ID - Static variable in class org.praxislive.ide.pxr.StartableRootAction
 
isChanged() - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
isCopyAllowed() - Method in class org.praxislive.ide.pxr.PXRDataObject
 
isDefaultValue() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
isMoveAllowed() - Method in class org.praxislive.ide.pxr.PXRDataObject
 
isPaintable() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
isPaintable() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
isPaintable() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
isPaintable() - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
isProxiedProperty(String) - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
isProxiedProperty(String) - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
isRenameAllowed() - Method in class org.praxislive.ide.pxr.PXRDataObject
 
isSyncing() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
isTransient() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
isValid() - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 

K

KEY_ATTR_ROOT_TYPE - Static variable in class org.praxislive.ide.pxr.PXRDataObject
 
KEY_ATTR_TYPES - Static variable in class org.praxislive.ide.pxr.SubgraphDataObject
 

M

MapEditor - Class in org.praxislive.ide.pxr.editors
 
MapEditor(PraxisProperty<?>, ArgumentInfo) - Constructor for class org.praxislive.ide.pxr.editors.MapEditor
 
ModelTransform - Interface in org.praxislive.ide.pxr.spi
A set of interfaces by which root editors can participate in copying, pasting or exporting by transforming the graph model before it is applied.
ModelTransform.Copy - Interface in org.praxislive.ide.pxr.spi
Transform the graph model in a copy operation.
ModelTransform.Export - Interface in org.praxislive.ide.pxr.spi
Transform the graph model in a subgraph export operation.
ModelTransform.Import - Interface in org.praxislive.ide.pxr.spi
Transform the graph model in a subgraph import operation.
ModelTransform.Paste - Interface in org.praxislive.ide.pxr.spi
Transform the graph model in a paste operation.

N

Never - Enum constant in enum class org.praxislive.ide.pxr.EditorModes.Configuration
 
NumberEditor - Class in org.praxislive.ide.pxr.editors
 
NumberEditor(PraxisProperty<?>, ArgumentInfo) - Constructor for class org.praxislive.ide.pxr.editors.NumberEditor
 

O

org.praxislive.ide.pxr - package org.praxislive.ide.pxr
 
org.praxislive.ide.pxr.api - package org.praxislive.ide.pxr.api
 
org.praxislive.ide.pxr.editors - package org.praxislive.ide.pxr.editors
 
org.praxislive.ide.pxr.options - package org.praxislive.ide.pxr.options
 
org.praxislive.ide.pxr.palette - package org.praxislive.ide.pxr.palette
 
org.praxislive.ide.pxr.spi - package org.praxislive.ide.pxr.spi
 

P

paintValue(Graphics, Rectangle) - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
paintValue(Graphics, Rectangle) - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
paintValue(Graphics, Rectangle) - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
paintValue(Graphics, Rectangle) - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
process(Callback) - Method in class org.praxislive.ide.pxr.PXRFileHandler
 
project() - Method in interface org.praxislive.ide.pxr.spi.RootEditor.Context
Access the project that the root is part of, if available.
Provider() - Constructor for class org.praxislive.ide.pxr.PXRFileHandler.Provider
 
Provider() - Constructor for class org.praxislive.ide.pxr.PXRHelper.Provider
 
PXGWidget - Class in org.praxislive.ide.pxr.palette
 
PXGWidget() - Constructor for class org.praxislive.ide.pxr.palette.PXGWidget
 
PXRComponentProxy - Class in org.praxislive.ide.pxr
 
PXRContainerProxy - Class in org.praxislive.ide.pxr
 
PXRDataObject - Class in org.praxislive.ide.pxr
 
PXRDataObject(FileObject, MultiFileLoader) - Constructor for class org.praxislive.ide.pxr.PXRDataObject
 
PXRFileHandler - Class in org.praxislive.ide.pxr
 
PXRFileHandler(PraxisProject, PXRDataObject) - Constructor for class org.praxislive.ide.pxr.PXRFileHandler
 
PXRFileHandler.Provider - Class in org.praxislive.ide.pxr
 
PXRHelper - Class in org.praxislive.ide.pxr
 
PXRHelper.Provider - Class in org.praxislive.ide.pxr
 
PXROptionsPanelController - Class in org.praxislive.ide.pxr.options
 
PXROptionsPanelController() - Constructor for class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
PXRRootProxy - Class in org.praxislive.ide.pxr
 
PXRRootRegistry - Class in org.praxislive.ide.pxr
 
PXRRootRegistry(Lookup) - Constructor for class org.praxislive.ide.pxr.PXRRootRegistry
 

R

removeChild(String) - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.praxislive.ide.pxr.PXRRootRegistry
 
requestFocus() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
requestFocus() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Request focus of the editor component.
requestFocusInWindow() - Method in class org.praxislive.ide.pxr.RootEditorTopComponent
 
requiredTypes() - Method in class org.praxislive.ide.pxr.SubgraphDataObject.RequiredTypes
 
ResourceEditor - Class in org.praxislive.ide.pxr.editors
 
ResourceEditor(PraxisProperty, ArgumentInfo) - Constructor for class org.praxislive.ide.pxr.editors.ResourceEditor
 
restoreDefaultValue() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
root() - Method in class org.praxislive.ide.pxr.api.ComponentPalette
Access the root node of the palette.
root() - Method in class org.praxislive.ide.pxr.palette.DefaultComponentPalette
 
ROOT_CONFIG - Static variable in class org.praxislive.ide.pxr.api.ActionSupport
Action ID for the Root configuration action.
ROOT_START - Static variable in class org.praxislive.ide.pxr.api.ActionSupport
Action ID for the Root start action.
RootConfigAction - Class in org.praxislive.ide.pxr
 
RootConfigAction(ActionEditorContext) - Constructor for class org.praxislive.ide.pxr.RootConfigAction
 
RootEditor - Interface in org.praxislive.ide.pxr.spi
An interface for services providing the ability to edit a root.
RootEditor.Context - Interface in org.praxislive.ide.pxr.spi
A context for the root editor, providing additional data and a connection back to the containing editor top component.
RootEditor.Provider - Interface in org.praxislive.ide.pxr.spi
An interface for providers of root editors.
RootEditor.ToolAction - Enum Class in org.praxislive.ide.pxr.spi
Types of tool action.
RootEditorTopComponent - Class in org.praxislive.ide.pxr
 
RootEditorTopComponent(PXRDataObject) - Constructor for class org.praxislive.ide.pxr.RootEditorTopComponent
 
RootLifecycleHandlerImpl - Class in org.praxislive.ide.pxr
 
RootLifecycleHandlerImpl(Lookup) - Constructor for class org.praxislive.ide.pxr.RootLifecycleHandlerImpl
 

S

SaveAsTemplateAction - Class in org.praxislive.ide.pxr
 
SaveAsTemplateAction(PXRDataObject) - Constructor for class org.praxislive.ide.pxr.SaveAsTemplateAction
 
SELECT - Enum constant in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Select component tool, triggered by typing /.
selectModeForOpen(TopComponent, Mode) - Method in class org.praxislive.ide.pxr.EditorModes.Selector
 
Selector() - Constructor for class org.praxislive.ide.pxr.EditorModes.Selector
 
send(String, List<Value>) - Method in class org.praxislive.ide.pxr.PXRComponentProxy
 
set(ComponentProxy, String, String) - Static method in interface org.praxislive.ide.pxr.api.Attributes
Set an attribute on the given component.
set(ComponentProxy, String, Value) - Static method in interface org.praxislive.ide.pxr.api.Attributes
Set an attribute on the given component.
setActiveConfiguration(EditorModes.Configuration) - Method in class org.praxislive.ide.pxr.EditorModes
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.BooleanEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.ControlAddressEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
setAsText(String) - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
setAttribute(String, String) - Method in interface org.praxislive.ide.pxr.api.Attributes
Set an attribute.
setAttributeValue(String, Value) - Method in interface org.praxislive.ide.pxr.api.Attributes
Set an attribute as a Value, or clear the attribute if the value is null or empty (see Value.isEmpty()).
setFromCommand(String) - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
setFromCommand(String) - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
setFromCommand(String) - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
setSyncing(boolean) - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
setValue(Object) - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
setValue(Object) - Method in class org.praxislive.ide.pxr.editors.BooleanEditor
 
setValue(Object) - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
setValue(Object) - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
setValue(Value) - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
setValue(Value, Callback) - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
sharedCodeAction() - Method in interface org.praxislive.ide.pxr.spi.RootEditor.Context
Access the optional shared code viewer action.
showing(DashboardDisplayer.Panel) - Method in class org.praxislive.ide.pxr.palette.PXGWidget
 
StartableRootAction - Class in org.praxislive.ide.pxr
 
StartableRootAction() - Constructor for class org.praxislive.ide.pxr.StartableRootAction
 
StringEditor - Class in org.praxislive.ide.pxr.editors
 
StringEditor(PraxisProperty<?>, ArgumentInfo) - Constructor for class org.praxislive.ide.pxr.editors.StringEditor
 
SubCommandArgument - Class in org.praxislive.ide.pxr
 
SubCommandArgument(String) - Constructor for class org.praxislive.ide.pxr.SubCommandArgument
 
SubgraphDataObject - Class in org.praxislive.ide.pxr
 
SubgraphDataObject(FileObject, MultiFileLoader) - Constructor for class org.praxislive.ide.pxr.SubgraphDataObject
 
SubgraphDataObject.RequiredTypes - Class in org.praxislive.ide.pxr
 
supportedToolActions() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Return the set of tool actions this editor wishes to support.
supportedTypes() - Method in class org.praxislive.ide.pxr.PXRContainerProxy
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.ArrayEditor
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.ControlAddressEditor
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.FileListEditor
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.MapEditor
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.NumberEditor
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.ResourceEditor
 
supportsCustomEditor() - Method in class org.praxislive.ide.pxr.editors.StringEditor
 
supportsDefaultValue() - Method in class org.praxislive.ide.pxr.BoundArgumentProperty
 
sync() - Method in interface org.praxislive.ide.pxr.spi.RootEditor
Hook called to ensure any data in the editor is synced to the underlying model.

T

TemplateDataObject - Class in org.praxislive.ide.pxr
 
TemplateDataObject(FileObject, MultiFileLoader) - Constructor for class org.praxislive.ide.pxr.TemplateDataObject
 
title(DashboardDisplayer.Panel) - Method in class org.praxislive.ide.pxr.palette.PXGWidget
 
toString() - Method in class org.praxislive.ide.pxr.SubCommandArgument
 
TypeDataObject - Class in org.praxislive.ide.pxr.palette
 
TypeDataObject(FileObject, MultiFileLoader) - Constructor for class org.praxislive.ide.pxr.palette.TypeDataObject
 

U

update() - Method in class org.praxislive.ide.pxr.options.PXROptionsPanelController
 

V

valueOf(String) - Static method in enum class org.praxislive.ide.pxr.EditorModes.Configuration
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.praxislive.ide.pxr.EditorModes.Configuration
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.praxislive.ide.pxr.spi.RootEditor.ToolAction
Returns an array containing the constants of this enum class, in the order they are declared.

W

warnings() - Method in class org.praxislive.ide.pxr.PXRFileHandler
 
A B C D E F G H I K M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form