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

A

about() - Method in class org.openpermis.editor.policy.Application
Displays the application about box.
AbstractAdapter - Class in org.openpermis.editor.policy.adapter
Abstract base class of an adapter that uses a pico container to manage Adaptees.
AbstractAdapter() - Constructor for class org.openpermis.editor.policy.adapter.AbstractAdapter
Creates an abstract adapter.
AbstractCommand - Class in org.openpermis.editor.policy.command
Abstract command implementation.
AbstractCommand(String) - Constructor for class org.openpermis.editor.policy.command.AbstractCommand
Creates an abstract command with the specified name.
AbstractComponentFactory - Class in org.openpermis.editor.policy.gui
Abstract factory for user interface components based on resource and action map keys.
AbstractComponentFactory(ActionMap, ResourceMap) - Constructor for class org.openpermis.editor.policy.gui.AbstractComponentFactory
Creates an abstract factory that operates on the specified action and resource map.
AbstractConfigurationPolicyPlugin - Class in org.openpermis.editor.policy.plugin
Policy plugin that holds a configuration.
AbstractConfigurationPolicyPlugin(ApplicationContext, PolicyViewConfiguration) - Constructor for class org.openpermis.editor.policy.plugin.AbstractConfigurationPolicyPlugin
Creates a new plugin.
AbstractEditor<P extends PartPresenter<?>> - Class in org.openpermis.editor.policy.view
Abstract base class for editors of part presenters.
AbstractEditor(ApplicationContext, Adapter, P) - Constructor for class org.openpermis.editor.policy.view.AbstractEditor
Creates an editor for the specified presenter.
AbstractLdapFinderComponent - Class in org.openpermis.editor.policy.view.component
 
AbstractLdapFinderComponent(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
AbstractPlugin - Class in org.openpermis.editor.policy.plugin
Abstract base class for plugins.
AbstractPlugin(ApplicationContext) - Constructor for class org.openpermis.editor.policy.plugin.AbstractPlugin
Creates an abstract plugin that operates on an action and resource map derived from the implementation class of this plugin.
AbstractPolicyPlugin - Class in org.openpermis.editor.policy.plugin
Plugin that validates the active policy.
AbstractPolicyPlugin(ApplicationContext) - Constructor for class org.openpermis.editor.policy.plugin.AbstractPolicyPlugin
Creates a new validation plugin.
AbstractPolicySerializerPlugin - Class in org.openpermis.editor.policy.plugin
Plugin that provides standard file serialization.
AbstractPolicySerializerPlugin(ApplicationContext, PolicyViewConfiguration, PolicyHolder) - Constructor for class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Creates a new plugin.
AbstractRoleCommand - Class in org.openpermis.editor.policy.command
Keeps the information needed for the different role hierarchy commands.
AbstractRoleCommand(String, String, RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.command.AbstractRoleCommand
Creates an AbstractRoleCommand.
AbstractTechnical - Class in org.openpermis.editor.policy.adapter.technical
 
AbstractTechnical(PartBean) - Constructor for class org.openpermis.editor.policy.adapter.technical.AbstractTechnical
Creates a part bean technical adaptee.
AbstractToolView<P extends Presenter<?>> - Class in org.openpermis.editor.policy.view
Abstract base class for tool views.
AbstractToolView(ApplicationContext, Adapter) - Constructor for class org.openpermis.editor.policy.view.AbstractToolView
Creates an abstract tool view for the specified application context.
AbstractView - Class in org.openpermis.editor.policy.view
Abstract base class for views.
AbstractView(ApplicationContext, Adapter) - Constructor for class org.openpermis.editor.policy.view.AbstractView
Creates an abstract view that operates on an action and resource map derived from the implementation class of this view.
accept(File) - Method in class org.openpermis.editor.policy.FileType
 
ACE_POLICY - Static variable in class org.openpermis.editor.policy.FileType
Type for ACE policy files.
ACE_ROLE_ASSIGNMENT - Static variable in class org.openpermis.editor.policy.FileType
Type for ACE role assignment files.
ActionBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a ActionBean that has been adapted to a short overview string.
ActionBeanOverview(ActionBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.ActionBeanOverview
Creates a action bean overview adaptee.
ActionEditor - Class in org.openpermis.editor.policy.view
Editor for a ActionPresenter.
ActionEditor(ApplicationContext, Adapter, ActionPresenter) - Constructor for class org.openpermis.editor.policy.view.ActionEditor
Creates a new editor view.
ActionForwarder - Class in org.openpermis.editor.policy.gui
Action listener that triggers an action on execution.
ActionForwarder(Action) - Constructor for class org.openpermis.editor.policy.gui.ActionForwarder
Creates a new action listener.
ActionForwarder(Action, String) - Constructor for class org.openpermis.editor.policy.gui.ActionForwarder
Creates a new action listener.
ActionNameConverter - Class in org.openpermis.editor.policy.gui.binding
Converter that converts String to String and vice versa.
ActionNameConverter(ActionPresenter) - Constructor for class org.openpermis.editor.policy.gui.binding.ActionNameConverter
 
actionPerformed(ActionEvent) - Method in class org.openpermis.editor.policy.gui.ActionForwarder
 
actionPerformed(ActionEvent) - Method in class org.openpermis.editor.policy.gui.MethodForwarder
 
actionPerformed(ActionEvent) - Method in class org.openpermis.editor.policy.gui.SelectableAction
 
actionPerformed(ActionEvent) - Method in class org.openpermis.editor.policy.MacAdapter.NopAction
 
actionPerformed(ActionEvent) - Method in class org.openpermis.editor.policy.view.ToolTrackerAction
 
ActionPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single ActionBean.
ActionPresenter(ActionBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.ActionPresenter
Creates a new ActionPresenter.
ActionRemoveCommand - Class in org.openpermis.editor.policy.command
Command that deletes a action allover the model.
ActionRemoveCommand(ActionBean) - Constructor for class org.openpermis.editor.policy.command.ActionRemoveCommand
Creates a command.
activate(IconRegistry) - Static method in class org.openpermis.editor.policy.gui.icon.IconRegistryConverter
Initializes the singleton resource converter.
activateEditor(Editor) - Method in class org.openpermis.editor.policy.view.ContextView
Activates an already opened editor.
activeToFront() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Moves the active element to the front of the list.
Adaptee<T> - Interface in org.openpermis.editor.policy.adapter
Describes a part bean that has been adapted to a generic type.
Adapter - Interface in org.openpermis.editor.policy.adapter
Describes an adapter that can convert objects to a new type.
adaptTo(Object, Class<T>) - Method in class org.openpermis.editor.policy.adapter.AbstractAdapter
 
adaptTo(Object, Class<T>) - Method in interface org.openpermis.editor.policy.adapter.Adapter
Adapts an object to the adaptee type.
addAction(EditPartCommand<ActionBean>) - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
 
addAction() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
addAuthority(EditPartCommand<AuthorityBean>) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Adds an authority.
addAuthority() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
addChild(ClassSettings, MutablePicoContainer, ClassLoader, ConfigurationChild) - Method in class org.openpermis.editor.policy.configuration.ConfigurationGenericSection
 
addChild(ClassSettings, MutablePicoContainer, ClassLoader, ConfigurationChild) - Method in class org.openpermis.editor.policy.configuration.ConfigurationScopedSection
 
addChild(ClassSettings, MutablePicoContainer, ClassLoader, ConfigurationChild) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSection
Processes a single child element of this section.
addChildren(ClassSettings, MutablePicoContainer, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSection
Processes all child elements of this section.
addComponentRow(JComponent, boolean) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row that contains a single component.
addComponents(ConfigurationSectionFactory, ClassSettings, MutablePicoContainer, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationGenericSection
 
addComponents(ConfigurationSectionFactory, ClassSettings, MutablePicoContainer, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationGroupSection
 
addComponents(ConfigurationSectionFactory, ClassSettings, MutablePicoContainer, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationScopedSection
 
addComponents(ConfigurationSectionFactory, ClassSettings, MutablePicoContainer, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSection
Adds the component implementations listed in this section to the container specified.
addComponents(JComponent, SmartConstraints) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.GapRow
 
addComponents(JComponent, SmartConstraints) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.LabelComponentRow
 
addComponents(JComponent, SmartConstraints) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.LabelComponentsRow
 
addComponents(JComponent, SmartConstraints) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.LabelToolBarRow
 
addComponents(JComponent, SmartConstraints) - Method in interface org.openpermis.editor.policy.gui.forms.FormBuilder.Row
Adds the components of this row to the specified container using the constraints given.
addComponents(JComponent, SmartConstraints) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.SingleComponentRow
 
addDockControlListener(DockControlListener) - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Adds a listener for dock control events.
addExcludedUri() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
addFactory(ConfigurationSectionFactory) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSectionTrader
Adds the specified factory to the list of factories.
addFactoryAdapter(ComponentAdapter<?>) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
Adds a component adapter to the factory container.
addFactoryAdapter(ComponentAdapter<?>) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
addFactoryAdapter(ComponentAdapter<?>) - Method in interface org.openpermis.editor.policy.configuration.Configuration
Adds a component adapter to the factory container.
addFactoryAdapter(ComponentAdapter<?>) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
addFactoryComponent(Object) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
Adds a component implementation or instance to the factory container.
addFactoryComponent(Object, Object) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
Adds a component implementation or instance to the factory container with a key.
addFactoryComponent(Object) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
addFactoryComponent(Object, Object) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
addFactoryComponent(Object) - Method in interface org.openpermis.editor.policy.configuration.Configuration
Adds a component implementation or instance to the factory container.
addFactoryComponent(Object, Object) - Method in interface org.openpermis.editor.policy.configuration.Configuration
Adds a component implementation or instance to the factory container with a key.
addFactoryComponent(Object, Object) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
addFactoryComponent(Object) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
addGap() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a section gap which is slightly bigger than the usual row gap.
addGenericFactory(String, boolean) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSectionTrader
Adds a generic section factory for elements with the specified name.
addGlue() - Method in class org.openpermis.editor.policy.gui.ToolBarFactory.Customizer
Adds a glue to the tool bar.
addGroupFactory(String) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSectionTrader
Adds a group section factory for elements with the specified name.
addHeaderRow(String) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a labeled header row with a separator.
addHierarchy() - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
Command to add a new role hierarchy.
addIncludedUri() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
addLabelComponentButtonRow(String, JComponent, String) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row consisting of a label, component and a button.
addLabelComponentRow(String, JComponent) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row consisting of a label and a component (no tool bar).
addLabelComponentRow(String, JComponent, String) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row consisting of a label and a component (no tool bar).
addLabelComponentToolBarRow(String, JComponent, String) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row consisting of a label, component and its tool bar.
addLabelRow(String) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row that containing a single label.
addLabelToolBarComponentRows(String, String, JComponent) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Convenience method to add two rows to the form layout.
addLabelToolBarRow(String, String) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row consisting of a label and a tool bar.
addListener(T) - Method in class org.openpermis.editor.policy.gui.event.EventSupport
Adds a listener for events fired by this event support.
addMenuItem(Action) - Method in class org.openpermis.editor.policy.gui.MenuBarFactory.Customizer
Adds a menu item to the menu.
addNewRole(String) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Adds a new role in the hierarchy.
addNewRole() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Adds a new role in the hierarchy.
addObligation(EditPartCommand<ObligationBean>) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
 
addObligation() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
addParameter() - Method in class org.openpermis.editor.policy.view.ActionEditor
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openpermis.editor.policy.ApplicationState
Adds a property change listener that gets notified on bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openpermis.editor.policy.command.CommandManager
Registers the specified property change listener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Registers a property change listener on this model.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.openpermis.editor.policy.presenter.Presenter
Registers the specified property change listener.
addRecentFiles(FileType, String) - Method in class org.openpermis.editor.policy.ApplicationState
Adds a recent file of the specified type.
addRecentFiles(String) - Method in class org.openpermis.editor.policy.ApplicationState
Convenience method to add a file entry to the recent files list.
addResourceDomain(EditPartCommand<DomainBean>, String) - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
 
addResourceDomain() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
addRoleAssignmentRule() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
 
AddRoleCommand - Class in org.openpermis.editor.policy.command
Add a new role.
AddRoleCommand(String, String, RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.command.AddRoleCommand
Creates a AddRoleCommand.
addRoleHierarchy(URI) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
 
addRow(FormBuilder.Row) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row to the layout.
addRule() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
Command to add a new role assignment rule.
addRule() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
Command to add a new target access rule.
addScopedFactory(String, Class<?>) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSectionTrader
Adds a scoped section factory for elements with the specified name.
addScrollComponentRow(JComponent) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a row that contains a single component that is optionally wrapped in a scroll pane.
addSeparator() - Method in class org.openpermis.editor.policy.gui.MenuBarFactory.Customizer
Adds a separator to the tool bar.
addSeparator() - Method in class org.openpermis.editor.policy.gui.ToolBarFactory.Customizer
Adds a separator to the tool bar.
addSettings(ClassSettings, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationChild
Adds the implementation class specific settings of this child element.
addSingleComponentRow(JComponent, boolean, boolean, boolean) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Adds a single component that stretches the whole row.
addSubDomain() - Method in class org.openpermis.editor.policy.view.AuthorityEditor
 
addSubjectDomain(EditPartCommand<DomainBean>, String) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Adds a subject domain.
addSubjectDomain() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
addTarget(EditPartCommand<TargetBean>, String) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
 
addTarget() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
addTargetAccessRule() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
 
addTerm() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
Adds a new term to the condition.
addTo(MutablePicoContainer) - Method in class org.openpermis.editor.policy.configuration.State
Adds this state from the container specified.
addToolButton(Action) - Method in class org.openpermis.editor.policy.gui.ToolBarFactory.Customizer
Adds a tool button to the tool bar.
addViewContextListener(ViewContextListener) - Method in class org.openpermis.editor.policy.view.ContextView
 
addViewContextListener(ViewContextListener) - Method in interface org.openpermis.editor.policy.view.ViewContext
Adds a listener for view context events.
adjustTitleParameters() - Method in class org.openpermis.editor.policy.view.AbstractEditor
Instructs the view to update its title once the parameters change.
ancestorAdded(AncestorEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
ancestorAdded(AncestorEvent) - Method in class org.openpermis.editor.policy.view.ActionEditor
 
ancestorAdded(AncestorEvent) - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
ancestorAdded(AncestorEvent) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
ancestorMoved(AncestorEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
ancestorMoved(AncestorEvent) - Method in class org.openpermis.editor.policy.view.ActionEditor
 
ancestorMoved(AncestorEvent) - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
ancestorMoved(AncestorEvent) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
ancestorRemoved(AncestorEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
ancestorRemoved(AncestorEvent) - Method in class org.openpermis.editor.policy.view.ActionEditor
 
ancestorRemoved(AncestorEvent) - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
ancestorRemoved(AncestorEvent) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
annotate(String) - Method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Annotates the specified icon key with this annotation.
ANY_FILE - Static variable in class org.openpermis.editor.policy.FileType
File type for any file.
Application - Class in org.openpermis.editor.policy
The singleton policy editor application instance.
Application() - Constructor for class org.openpermis.editor.policy.Application
 
ApplicationContext - Class in org.openpermis.editor.policy
Customized application context for the policy editor.
ApplicationContext(Application) - Constructor for class org.openpermis.editor.policy.ApplicationContext
Creates a new application context for the specified Swing Application Framework context.
ApplicationContext.FileChooserType - Enum in org.openpermis.editor.policy
Type object for file chooser types.
ApplicationState - Class in org.openpermis.editor.policy
Describes persistent application state.
ApplicationState() - Constructor for class org.openpermis.editor.policy.ApplicationState
Creates a new application state.
ApplicationView - Interface in org.openpermis.editor.policy
Interface for toplevel application views.
assignRole(RoleAssignmentPresenter.SubjectItem) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
 
assignRole() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
attach(ViewContext) - Method in class org.openpermis.editor.policy.view.AbstractView
Attaches this view to the specified context.
attach(ViewContext) - Method in interface org.openpermis.editor.policy.view.View
Attaches this object to the specified context.
attachPresenter(P, BindingGroup) - Method in class org.openpermis.editor.policy.view.AbstractToolView
Attaches any listeners required to the new presenter and binds components.
attachPresenter(DecisionPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.DecisionTool
 
attachPresenter(ProblemListPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
attachPresenter(RecentFilesPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
attachPresenter(RoleAssignmentRuleListPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
attachPresenter(RoleAssignmentPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
attachPresenter(RoleHierarchyListPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
attachPresenter(TargetAccessRuleListPresenter, BindingGroup) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
 
attributeValue(Element, String) - Method in class org.openpermis.editor.policy.configuration.ConfigurationElement
Returns the value of an attribute.
AuthorityBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a AuthorityBean that has been adapted to a short overview string.
AuthorityBeanOverview(AuthorityBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.AuthorityBeanOverview
Creates a authority bean overview adaptee.
AuthorityEditor - Class in org.openpermis.editor.policy.view
Tool view that displays the content of an AuthorityPresenter.
AuthorityEditor(ApplicationContext, Adapter, AuthorityPresenter) - Constructor for class org.openpermis.editor.policy.view.AuthorityEditor
Creates an AuthorityEditor.
AuthorityPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single resource AuthorityBean.
AuthorityPresenter(AuthorityBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.AuthorityPresenter
Creates a new AuthorityPresenter.
AuthorityRemoveCommand - Class in org.openpermis.editor.policy.command
Command that deletes an authority all over the model.
AuthorityRemoveCommand(AuthorityBean) - Constructor for class org.openpermis.editor.policy.command.AuthorityRemoveCommand
Creates a command.

B

baseLocation(CBaseLocation, double) - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Determines the next location for a base location.
BasicComponentFactory - Class in org.openpermis.editor.policy.configuration
Basic implementation of a pico container based component factory.
BasicComponentFactory(ClassSettings, ConfigurationReader) - Constructor for class org.openpermis.editor.policy.configuration.BasicComponentFactory
Creates a new component factory for the specified configuration URL.
BasicComponentFactory(MutablePicoContainer, MutablePicoContainer) - Constructor for class org.openpermis.editor.policy.configuration.BasicComponentFactory
Creates a new component factory for the specified context and factory container.
BasicConfiguration - Class in org.openpermis.editor.policy.configuration
Configuration object that holds a component factory and further information specified in the configuration file.
BasicConfiguration(URL) - Constructor for class org.openpermis.editor.policy.configuration.BasicConfiguration
Creates a new component factory for the specified configuration URL.
BasicPolicySerializerPlugin - Class in org.openpermis.editor.policy.plugin
Plugin that provides basic XML file serialization.
BasicPolicySerializerPlugin(ApplicationContext, PolicyViewConfiguration, PolicyHolder) - Constructor for class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
Creates a new plugin.
bind(ObservableList<T>, ObservableList<T>) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Binds the check list to the specified pool and selection list.
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.AbstractEditor
Binds all components to the presenter.
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.ActionEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.AuthorityEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.DomainEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.ObligationEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
bind(BindingGroup) - Method in class org.openpermis.editor.policy.view.TargetEditor
 
browseFile() - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
Opens an ACE file to browse its content.

C

cancel() - Method in class org.openpermis.editor.policy.view.CertificateChooser
Action to close the wizard without executing it.
cancel() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
Action to close the wizard without executing it.
cancel() - Method in class org.openpermis.editor.policy.view.MessageDialog
The default abort action.
cancel() - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
Action to close the wizard without executing it.
cancel() - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
Action to close the wizard without executing it.
canClose() - Method in class org.openpermis.editor.policy.view.AbstractEditor
 
canClose() - Method in class org.openpermis.editor.policy.view.AbstractView
 
canClose() - Method in class org.openpermis.editor.policy.view.PolicyView
 
canClose() - Method in interface org.openpermis.editor.policy.view.View
Prompts the view to save unsaved changes before closing.
canCreate(TypeKey) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
 
canCreate(TypeKey) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
canCreate(TypeKey) - Method in interface org.openpermis.editor.policy.configuration.ComponentFactory
Check if this factory can create components of the given type.
canCreate(TypeKey) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
canCreatePolicyComponent(Class<?>, Class<?>) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Check if a component that depends on the currently loaded policy can be created.
canEditPart(PartBean) - Method in class org.openpermis.editor.policy.view.AbstractView
 
canEditPart(PartBean) - Method in class org.openpermis.editor.policy.view.ContextView
 
canEditPart(PartBean) - Method in class org.openpermis.editor.policy.view.PolicyView
 
canEditPart(PartBean) - Method in interface org.openpermis.editor.policy.view.ViewContext
Tests if the part specified can be edited.
canGetProperty(String) - Method in class org.openpermis.editor.policy.beans.PropertyAccess
Check if the bean has a property that can be read.
canGetSetProperty(String) - Method in class org.openpermis.editor.policy.beans.PropertyAccess
Check if the bean has a property that can be read and written.
canReplacePolicyPresenter() - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Check if the policy presenter can be replaced at the holder.
canReplacePolicyPresenter() - Method in interface org.openpermis.editor.policy.view.PolicyHolder
Check if the current policy presenter can be replaces.
canReplacePolicyPresenter() - Method in class org.openpermis.editor.policy.view.PolicyView
 
canSetProperty(String) - Method in class org.openpermis.editor.policy.beans.PropertyAccess
Check if the bean has a property that can be written.
CertificateChooser - Class in org.openpermis.editor.policy.view
Dialog allowing to choose a certificate.
CertificateChooser(ApplicationContext, KeyStoreReader) - Constructor for class org.openpermis.editor.policy.view.CertificateChooser
Creates a certificate browser to pick a certificate for signing.
change(String, Object) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Performs a change on the model of this presenter.
change(PartBean, String, Object) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Performs a change on a part.
CheckList<T> - Class in org.openpermis.editor.policy.gui.checklist
GUI component that provides a list with checkboxes on the left side.
CheckList() - Constructor for class org.openpermis.editor.policy.gui.checklist.CheckList
Creates a new unbound check list.
CheckList(ObservableList<T>, ObservableList<T>) - Constructor for class org.openpermis.editor.policy.gui.checklist.CheckList
Creates a new checklist for the specified pool and selection list.
CheckListModel<T> - Class in org.openpermis.editor.policy.gui.checklist
Creates a model that manages a pool of items and a selection list from the pool.
CheckListModel(ObservableList<T>, ObservableList<T>) - Constructor for class org.openpermis.editor.policy.gui.checklist.CheckListModel
Creates a new check list model.
chooseCertificate() - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
Action to choose the certificate used.
chooseCertificate() - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
Prompts the user to choose a certificate.
chooseFile(ApplicationContext.FileChooserType, FileType) - Method in class org.openpermis.editor.policy.ApplicationContext
Opens the file chooser and returns the user selection.
chooseFile(ApplicationContext.FileChooserType, FileType, JTextField) - Method in class org.openpermis.editor.policy.view.WizardDialog
Opens a file chooser of the specified type and file type for the target text field.
chooseOutputFile() - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
Action to choose the output file.
chooseOutputFile() - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
Action to choose the output file.
Chooser - Interface in org.openpermis.editor.policy.view.component
 
CHOOSER_TEXT - Static variable in class org.openpermis.editor.policy.view.WizardDialog
The text on the directory chooser buttons.
ClassSettings - Class in org.openpermis.editor.policy.configuration
Key/value pair settings for several classes.
ClassSettings() - Constructor for class org.openpermis.editor.policy.configuration.ClassSettings
Creates an empty new class settings object.
clear() - Method in class org.openpermis.editor.policy.presenter.PolicyProblemReporter
 
clearFiles() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
clearRecentFiles() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Clears the list of recent files.
ClickForwarder - Class in org.openpermis.editor.policy.gui
Mouse listener that triggers an action on a double click.
ClickForwarder(int, Action) - Constructor for class org.openpermis.editor.policy.gui.ClickForwarder
Creates a new double click listener.
ClickForwarder(int, Action, String) - Constructor for class org.openpermis.editor.policy.gui.ClickForwarder
Creates a new double click listener.
close() - Method in class org.openpermis.editor.policy.view.AbstractEditor
 
close() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
close(boolean) - Method in class org.openpermis.editor.policy.view.WizardDialog
Closes this dialog if it is currently showing.
closeView(View, boolean) - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Removes the dockable responsible for the view specified.
closeView(View, boolean) - Method in class org.openpermis.editor.policy.view.AbstractView
 
closeView(View, boolean) - Method in class org.openpermis.editor.policy.view.ContextView
 
closeView(View, boolean) - Method in interface org.openpermis.editor.policy.view.ViewContext
Closes the specified view.
col(int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns a cell constraints with the current location height of one.
CollectionAddCommand<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.command
Command to edit a part.
CollectionAddCommand(PartBean, P, String) - Constructor for class org.openpermis.editor.policy.command.CollectionAddCommand
Creates a new command.
CollectionChangeCommand<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.command
Command to edit a part.
CollectionChangeCommand(PartBean, P, String) - Constructor for class org.openpermis.editor.policy.command.CollectionChangeCommand
Creates a new command.
CollectionRemoveCommand<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.command
Command to edit a part.
CollectionRemoveCommand(PartBean, P, String) - Constructor for class org.openpermis.editor.policy.command.CollectionRemoveCommand
Creates a new command.
Command - Interface in org.openpermis.editor.policy.command
Abstraction of commands that operate on domain objects.
COMMAND - Static variable in class org.openpermis.editor.policy.gui.ActionForwarder
Default command used to trigger the action.
COMMAND - Static variable in class org.openpermis.editor.policy.gui.ClickForwarder
Default command used to trigger the action.
COMMAND - Static variable in class org.openpermis.editor.policy.gui.WindowCloser
Default command used to trigger the action.
CommandDispatcher - Interface in org.openpermis.editor.policy.command
Dispatcher for commands.
CommandManager - Class in org.openpermis.editor.policy.command
Basic implementation of a command dispatcher.
CommandManager(PolicyBean) - Constructor for class org.openpermis.editor.policy.command.CommandManager
Creates a new command dispatcher for the specified policy.
commitChanges() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
 
commitChanges() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
ComponentFactory - Interface in org.openpermis.editor.policy.configuration
Component factory interface for a pico container based factory.
componentHidden(ComponentEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
componentMoved(ComponentEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
componentResized(ComponentEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Called if the size of the enclosing viewport changes.
componentShown(ComponentEvent) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
CompositeCommand - Class in org.openpermis.editor.policy.command
Composite command.
CompositeCommand(Command...) - Constructor for class org.openpermis.editor.policy.command.CompositeCommand
Creates a composite command.
CompoundIcon - Class in org.openpermis.editor.policy.gui.icon
Icon that consists of two icons.
CompoundIcon(Icon, Icon) - Constructor for class org.openpermis.editor.policy.gui.icon.CompoundIcon
Creates a new annotated icon.
Configuration - Interface in org.openpermis.editor.policy.configuration
Configuration object that provides component implementations and their configurations.
CONFIGURATION_KEY - Static variable in class org.openpermis.editor.policy.configuration.ConfigurationChild
Attribute key constant for the configuration key.
ConfigurationChild - Class in org.openpermis.editor.policy.configuration
Configuration child element.
ConfigurationChild(Element) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationChild
Creates a new configuration element for the specified DOM element.
ConfigurationElement - Class in org.openpermis.editor.policy.configuration
Describes a configuration element in the configuration file.
ConfigurationElement(Element) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationElement
Creates a new configuration element for the specified DOM element.
ConfigurationException - Exception in org.openpermis.editor.policy.configuration
Exception type for configuration file errors.
ConfigurationException(String) - Constructor for exception org.openpermis.editor.policy.configuration.ConfigurationException
Exception type for configuration file errors.
ConfigurationException(String, Throwable) - Constructor for exception org.openpermis.editor.policy.configuration.ConfigurationException
Exception type for configuration file errors.
ConfigurationGenericSection - Class in org.openpermis.editor.policy.configuration
Describes a section in the configuration file.
ConfigurationGenericSection(Element, boolean) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationGenericSection
Creates a new section element for the specified parameters.
ConfigurationGenericSection.Factory - Class in org.openpermis.editor.policy.configuration
Factory for generic configuration sections.
ConfigurationGenericSection.Factory(String, boolean) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationGenericSection.Factory
Creates a configuration section factory for elements with the specified name.
ConfigurationGroupSection - Class in org.openpermis.editor.policy.configuration
Section that only serves for grouping other generic or scoped sections.
ConfigurationGroupSection(Element) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationGroupSection
Creates a new section element for the specified parameters.
ConfigurationGroupSection.Factory - Class in org.openpermis.editor.policy.configuration
Factory for group configuration sections.
ConfigurationGroupSection.Factory(String) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationGroupSection.Factory
Creates a configuration section factory for elements with the specified name.
ConfigurationReader - Class in org.openpermis.editor.policy.configuration
Reader for XML configuration files.
ConfigurationReader(ConfigurationSectionFactory, URL) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationReader
Creates a new configuration reader for the specified URL.
ConfigurationScopedSection - Class in org.openpermis.editor.policy.configuration
Configuration section that features scoped implementations.
ConfigurationScopedSection(Element, Class<?>) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationScopedSection
Creates a new scoped configuration section.
ConfigurationScopedSection.Factory - Class in org.openpermis.editor.policy.configuration
Factory for scoped configuration sections.
ConfigurationScopedSection.Factory(String, Class<?>) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationScopedSection.Factory
Creates a configuration section factory for elements with the specified name.
ConfigurationSection - Class in org.openpermis.editor.policy.configuration
Describes a section in the configuration file.
ConfigurationSection(Element) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationSection
Creates a new section element for the specified parameters.
ConfigurationSection.Factory - Class in org.openpermis.editor.policy.configuration
Factory for generic configuration sections.
ConfigurationSection.Factory(String) - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationSection.Factory
Creates a configuration section factory for elements with the specified name.
ConfigurationSectionFactory - Interface in org.openpermis.editor.policy.configuration
Factory for configuration sections.
ConfigurationSectionTrader - Class in org.openpermis.editor.policy.configuration
Trader for multiple configuration section factories.
ConfigurationSectionTrader() - Constructor for class org.openpermis.editor.policy.configuration.ConfigurationSectionTrader
Creates a new initially empty trader.
configure(JFileChooser) - Method in enum org.openpermis.editor.policy.ApplicationContext.FileChooserType
Configures the file chooser specified to the correct type..
configure(FrameView) - Method in interface org.openpermis.editor.policy.ApplicationView
Configures the specified frame view for displaying this view.
configure(ClassSettings, MutablePicoContainer) - Method in class org.openpermis.editor.policy.configuration.ConfigurationReader
Configures the specified pico container according to the configuration.
configure(ClassSettings, MutablePicoContainer, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationReader
Configures the specified pico container according to the configuration.
configure(FrameView) - Method in class org.openpermis.editor.policy.view.PolicyView
 
configure(Configuration, PolicyHolder) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Configures the specified component factory for use with the policy view.
configure(T) - Method in class org.openpermis.editor.policy.view.WizardDialog
Configures the specified text component.
configureButton(JButton, Action) - Method in class org.openpermis.editor.policy.view.MessageDialog
 
configureButton(JButton, Action) - Method in class org.openpermis.editor.policy.view.WizardDialog
Configures a button that has the specified action.
ConfiguredIdentityFinderComponent - Class in org.openpermis.editor.policy.view.component
Pre-configured ldap implementation of IdentityFinderComponent.
ConfiguredIdentityFinderComponent(PolicyViewConfiguration) - Constructor for class org.openpermis.editor.policy.view.component.ConfiguredIdentityFinderComponent
Creates an ConfiguredIdentityFinderComponent.
ConfiguredSubjectFinderComponent - Class in org.openpermis.editor.policy.view.component
Pre-configured ldap implementation of SubjectFinderComponent.
ConfiguredSubjectFinderComponent(PolicyViewConfiguration) - Constructor for class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
Creates an ConfiguredSubjectFinderComponent.
configureEnclosingScrollPane() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Disables the header view of this table.
configureEnclosingScrollPane() - Method in class org.openpermis.editor.policy.gui.HeaderlessTable
Disables the header view of this table.
configureListeners() - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
Adds listeners to synchronize the list with the table model.
confirmOverwrite(File) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Asks the user to confirm overwriting the specified file.
connect() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
containedIn(MutablePicoContainer) - Method in class org.openpermis.editor.policy.configuration.State
Check if a state with an equivalent key is already present at the specified container.
containsSerial(Iterable<T>, T) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Checks if a collection contains a partbean.
content(String) - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Determines the actual content for a specification.
ContentBorder - Class in org.openpermis.editor.policy.gui
Border used for content panes in dialogs.
ContentBorder() - Constructor for class org.openpermis.editor.policy.gui.ContentBorder
 
contentPaneCreated() - Method in class org.openpermis.editor.policy.view.AbstractEditor
 
contentPaneCreated() - Method in class org.openpermis.editor.policy.view.AbstractToolView
 
contentPaneCreated() - Method in class org.openpermis.editor.policy.view.AbstractView
Hook called after the content pane has been created.
contentPaneCreated() - Method in class org.openpermis.editor.policy.view.DecisionTool
 
contentPaneCreated() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
ContextView - Class in org.openpermis.editor.policy.view
Abstract view implementation that provides a view context.
ContextView(ApplicationContext, Adapter, JXFrame) - Constructor for class org.openpermis.editor.policy.view.ContextView
Creates a context view for the specified application context.
ControlFactory - Class in org.openpermis.editor.policy.gui
Factory for controls used by the client.
ControlFactory(ActionMap, ResourceMap) - Constructor for class org.openpermis.editor.policy.gui.ControlFactory
Creates a control factory that operates on the specified action and resource map.
ControlFactory - Class in org.openpermis.editor.policy.gui.dock
Control factory that uses continuous layouting split dock stations.
ControlFactory() - Constructor for class org.openpermis.editor.policy.gui.dock.ControlFactory
 
ControlFactory.Resolver - Interface in org.openpermis.editor.policy.gui
Combines the various resolver interfaces to a single resolver interface.
ConverterException - Exception in org.openpermis.editor.policy.gui.binding
Exception class for converter exceptions.
ConverterException(String) - Constructor for exception org.openpermis.editor.policy.gui.binding.ConverterException
Creates a converter exception for the specified message.
ConverterException(String, Throwable) - Constructor for exception org.openpermis.editor.policy.gui.binding.ConverterException
Creates a converter exception for the specified message and root cause.
convertForward(String) - Method in class org.openpermis.editor.policy.gui.binding.ActionNameConverter
 
convertForward(String) - Method in class org.openpermis.editor.policy.gui.binding.ObligationNameConverter
 
convertForward(String) - Method in class org.openpermis.editor.policy.gui.binding.PartNameConverter
 
convertForward(String) - Method in class org.openpermis.editor.policy.gui.binding.TranslationConverter
Translates the specified input value.
convertForward(URI) - Method in class org.openpermis.editor.policy.gui.binding.UriConverter
 
convertReverse(String) - Method in class org.openpermis.editor.policy.gui.binding.ActionNameConverter
 
convertReverse(String) - Method in class org.openpermis.editor.policy.gui.binding.ObligationNameConverter
 
convertReverse(String) - Method in class org.openpermis.editor.policy.gui.binding.PartNameConverter
 
convertReverse(String) - Method in class org.openpermis.editor.policy.gui.binding.TranslationConverter
Reverse translation is not supported by this translator.
convertReverse(String) - Method in class org.openpermis.editor.policy.gui.binding.UriConverter
 
create(Class<?>, State...) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
 
create(TypeKey, State...) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
 
create(Class<?>, State...) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
create(TypeKey, State...) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
create(Class<?>, State...) - Method in interface org.openpermis.editor.policy.configuration.ComponentFactory
Creates a component.
create(TypeKey, State...) - Method in interface org.openpermis.editor.policy.configuration.ComponentFactory
Creates a typed component.
create() - Method in class org.openpermis.editor.policy.gui.dock.EditorFactory
 
create(ApplicationContext) - Static method in class org.openpermis.editor.policy.gui.icon.PolicyIconRegistry
Creates a policy icon registry.
create(ResourceMap, String, List<?>...) - Static method in class org.openpermis.editor.policy.gui.MultiListTableModel
Creates a multi list table model that is initialized with headers from a resource map.
create(Class<?>, State...) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
create(TypeKey, State...) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
createApplicationView() - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
createApplicationView() - Method in interface org.openpermis.editor.policy.configuration.Configuration
Returns a new instance of the application view configured.
createApplicationView() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
createAttributeCertificate(X509Certificate, PrivateKey, File) - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
Creates a an attribute certificate with the specified input X509 certificate, private key and output file.
createButton(Action) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a button for the specified action.
createButton(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a button for the specified action and resource key.
createButton(String, Object, String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a button for the specified resource key, target and method.
createButtonPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.MessageDialog
 
createButtonPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates the button pane of this dialog.
createChangeCommand(PartBean, String, Object) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Creates a command that performs a change on a part.
createCheckBox(Action) - Static method in class org.openpermis.editor.policy.gui.SelectableAction
Creates a check box where properties are taken from the Action supplied.
createCheckBox() - Method in class org.openpermis.editor.policy.gui.SelectableAction
Convenience factory method to create a check box that is bound to this action.
createCheckBoxMenuItem(Action) - Static method in class org.openpermis.editor.policy.gui.SelectableAction
Creates a check box menu item where properties are taken from the Action supplied.
createCheckBoxMenuItem() - Method in class org.openpermis.editor.policy.gui.SelectableAction
Convenience factory method to create a check box menu item that is bound to this action.
createChooser(ApplicationContext.FileChooserType, FileType, JTextField) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates a file chooser button for the specified target field.
createChooserButton(Action) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a chooser button for the specified action.
createChooserButton(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a chooser style button for the specified action and resource key.
createChooserButton(String, Object, String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a chooser style button for the specified resource key, target and method.
createCollectionAtPresenter(Iterable<P>) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Creates the initial presenter list for the specified model list.
createContainer() - Method in class org.openpermis.editor.policy.adapter.AbstractAdapter
Creates and initializes the pico container used by this adapter.
createContainer() - Method in class org.openpermis.editor.policy.adapter.PartBeanAdapter
Creates a pico container and fill it with all combinations of objects and adaptee types.
createContentPane() - Method in class org.openpermis.editor.policy.view.AbstractView
Creates the content pane of this view.
createContentPane() - Method in class org.openpermis.editor.policy.view.ActionEditor
 
createContentPane() - Method in class org.openpermis.editor.policy.view.AuthorityEditor
 
createContentPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.CertificateChooser
 
createContentPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
createContentPane() - Method in class org.openpermis.editor.policy.view.ContextView
 
createContentPane() - Method in class org.openpermis.editor.policy.view.DecisionTool
 
createContentPane() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
createContentPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.MessageDialog
 
createContentPane() - Method in class org.openpermis.editor.policy.view.ObligationEditor
 
createContentPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
 
createContentPane() - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
createContentPane() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
createContentPane() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
createContentPane() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
createContentPane() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
createContentPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
 
createContentPane() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
createContentPane() - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
createContentPane() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
createContentPane() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
 
createContentPane() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
createContentPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates the content pane of this dialog.
createDialogContent(ControlFactory) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates the complete content pane of the dialog.
createDialogPane(JComponent) - Static method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Wraps the specified content in a form pane which features dialog borders.
createDialogPane() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Builds a component that can be used as the content of a dialog, includes dialog borders.
createDisplayTextField(Action) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates and configures a disabled text field.
createDockable() - Method in class org.openpermis.editor.policy.gui.dock.EditorFactory
Creates a new, uninitialized editor dockable.
createEditor(PartBean) - Method in class org.openpermis.editor.policy.view.AbstractView
 
createEditor(PartBean) - Method in class org.openpermis.editor.policy.view.ContextView
 
createEditor(PartBean) - Method in class org.openpermis.editor.policy.view.PolicyView
 
createEditor(PartBean) - Method in interface org.openpermis.editor.policy.view.ViewContext
Creates an editor suitable for embedding in another view.
createFormBuilder() - Method in class org.openpermis.editor.policy.view.AbstractView
Creates a form builder that is configured for use with this view.
createFormBuilder() - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates a form builder that is configured for use with this wizard.
createFormPane(JComponent) - Static method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Wraps the specified content in a form pane which features scroll bars and form borders.
createFormPane() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Builds a component that can be used as the content of a form, includes scroll pane and correct form borders.
createHeaderPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.MessageDialog
 
createHeaderPane(ControlFactory) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates the header pane of this dialog.
createKeystore() - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
createKeystore() - Method in class org.openpermis.editor.policy.view.keystore.P12KeyStoreReader
 
createKeystore() - Method in class org.openpermis.editor.policy.view.keystore.SCKeyStoreReader
 
createLabel(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a label with properties defined in the resource map.
createLabel(String, Component) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a label with properties defined in the resource map.
createLabel(String) - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates a named label for automated translation.
createLayout(String, String) - Static method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Creates a new form layout that uses the form builder layout map.
createListCellRenderer(Adapter, Class<? extends Adaptee<String>>) - Static method in class org.openpermis.editor.policy.renderer.RendererFactory
 
createListCellRenderer(Adapter, Class<? extends Adaptee<String>>, Class<? extends Adaptee<String>>) - Static method in class org.openpermis.editor.policy.renderer.RendererFactory
 
createMenu(MenuBarFactory.Resolver, String, String, boolean) - Method in class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a single menu of a menu bar.
createMenuBar(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a menubar with the specified resource key name.
createMenuBar(String, MenuBarFactory.Resolver) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a menubar with the specified resource key name.
createMenuBar(ActionMap, ResourceMap, String) - Static method in class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a menu bar from a resource map and a resource key.
createMenuBar(ActionMap, ResourceMap, String, MenuBarFactory.Resolver) - Static method in class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a menu bar from a resource map and a resource key.
createMenuBar(String) - Method in class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a menubar with the specified resource key name.
createMenuBar(String, MenuBarFactory.Resolver) - Method in class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a menubar with the specified resource key name.
createMenuItem(Action, String) - Method in class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a menu item for the specified resource key name.
createOrderedList(Class<T>, String) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Creates an ordered list for the specified implementation class.
createPanel() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Builds a panel with the components added to this form builder.
createPartBeanFactory() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Creates a part bean factory for this configuration.
createPasswordField(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a password field that features an action listener which triggers the action with the specified key.
createPasswordField(String, int) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a password field that features an action listener which triggers the action with the specified key.
createPasswordField() - Method in class org.openpermis.editor.policy.view.WizardDialog
Creates and configures a password field.
createPolicyComponent(Class<T>, Class<?>, Object) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Creates a component that depends on the currently loaded policy.
createPolicyComponent(Class<T>) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Creates a component that depends on the currently loaded policy.
createPolicyString(PolicyBean) - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
Creates a string representation of the policy of this wizard.
createProblemList(PolicyBean) - Static method in class org.openpermis.editor.policy.presenter.Problem
Creates a list of problem for the specified policy.
createSection(ConfigurationSectionFactory, Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationGroupSection
Creates a configuration section for the specified element.
createSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationReader
Creates a configuration section for the specified element.
createSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSection.Factory
 
createSection(Element) - Method in interface org.openpermis.editor.policy.configuration.ConfigurationSectionFactory
Creates a configuration section for the specified element.
createSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSectionTrader
 
createSeparator(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a named horizontal separator.
createSignedPolicy(X509Certificate, PrivateKey, File) - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
Creates a signed policy with the specified input X509 certificate, private key and output file.
createSplitDockStation() - Method in class org.openpermis.editor.policy.gui.dock.ControlFactory
 
createStartupTools(List<Tool>) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Determines the list of tools to open at startup.
createTableCellRenderer(Adapter, Class<? extends Adaptee<String>>) - Static method in class org.openpermis.editor.policy.renderer.RendererFactory
 
createTextField(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a text field that features an action listener which triggers the action with the specified key.
createTextField(String, int) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a text field that features an action listener which triggers the action with the specified key.
createTextField(Object, String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a text field that features an action listener which triggers the method on the specified target.
createTextField(Object, String, int) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a text field that features an action listener which triggers the method on the specified target.
createToggleButton(Action) - Static method in class org.openpermis.editor.policy.gui.SelectableAction
Creates a toggle button where properties are taken from the Action supplied.
createToggleButton() - Method in class org.openpermis.editor.policy.gui.SelectableAction
Convenience factory method to create a toggle button that is bound to this action.
createToolBar(String) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a tool bar from the specfied resource key.
createToolBar(String, ToolBarFactory.Resolver) - Method in class org.openpermis.editor.policy.gui.ControlFactory
Creates a tool bar from the specfied resource key.
createToolBar(ActionMap, ResourceMap, String) - Static method in class org.openpermis.editor.policy.gui.ToolBarFactory
Convenience method to create a tool bar.
createToolBar(ActionMap, ResourceMap, String, ToolBarFactory.Resolver) - Static method in class org.openpermis.editor.policy.gui.ToolBarFactory
Convenience method to create a tool bar.
createToolBar(String) - Method in class org.openpermis.editor.policy.gui.ToolBarFactory
Creates a tool bar from the specfied resource key.
createToolBar(String, ToolBarFactory.Resolver) - Method in class org.openpermis.editor.policy.gui.ToolBarFactory
Creates a tool bar from the specfied resource key.
createToolBar() - Method in class org.openpermis.editor.policy.view.AbstractToolView
Factory method to lazily create the view tool bar.
createToolBar() - Method in class org.openpermis.editor.policy.view.DecisionTool
 
createToolPane(JComponent, JToolBar) - Static method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Wraps the specified content in a form pane which features optional scroll bars and appropriate borders for a tool (including an optional tool bar).
createTranslationConverter(String) - Method in class org.openpermis.editor.policy.view.AbstractView
Creates a translation converter for the specified prefix.
customizeMenu(String, MenuBarFactory.Customizer) - Method in interface org.openpermis.editor.policy.gui.MenuBarFactory.Resolver
Called once a placeholder is read to resolve its customization.
customizeMenu(MenuBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
 
customizeMenu(MenuBarFactory.Customizer) - Method in interface org.openpermis.editor.policy.plugin.Plugin
Prompts the plugin to provide its menu customization.
customizeMenu(MenuBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.RoleAssignmentPlugin
 
customizeMenu(MenuBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
 
customizeMenu(MenuBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.ValidationPlugin
 
customizeMenu(MenuBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.WsdlImportPlugin
 
customizeMenu(String, MenuBarFactory.Customizer) - Method in class org.openpermis.editor.policy.view.PolicyView
 
customizeToolBar(String, ToolBarFactory.Customizer) - Method in interface org.openpermis.editor.policy.gui.ToolBarFactory.Resolver
Called once a placeholder is read to resolve its customization.
customizeToolBar(ToolBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
 
customizeToolBar(ToolBarFactory.Customizer) - Method in interface org.openpermis.editor.policy.plugin.Plugin
Prompts the plugin to provide its tool bar customization.
customizeToolBar(ToolBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.RoleAssignmentPlugin
 
customizeToolBar(ToolBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
 
customizeToolBar(ToolBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.ValidationPlugin
 
customizeToolBar(ToolBarFactory.Customizer) - Method in class org.openpermis.editor.policy.plugin.WsdlImportPlugin
 
customizeToolBar(String, ToolBarFactory.Customizer) - Method in class org.openpermis.editor.policy.view.PolicyView
 

D

DecisionPresenter - Class in org.openpermis.editor.policy.presenter
Presentation model for the decision test view.
DecisionPresenter(PolicyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.DecisionPresenter
Creates a new presenter.
DecisionTool - Class in org.openpermis.editor.policy.view
Displays the resulting access decision for selected roles and actions.
DecisionTool(ApplicationContext, Adapter) - Constructor for class org.openpermis.editor.policy.view.DecisionTool
Creates a decision tool view.
decompose(String) - Static method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Decomposes an annotated key into its parts.
DefaultFocus - Annotation Type in org.openpermis.editor.policy.gui
Annotation for components that get the default focus.
DefaultFocusFinder - Class in org.openpermis.editor.policy.gui
Reflection helper to find the DefaultFocus component of a target object.
deleteSelectedFile() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
detach(ViewContext) - Method in class org.openpermis.editor.policy.view.AbstractView
Detaches this view from the specified context.
detach(ViewContext) - Method in interface org.openpermis.editor.policy.view.View
Detaches this object from the specified context.
detachPresenter(P) - Method in class org.openpermis.editor.policy.view.AbstractToolView
Unlinks any listeners from the specified old presenter.
detachPresenter(DecisionPresenter) - Method in class org.openpermis.editor.policy.view.DecisionTool
 
detachPresenter(ProblemListPresenter) - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
detachPresenter(RecentFilesPresenter) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
detachPresenter(RoleAssignmentRuleListPresenter) - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
detachPresenter(RoleAssignmentPresenter) - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
detachPresenter(RoleHierarchyListPresenter) - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
detachPresenter(TargetAccessRuleListPresenter) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
 
detachRole(String, String) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Detaches a role from its parent.
detachRole() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Detaches a role from its parent.
DetachRoleCommand - Class in org.openpermis.editor.policy.command
Detaches a role from its parent.
DetachRoleCommand(String, String, String, RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.command.DetachRoleCommand
Creates a DetachRoleCommand.
details() - Method in class org.openpermis.editor.policy.view.MessageDialog
The show/hide details action.
dispatch(T) - Method in interface org.openpermis.editor.policy.gui.event.EventDispatcher
Dispatches an event on the specified listener.
dispatchEvent(EventDispatcher<T>) - Method in class org.openpermis.editor.policy.gui.event.EventSupport
Dispatches an event to all registered listeners.
dispose() - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Disposes this bean support instance.
dispose() - Method in class org.openpermis.editor.policy.gui.ErrorStatusUpdater
Deregisters this error status updater.
dispose() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
 
dispose() - Method in class org.openpermis.editor.policy.presenter.Presenter
Disposes this presenter.
dispose() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
 
dispose() - Method in class org.openpermis.editor.policy.view.AbstractEditor
 
dispose() - Method in interface org.openpermis.editor.policy.view.Editor
Disposes the editor which should remove all listeners it has added.
DockControl - Class in org.openpermis.editor.policy.gui.dock
Control that manages all dockables and the swing components of the main frame.
DockControl(JFrame) - Constructor for class org.openpermis.editor.policy.gui.dock.DockControl
Creates a new dock control for the specified owner frame.
DockControlListener - Interface in org.openpermis.editor.policy.gui.dock
Listener for view changes on a dock control.
doLayout() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Overrides the default layout strategy to automatically adjust column widths.
doLayout() - Method in class org.openpermis.editor.policy.gui.DynamicTable
 
DomainBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a DomainBean that has been adapted to a short overview string.
DomainBeanOverview(DomainBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.DomainBeanOverview
Creates a domain bean overview adaptee.
DomainEditor - Class in org.openpermis.editor.policy.view
Tool view that displays all target access rules in a policy.
DomainEditor(ApplicationContext, Adapter, DomainPresenter) - Constructor for class org.openpermis.editor.policy.view.DomainEditor
Creates a domain editor.
DomainPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single resource DomainBean.
DomainPresenter(DomainBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.DomainPresenter
Creates a new resource domain presenter.
DynamicTable - Class in org.openpermis.editor.policy.gui
Extension of the JTable that dynamically resizes its preferred scrollable viewport size.
DynamicTable() - Constructor for class org.openpermis.editor.policy.gui.DynamicTable
Creates a new, uninitialized dynamic table.
DynamicTable(int, boolean) - Constructor for class org.openpermis.editor.policy.gui.DynamicTable
Creates a new, uninitialized dynamic table with the specified visible row count.
DynamicTable(TableModel) - Constructor for class org.openpermis.editor.policy.gui.DynamicTable
Creates a dynamic table for the specified table model.
DynamicTable(TableModel, int, boolean) - Constructor for class org.openpermis.editor.policy.gui.DynamicTable
Creates a dynamic table for the specified table model.

E

editAction() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
editAuthority() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
editCellAt(int, int, EventObject) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
editHierarchy() - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
Command to edit the active role hierarchy.
editObligation() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
Editor - Interface in org.openpermis.editor.policy.view
Extended view interface for editor views.
EDITOR_PRESENTERS - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
EDITOR_VIEWS - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
EditorDockable - Class in org.openpermis.editor.policy.gui.dock
Dockable implementation for editor views.
EditorDockable(MultipleCDockableFactory<?, ?>, View) - Constructor for class org.openpermis.editor.policy.gui.dock.EditorDockable
Creates a new editor dockable.
EditorFactory - Class in org.openpermis.editor.policy.gui.dock
Factory for editor dockables.
EditorFactory() - Constructor for class org.openpermis.editor.policy.gui.dock.EditorFactory
 
EditorLayout - Class in org.openpermis.editor.policy.gui.dock
Layout for editor dockables.
EditorLayout() - Constructor for class org.openpermis.editor.policy.gui.dock.EditorLayout
 
EDITORS_GROUP - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
editPart(PartBean) - Method in class org.openpermis.editor.policy.view.AbstractView
 
editPart(PartBean) - Method in class org.openpermis.editor.policy.view.ContextView
 
editPart(PartBean) - Method in class org.openpermis.editor.policy.view.PolicyView
 
editPart(PartBean) - Method in interface org.openpermis.editor.policy.view.ViewContext
Opens an editor for the specified part.
EditPartCommand<M extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.view
Command to edit a part.
EditPartCommand(ViewContext) - Constructor for class org.openpermis.editor.policy.view.EditPartCommand
Creates a new edit part command.
editProblem() - Method in class org.openpermis.editor.policy.view.ProblemListTool
Command to edit the active target access rule.
editRedo() - Method in class org.openpermis.editor.policy.view.PolicyView
Redo one action.
editResourceDomain() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
editRole() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
editRule() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
Command to edit the active role assignment rule.
editRule() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
Command to edit the active target access rule.
editSubDomain() - Method in class org.openpermis.editor.policy.view.AuthorityEditor
 
editSubjectDomain() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
editTarget() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
editTerm() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
Edits a term from the condition.
editUndo() - Method in class org.openpermis.editor.policy.view.PolicyView
Undo one action.
editUri() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
EmptyIcon - Class in org.openpermis.editor.policy.gui.icon
An icon that does not have any content.
EmptyIcon(int, int) - Constructor for class org.openpermis.editor.policy.gui.icon.EmptyIcon
Creates an empty icon of the specified dimensions.
equals(Object) - Method in class org.openpermis.editor.policy.configuration.TypeKey
 
equals(Object) - Method in class org.openpermis.editor.policy.presenter.Problem
 
ErrorBindingListener - Class in org.openpermis.editor.policy.gui.binding
Binding listener that updates the background of a component if a sync fails.
ErrorBindingListener(ErrorReporter, ResourceMap, JComponent, String) - Constructor for class org.openpermis.editor.policy.gui.binding.ErrorBindingListener
Creates a new error binding listener for the specified component.
ErrorReporter - Interface in org.openpermis.editor.policy.gui.binding
Callback for the error binding listener to report errors.
ErrorStatusUpdater - Class in org.openpermis.editor.policy.gui
 
ErrorStatusUpdater(ResourceMap, Window, JLabel) - Constructor for class org.openpermis.editor.policy.gui.ErrorStatusUpdater
Creates and registers this error status updater.
EventDispatcher<T extends EventListener> - Interface in org.openpermis.editor.policy.gui.event
Dispatcher interface that dispatches an event.
EventListener - Interface in org.openpermis.editor.policy.gui.event
Core interface for event listeners that use the event support in this package.
EventSupport<T extends EventListener> - Class in org.openpermis.editor.policy.gui.event
Support class to manage listeners and fire events.
EventSupport() - Constructor for class org.openpermis.editor.policy.gui.event.EventSupport
Creates a new, empty event support.
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.AbstractCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.AddRoleCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.CollectionChangeCommand
 
execute(PolicyBean) - Method in interface org.openpermis.editor.policy.command.Command
Executes the command and stores necessary information to undo any changes.
execute(Command) - Method in interface org.openpermis.editor.policy.command.CommandDispatcher
Executes the specified command and pushes it on the undo stack.
execute(Command) - Method in class org.openpermis.editor.policy.command.CommandManager
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.CompositeCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.DetachRoleCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.IncludeRoleCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.PartRemoveCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.PoolChangeCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.PropertyChangeCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.RemoveRoleCommand
 
execute(PolicyBean) - Method in class org.openpermis.editor.policy.command.RenameRoleCommand
 
execute(Command) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Executes a command using the built-in dispatcher.
execute(Command) - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
execute() - Method in class org.openpermis.editor.policy.view.CertificateChooser
Action to execute the signing process.
execute() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
Action to execute the signing process.
execute(PolicyBean) - Method in class org.openpermis.editor.policy.view.EditPartCommand
 
execute() - Method in class org.openpermis.editor.policy.view.MessageDialog
The default execute action.
execute() - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
Action to execute the signing process.
execute() - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
Action to execute the signing process.

F

fatalError(String, Throwable) - Method in class org.openpermis.editor.policy.Application
Displays a fatal error message.
fileClose() - Method in class org.openpermis.editor.policy.view.PolicyView
Closes the currently edited policy.
fileNew() - Method in class org.openpermis.editor.policy.view.PolicyView
Creates a new policy.
fileOpen() - Method in class org.openpermis.editor.policy.view.PolicyView
Opens an existing policy.
fileQuit() - Method in class org.openpermis.editor.policy.view.PolicyView
Quits the policy editor.
fileSave() - Method in class org.openpermis.editor.policy.view.PolicyView
Saves the policy editor.
fileSaveAs() - Method in class org.openpermis.editor.policy.view.PolicyView
Saves the policy editor.
FileSubjectFinderComponent - Class in org.openpermis.editor.policy.view.component
File implementation of SubjectFinderComponent.
FileSubjectFinderComponent(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.component.FileSubjectFinderComponent
 
FileType - Class in org.openpermis.editor.policy
Constants for types of files handled by the policy editor.
FileType(String, String) - Constructor for class org.openpermis.editor.policy.FileType
Creates a new file type for the specified type name and extension.
fill(T) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Fills the container specified with the components added to the form builder.
firePropertyChange(String, Object, Object) - Method in class org.openpermis.editor.policy.presenter.Presenter
Support for reporting bound property changes for Object properties.
firePropertyChanged(String, Object, Object) - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Notifies listeners that a property changed its value.
focusGained(FocusEvent) - Method in class org.openpermis.editor.policy.gui.dock.ViewFocusTransmitter
 
focusLost(FocusEvent) - Method in class org.openpermis.editor.policy.gui.dock.ViewFocusTransmitter
 
focusNextComponent(JComponent) - Method in class org.openpermis.editor.policy.view.WizardDialog
Programmatically moves the focus to the next focus component for the specified target.
FormBuilder - Class in org.openpermis.editor.policy.gui.forms
Simple builder for GUI forms that mostly look the same.
FormBuilder(ActionMap, ResourceMap) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder
Creates a new form builder.
FormBuilder.AbstractRow - Class in org.openpermis.editor.policy.gui.forms
Abstract base class for rows.
FormBuilder.AbstractRow(String, String) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.AbstractRow
Creates a new abstract row for the specified row specification.
FormBuilder.ComponentRow - Class in org.openpermis.editor.policy.gui.forms
Abstract row that contains multiple components.
FormBuilder.ComponentRow(String, JComponent...) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.ComponentRow
Creates a new component row.
FormBuilder.ComponentRow(String, String, JComponent...) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.ComponentRow
Creates a new component row.
FormBuilder.GapRow - Class in org.openpermis.editor.policy.gui.forms
Row without components that denotes a section gap.
FormBuilder.GapRow() - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.GapRow
Creates a row that denotes a section gap.
FormBuilder.LabelComponentRow - Class in org.openpermis.editor.policy.gui.forms
Row that contains a label and a component (no tool bar).
FormBuilder.LabelComponentRow(String, JComponent, JComponent) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.LabelComponentRow
 
FormBuilder.LabelComponentsRow - Class in org.openpermis.editor.policy.gui.forms
Row that contains a label and two components.
FormBuilder.LabelComponentsRow(JComponent, JComponent, JComponent) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.LabelComponentsRow
 
FormBuilder.LabelToolBarRow - Class in org.openpermis.editor.policy.gui.forms
Row that contains a label and a toolbar.
FormBuilder.LabelToolBarRow(JComponent, JComponent) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.LabelToolBarRow
 
FormBuilder.Row - Interface in org.openpermis.editor.policy.gui.forms
Describes a single row during construction time of a form builder layout.
FormBuilder.SingleComponentRow - Class in org.openpermis.editor.policy.gui.forms
Row that fills and grows vertically.
FormBuilder.SingleComponentRow(String, String, JComponent) - Constructor for class org.openpermis.editor.policy.gui.forms.FormBuilder.SingleComponentRow
 
FrameInjector - Class in org.openpermis.editor.policy
Pico factory injector that creates JXFrame for policy views.
FrameInjector() - Constructor for class org.openpermis.editor.policy.FrameInjector
 

G

generateAttributeCertificate(X509Certificate, PrivateKey, Attribute, X500Principal) - Method in class org.openpermis.editor.policy.view.SigningWizard
Generates an attribute certificate for the specified key store reader and policy.
GENERIC_GROUP - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
get() - Method in interface org.openpermis.editor.policy.adapter.Adaptee
Returns the generic adapted.
get() - Method in class org.openpermis.editor.policy.adapter.overview.ActionBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.AuthorityBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.DomainBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.ObligationBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.RoleAssignmentRuleBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.RoleHierarchyBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.RoleOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.TargetAccessRuleBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.overview.TargetBeanOverview
 
get() - Method in class org.openpermis.editor.policy.adapter.technical.AbstractTechnical
 
get(String) - Method in class org.openpermis.editor.policy.beans.PropertyAccess
Calls the getter of the property of the bean bound to this access object.
get(Object, String) - Method in class org.openpermis.editor.policy.configuration.ClassSettings
Returns the value for the specified type and key.
getAction(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Returns a swing action with the specified name.
getAction(ActionMap, String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Returns a swing action with the specified name.
getAction(String) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Convenience method to retrieve an action by name.
getAction() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the currently selected action.
getAction(String) - Method in class org.openpermis.editor.policy.view.AbstractView
Convenience method to retrieve an action by name.
getAction(String) - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the action from the action map with the specified name.
getActionMap(Object) - Method in class org.openpermis.editor.policy.ApplicationContext
Returns the action map of the specified target.
getActionMap() - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Returns the action map this factory operates on.
getActionMap() - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the application action map of this plugin class and instance.
getActionMap() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the application action map of this view class and instance.
getActionMap() - Method in class org.openpermis.editor.policy.view.WizardDialog
 
getActionPool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy pool.
getActionPool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the policy pool.
getActionPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for actions.
getActionPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy pool.
getActions() - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
The list of actions of this target.
getActive() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Returns the currently active file.
getActive() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
Returns the currently active role assignment rule.
getActive() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Returns the currently active role hierarchy.
getActive() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
Returns the currently active target access rule.
getActiveAuthority() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Returns the active authority of this model.
getActivePart() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
getActiveResourceDomain() - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
Returns the active resource domain of this model.
getActiveSubjectDomain() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Returns the active subject domain of this model.
getAdapteeImplementationClass(Class<?>, Class<?>) - Method in class org.openpermis.editor.policy.adapter.PartBeanAdapter
Returns the concrete adaptee implementation class to use when converting objects of the specified type to a given adaptee type.
getAdapteeImplementationClassName(Class<?>, Class<?>) - Method in class org.openpermis.editor.policy.adapter.PartBeanAdapter
Returns the fully qualified class name of the concrete adaptee implementation class to use when converting objects of the specified type to a given adaptee type.
getAdapteeTrader() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the adaptee trader of this view class.
getAliases() - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
Returns the keystore aliases.
getAliases() - Method in class org.openpermis.editor.policy.view.keystore.P12KeyStoreReader
 
getAliases() - Method in class org.openpermis.editor.policy.view.keystore.SCKeyStoreReader
Returns the aliases of certificate whose usage is set to "digitalSignature".
getApplicationContext() - Method in class org.openpermis.editor.policy.Application
Returns the application context of this application.
getApplicationContext() - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the context of the application that owns this plugin.
getApplicationContext() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the context of the application that owns this view.
getApplicationContext() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the context of the application that owns this view.
getApplicationState() - Method in class org.openpermis.editor.policy.ApplicationContext
Returns the application state.
getAuthority() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the currently selected authority.
getAuthorityPool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy pool for authorities.
getAuthorityPool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the pool with all authorities.
getAuthorityPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for authorities.
getAuthorityPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
getBaseDN() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
getBaseDN() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
getBaseResourceMap() - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Returns the context resource map of the abstract serializer.
getBaseTranslation(String) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Returns the abstract serializer translation for the specified key.
getBaseTranslation(String, Object...) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Returns the abstract serializer translation for the specified key.
getBasicPartBeanFactory() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Gets the BasicPartBeanFactory.
getBean() - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Returns the Java Bean this bean support operates on.
getBindDN() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
getBindDN() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
getBorderInsets(Component) - Method in class org.openpermis.editor.policy.gui.ContentBorder
 
getButtonActions() - Method in class org.openpermis.editor.policy.view.MessageDialog
 
getButtonActions() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns a list of actions to use for buttons at the bottom of the dialog.
getCancelAction() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the default action to trigger if the cancel key is pressed.
getCellRenderer(int, int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
getCertificate(String) - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
Returns a X509Certificate in this key store.
getClassSettingsMap(Object, boolean) - Method in class org.openpermis.editor.policy.configuration.ClassSettings
Returns the class based settings map.
getColumnClass(int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
getColumnCount() - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
getColumnCount() - Method in class org.openpermis.editor.policy.gui.MultiListTableModel
 
getColumnName(int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
getColumnName(int) - Method in class org.openpermis.editor.policy.gui.MultiListTableModel
 
getColumnSpecs() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Returns the column specifications used by the form builder.
getColumnWidth(int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Calculates the maximum width of the specified column.
getCommandDispatcher() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the dispatcher for commands that operate on the policy.
getCommandDispatcher() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
getCommandManager() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the command manager of this policy presenter.
getComponent(Object, State...) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
 
getComponent(int) - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.ComponentRow
Retrieves the component at the specified index.
getComponentInstance(PicoContainer) - Method in class org.openpermis.editor.policy.FrameInjector
Deprecated. This method is mo longer supported as of Pico 2.2 it is only overridden here to avoid javac compilation deprecation warnings.
getComponentInstance(PicoContainer, Type) - Method in class org.openpermis.editor.policy.FrameInjector
 
getCondition() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Returns the condition.
getConfiguration() - Method in class org.openpermis.editor.policy.plugin.AbstractConfigurationPolicyPlugin
Returns the view configuration of this plugin.
getConfigurationKey() - Method in class org.openpermis.editor.policy.configuration.ConfigurationChild
Returns the configuration key for child element.
getConfigurationKey(Class<?>, ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationChild
Returns the configuration key for the specified scope.
getConstraint() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
 
getContentArea() - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Returns the content area of this dock control.
getContentPane() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the Swing content pane of this view.
getContentPane() - Method in interface org.openpermis.editor.policy.view.View
Returns the content pane of this view.
getContentStyle() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the content pane wrapping style.
getContext() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy context.
getContext() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
getContext() - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
getControlFactory() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Returns the control factory.
getControlFactory() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the control factory that can create controls for this view.
getDate() - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Gets the date part of the current time stamp.
getDecisionColor() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the current decision as a colour value.
getDecisionText() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the current decision in text form.
getDefaultButton() - Method in class org.openpermis.editor.policy.view.WizardDialog
 
getDefaultFocusComponent(Object) - Static method in class org.openpermis.editor.policy.gui.DefaultFocusFinder
Finds the component that has the DefaultFocus annotation.
getDefaultFocusComponent() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the default focus component.
getDefaultFocusComponent() - Method in interface org.openpermis.editor.policy.view.View
Returns the component that should receive the focus once this view is activated.
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.AbstractToolView
 
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.DecisionTool
 
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
getDefaultLocation() - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
getDefaultLocation() - Method in interface org.openpermis.editor.policy.view.Tool
Returns the desired default location relative to the working area for this tool view.
getDelegationDepth() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Gets the delegation depth.
getDescription() - Method in class org.openpermis.editor.policy.FileType
 
getDialog() - Method in class org.openpermis.editor.policy.view.WizardDialog
 
getDialogTitle() - Method in class org.openpermis.editor.policy.view.MessageDialog
 
getDialogTitle() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the title used by the wizard dialog.
getDomainURIs() - Method in class org.openpermis.editor.policy.presenter.DomainPresenter
Returns the domain URIs.
getDomainURIs() - Method in class org.openpermis.editor.policy.view.DomainEditor
Returns the domain's URIs.
getEditorViews() - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Returns a set of all editor views currently attached to this dock control.
getEditorViews() - Method in class org.openpermis.editor.policy.view.ContextView
Returns a set of all editor views.
getElement() - Method in class org.openpermis.editor.policy.configuration.ConfigurationElement
Returns the DOM element of this configuration element.
getElementBean() - Method in class org.openpermis.editor.policy.command.CollectionChangeCommand
 
getElementBean() - Method in class org.openpermis.editor.policy.command.PoolChangeCommand
 
getEnclosingScrollPane() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Returns the enclosing scroll pane or null if there is none.
getEnclosingViewport() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Returns the enclosing viewport or null if there is none.
getEntries(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Returns the entries of a collection resource key.
getErrorMessage(JComponent) - Static method in class org.openpermis.editor.policy.gui.binding.ErrorBindingListener
Returns the error message of a component that has an error.
getEvaluationTimeStamp() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the current evaluation time for the decision tester.
getEventSource(Object) - Method in class org.openpermis.editor.policy.MacAdapter.EventHandlerAdapter
Derives the action event source from the specified apple event.
getExecuteAction() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the default action to trigger if the enter key is pressed.
getFilename() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
getGapSpec() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.AbstractRow
 
getGapSpec() - Method in interface org.openpermis.editor.policy.gui.forms.FormBuilder.Row
Returns specification of the vertical gap above this row.
getHeaderPane() - Method in class org.openpermis.editor.policy.view.MessageDialog
Returns the lazily created header pane.
getIcon(String) - Method in class org.openpermis.editor.policy.gui.HeaderPane
Returns an icon for the specified key.
getIcon(String) - Static method in class org.openpermis.editor.policy.gui.icon.EmptyIcon
Returns an empty icon of the specified size.
getIcon(int, int) - Static method in class org.openpermis.editor.policy.gui.icon.EmptyIcon
Returns an empty icon of the specified size.
getIcon(String) - Method in class org.openpermis.editor.policy.gui.icon.IconRegistry
Returns an icon for the specified key.
getIcon() - Static method in class org.openpermis.editor.policy.gui.icon.PlaceholderIcon
Returns the singleton fallback icon instance.
getIcon(PartBean, IconAnnotation...) - Method in class org.openpermis.editor.policy.gui.icon.PolicyIconRegistry
Returns an icon for the specified part bean.
getIcon(Class<? extends PartBean>, IconAnnotation...) - Method in class org.openpermis.editor.policy.gui.icon.PolicyIconRegistry
Returns an icon for the specified part type.
getIcon() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the icon of this view.
getIcon() - Method in interface org.openpermis.editor.policy.view.View
Returns the icon of this view.
getIconHeight() - Method in class org.openpermis.editor.policy.gui.icon.CompoundIcon
 
getIconHeight() - Method in class org.openpermis.editor.policy.gui.icon.EmptyIcon
 
getIconKey() - Method in enum org.openpermis.editor.policy.view.MessageDialog.Style
Returns the resource key for the icon.
getIconWidth() - Method in class org.openpermis.editor.policy.gui.icon.CompoundIcon
 
getIconWidth() - Method in class org.openpermis.editor.policy.gui.icon.EmptyIcon
 
getIdentity() - Method in class org.openpermis.editor.policy.presenter.AuthorityPresenter
Returns the identity of the authority.
getIdentity() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Gets the identity.
getIdentityFinder() - Method in class org.openpermis.editor.policy.view.component.ConfiguredIdentityFinderComponent
 
getIdentityFinder() - Method in class org.openpermis.editor.policy.view.component.HardCodedIdentityFinderComponent
 
getIdentityFinder() - Method in interface org.openpermis.editor.policy.view.component.IdentityFinderComponent
Returns an IdentityFinder.
getIdentityFinder() - Method in class org.openpermis.editor.policy.view.component.LdapIdentityFinderComponent
 
getImplementationClass(ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationChild
Returns the implementation class value.
getImplementationType(ClassLoader) - Method in class org.openpermis.editor.policy.configuration.ConfigurationChild
Returns the implementation type value as class.
getIndexBySerialNumber(List<? extends PartBean>, SerialNumber) - Method in class org.openpermis.editor.policy.presenter.PolicyPartPool
Finds a part by its serial number in a list.
getInfo() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
getInfo() - Method in interface org.openpermis.editor.policy.view.component.Chooser
Returns human readable information about the state of this component that can be displayed in a text field.
getInfo() - Method in class org.openpermis.editor.policy.view.component.ConfiguredIdentityFinderComponent
 
getInfo() - Method in class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
 
getInfo() - Method in class org.openpermis.editor.policy.view.component.FileSubjectFinderComponent
 
getInfo() - Method in class org.openpermis.editor.policy.view.component.HardCodedIdentityFinderComponent
 
getInitialX() - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns the initial x coordinate.
getInstance() - Static method in class org.openpermis.editor.policy.Application
Returns the singleton policy editor application instance.
getJComponent() - Method in class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
 
getKey(Class<?>, Class<?>) - Method in class org.openpermis.editor.policy.adapter.AbstractAdapter
Determines the unique key that identifies an adapter/object type pair.
getKey(String) - Static method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Returns the key portion of a possibly annotated icon key.
getKey() - Method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Returns the lower case key of the icon annotation.
getKeyStore() - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
getLayoutMap() - Static method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Returns the layout map of the form layout used by the form builder.
getLdapUrl() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
getLdapURL() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.openpermis.editor.policy.renderer.PartBeanListCellRenderer
 
getLocation(View) - Method in class org.openpermis.editor.policy.view.ContextView
Retrieves the location specification for a view.
getLocation(View) - Method in class org.openpermis.editor.policy.view.PolicyView
 
getLocation(Tool) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns the preferred location specification for a tool.
getMainContentPane() - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the content pane of the main frame.
getMainFrame() - Method in class org.openpermis.editor.policy.ApplicationContext
Returns the main application frame.
getMainFrame() - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the main frame of the application context.
getMessage() - Method in class org.openpermis.editor.policy.presenter.Problem
Returns the type of the problem.
getMessageLabel() - Method in class org.openpermis.editor.policy.view.MessageDialog
Returns the lazily created message label.
getModel() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
getModel() - Method in class org.openpermis.editor.policy.presenter.Presenter
Returns the model of this presenter.
getModelSerialNumber() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the serial number of the model attached to this presenter.
getModelSerialNumber() - Method in class org.openpermis.editor.policy.view.AbstractEditor
 
getModelSerialNumber() - Method in interface org.openpermis.editor.policy.view.Editor
Returns the serial number of the model this editor is editing.
getMutableSubjectFinder() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Gets the MutableSubjectFinder.
getMutableSubjectFinder(X509Certificate, PrivateKey) - Method in class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
 
getMutableSubjectFinder(X509Certificate, PrivateKey) - Method in class org.openpermis.editor.policy.view.component.FileSubjectFinderComponent
 
getMutableSubjectFinder(X509Certificate, PrivateKey) - Method in class org.openpermis.editor.policy.view.component.LdapSubjectFinderComponent
 
getMutableSubjectFinder(X509Certificate, PrivateKey) - Method in interface org.openpermis.editor.policy.view.component.SubjectFinderComponent
Returns a MutableSubjectFinder.
getName() - Method in class org.openpermis.editor.policy.command.AbstractCommand
 
getName() - Method in interface org.openpermis.editor.policy.command.Command
Returns the name of the command suitable for display in the user interface.
getName() - Method in class org.openpermis.editor.policy.presenter.ActionPresenter
Gets the name.
getObjectType(Object) - Method in class org.openpermis.editor.policy.adapter.AbstractAdapter
Determines the object type of the specified object.
getObjectType(Object) - Method in class org.openpermis.editor.policy.adapter.PartBeanAdapter
 
getObligationPool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy pool for obligations.
getObligationPool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the pool of obligations.
getObligationPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for obligations.
getObligationPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy pool.
getObligations() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
The list of obligations of this targetaccessrule.
getOrder(String) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
getOrder(String) - Method in interface org.openpermis.editor.policy.configuration.Configuration
Returns the order in which implementation classes of the specified section have been listed.
getOrder(String) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
getParameters() - Method in class org.openpermis.editor.policy.presenter.Problem
Returns the problem parameters.
getParameterTableModel() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
 
getParent() - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
getParents(RoleNode, List<RoleNode>) - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Returns the parents of a role.
getParentValue(String) - Method in class org.openpermis.editor.policy.configuration.ConfigurationElement
Retrieves the value of the attribute with the specified key defined at the parent element.
getParentView() - Method in class org.openpermis.editor.policy.view.AbstractView
 
getParentView() - Method in interface org.openpermis.editor.policy.view.View
Returns the parent view or null if this is a toplevel view.
getPart() - Method in class org.openpermis.editor.policy.command.PartRemoveCommand
 
getPart() - Method in class org.openpermis.editor.policy.presenter.Problem
Returns the part that has a problem.
getPartBeanFactory() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the part bean factory to use when creating new parts.
getPartBeanFactory() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns a part bean factory.
getPartBeanFactory() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
getParts(PolicyBean) - Method in interface org.openpermis.editor.policy.presenter.PolicyPartPool.PartFinder
Returns the parts of the current type contained in policy's.
getPartSerialNumber() - Method in class org.openpermis.editor.policy.presenter.Problem
Returns the serial number of the part that has a problem.
getPassword() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
getPassword() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
getPath() - Method in class org.openpermis.editor.policy.configuration.ConfigurationElement
Returns the path of this element in the configuration file.
getPlugins() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns an ordered list of all known plugins.
getPolicy() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy of this policy presenter.
getPolicyBean() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the policy bean.
getPolicyBean() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
getPolicyPlugins() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns an ordered list of all known policy plugins.
getPolicyPresenter() - Method in class org.openpermis.editor.policy.plugin.AbstractPolicyPlugin
Returns the active policy presenter.
getPolicyProblems(ResourceMap) - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy pool.
getPolicySerializer() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns the policy serializer of this configuration.
getPool() - Method in class org.openpermis.editor.policy.command.PoolChangeCommand
 
getPoolList() - Method in class org.openpermis.editor.policy.presenter.PolicyPartPool
 
getPoolList() - Method in class org.openpermis.editor.policy.presenter.PolicyRoleRefPool
 
getPreferredScrollableViewportSize() - Method in class org.openpermis.editor.policy.gui.DynamicTable
Adds sizing of the table.
getPresenter() - Method in class org.openpermis.editor.policy.view.AbstractEditor
Returns the presenter of this view.
getPresenter() - Method in class org.openpermis.editor.policy.view.AbstractToolView
Returns the presenter rendered by this view.
getPresenter() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns the currently active policy presenter.
getPresenterParameters() - Method in class org.openpermis.editor.policy.presenter.ActionPresenter
Gets the ParameterList.Parameters ObservableList.
getPriority() - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Returns the display priority.
getPrivateKey(String, char[]) - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
Returns a PrivateKey isn this key store.
getPrivateKey(String) - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
Returns a PrivateKey isn this key store.
getProblemList() - Method in class org.openpermis.editor.policy.presenter.ProblemListPresenter
Returns an observable list of problems.
getPropertyChangeMethod(String) - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Returns the method to execute for property changes on the specified property.
getRecentFiles(int) - Method in class org.openpermis.editor.policy.ApplicationState
Returns a recent files entry at the specified index.
getRecentFiles() - Method in class org.openpermis.editor.policy.ApplicationState
Returns a clone of the recent files list of this application state.
getRecentFiles() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Returns the recent files list as observable list.
getRecentFilesCount() - Method in class org.openpermis.editor.policy.ApplicationState
Returns the number of recent files stored at this application state.
getRedoName() - Method in class org.openpermis.editor.policy.command.CommandManager
Returns the name of the first command on the redo stack.
getResourceDomain() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the currently selected resource domain.
getResourceDomainPool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy pool.
getResourceDomainPool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the policy pool.
getResourceDomainPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for resourceDomains.
getResourceDomainPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy pool.
getResourceMap(Object) - Method in class org.openpermis.editor.policy.ApplicationContext
Returns the resource map of the specified target.
getResourceMap() - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Returns the resource map this factory operates on.
getResourceMap() - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the context resource map of this view plugin.
getResourceMap() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the context resource map of this view class.
getResourceMap() - Method in class org.openpermis.editor.policy.view.WizardDialog
 
getRoleAssignmentRules() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
Returns an observable list of role assignment rules.
getRoleHierarchies() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Returns an observable list of role hierarchies.
getRoleHierarchyBean() - Method in class org.openpermis.editor.policy.command.AbstractRoleCommand
Returns the hierarchy object.
getRoleHierarchyBean() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Gets the model consisting in a RoleHierarchyBean.
getRoleName() - Method in class org.openpermis.editor.policy.command.AbstractRoleCommand
Returns the role name.
getRolePool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the role pool.
getRolePool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the policy pool.
getRolePool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for roles.
getRolePool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy pool.
getRoles() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
The list of roles of this RoleAssignmentRuleBean.
getRoles() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
The list of roles of this targetaccessrule.
getRowCount() - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
getRowCount() - Method in class org.openpermis.editor.policy.gui.MultiListTableModel
 
getRowSpec() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.AbstractRow
 
getRowSpec() - Method in interface org.openpermis.editor.policy.gui.forms.FormBuilder.Row
Returns the row specification for this row.
getRowSpecs() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder
Returns the row specifications used by the form builder.
getSelectedPrivateKey() - Method in class org.openpermis.editor.policy.view.CertificateChooser
Returns the selected private key or null if no private key is selected.
getSelectedRoles() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Gets the list where selected roles get stored.
getSelectedRoles() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Gets the list of selected roles.
getSelectedX509Certificate() - Method in class org.openpermis.editor.policy.view.CertificateChooser
Returns the selected X509 certificate or null if no certificate is selected.
getSetting(Object, String) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
getSetting(Object, String) - Method in interface org.openpermis.editor.policy.configuration.Configuration
Returns the setting value for the specified type and key.
getSetting(Object, String) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
getSignature() - Method in class org.openpermis.editor.policy.MacAdapter.EventHandlerAdapter
Returns the signature of the event this proxy handles.
getStartupTools() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns the list of tools to open at startup.
getSubjectDomainPool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy pool.
getSubjectDomainPool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the policy pool.
getSubjectDomainPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for subjectDomains.
getSubjectDomainPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the subject domain pool.
getSubjectsWithoutRole() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Gets the list of subjects without the selected roles.
getSubjectsWithRole() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Gets the list of subjects holding the selected roles.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.openpermis.editor.policy.renderer.PartBeanTableCellRenderer
 
getTarget() - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Returns the target to dispatch property change events to.
getTargetAccessRules() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
Returns an observable list of target access rules.
getTargetPool() - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Returns the policy pool.
getTargetPool() - Method in interface org.openpermis.editor.policy.presenter.PolicyContext
Returns the policy pool.
getTargetPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Returns the policy pool for targets.
getTargetPool() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns the policy pool.
getTargets() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
The list of targets of this targetaccessrule.
getText() - Method in class org.openpermis.editor.policy.presenter.ObligationPresenter
Gets the text.
getText() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter.SubjectItem
 
getTimeOfDay() - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Gets the current time of day in milliseconds.
getTimeStamp() - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Gets the current time stamp value.
getTimeStamp() - Method in class org.openpermis.editor.policy.gui.component.TimeStampPicker
Returns the selected date as a time stamp.
getTitle() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the title of this view.
getTitle() - Method in interface org.openpermis.editor.policy.view.View
Returns the title of this view.
getTitleDescriptionKey() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the key of the title description to display.
getTitleIconKey() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the key of the icon to display.
getTitleParameters() - Method in class org.openpermis.editor.policy.presenter.Presenter
Returns an array of title parameters for suitable display in a view title.
getTitleParameters() - Method in class org.openpermis.editor.policy.view.AbstractEditor
 
getTitleParameters() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the parameters for the title of this view.
getTitleParameters() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
getTitleTextKey() - Method in class org.openpermis.editor.policy.view.WizardDialog
Returns the key of the title text to display.
getToolBar() - Method in class org.openpermis.editor.policy.view.AbstractToolView
 
getToolBar() - Method in interface org.openpermis.editor.policy.view.Tool
Returns the tool bar of this tool view.
getToolIdentifier() - Method in class org.openpermis.editor.policy.view.AbstractToolView
 
getToolIdentifier() - Method in interface org.openpermis.editor.policy.view.Tool
Returns a unique identifier for this tool view.
getTools() - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Returns an ordered list of all known tools.
getToolViews() - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Returns a set of all tool views currently attached to this dock control.
getTranslation(String) - Method in class org.openpermis.editor.policy.gui.HeaderPane
Returns a translation for the specified key.
getTranslation(String) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the translation for the specified key.
getTranslation(String, Object...) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Returns the translation for the specified key.
getTypeName() - Method in class org.openpermis.editor.policy.FileType
Returns the type name of this file type.
getUndoName() - Method in class org.openpermis.editor.policy.command.CommandManager
Returns the name of the first command on the undo stack.
getValue(String) - Method in class org.openpermis.editor.policy.configuration.ConfigurationElement
Retrieves the value of the attribute with the specified key.
getValueAt(int, int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
getValueAt(int, int) - Method in class org.openpermis.editor.policy.gui.MultiListTableModel
 
getView() - Method in class org.openpermis.editor.policy.gui.dock.EditorDockable
 
getView() - Method in class org.openpermis.editor.policy.gui.dock.ToolDockable
 
getView() - Method in interface org.openpermis.editor.policy.gui.dock.ViewDockable
Returns the view rendered by the dockable.
getViewContext() - Method in class org.openpermis.editor.policy.view.AbstractView
Returns the view context of this view.
getViewportWidth() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Returns the view of the enclosing viewport or the width of this table.
getViews() - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Returns all view currently attached to this dock control.
getWorkingDirectories() - Method in class org.openpermis.editor.policy.ApplicationState
Java bean accessor for the working directories.
getWorkingDirectory(FileType) - Method in class org.openpermis.editor.policy.ApplicationState
Returns the working directory bean property.
getWorkingDirectoryFile(FileType) - Method in class org.openpermis.editor.policy.ApplicationState
Returns the application working directory as file.
getX() - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns the x coordinate.
getY() - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns the y coordinate.

H

HardCodedIdentityFinderComponent - Class in org.openpermis.editor.policy.view.component
Hard coded test implementation of IdentityFinderComponent.
HardCodedIdentityFinderComponent() - Constructor for class org.openpermis.editor.policy.view.component.HardCodedIdentityFinderComponent
Creates an HardCodedIdentityFinderComponent.
hasAnyError(JComponent) - Static method in class org.openpermis.editor.policy.gui.binding.ErrorBindingListener
Check if the specified or any child component has a synchronization error.
hasComponents() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.AbstractRow
 
hasComponents() - Method in interface org.openpermis.editor.policy.gui.forms.FormBuilder.Row
Check if this row has a row spec for components.
hasError(JComponent) - Static method in class org.openpermis.editor.policy.gui.binding.ErrorBindingListener
Check if the specified component has a synchronization error.
hasGap() - Method in class org.openpermis.editor.policy.gui.forms.FormBuilder.AbstractRow
 
hasGap() - Method in interface org.openpermis.editor.policy.gui.forms.FormBuilder.Row
Check if this row has a gap in front of it.
hashCode() - Method in class org.openpermis.editor.policy.configuration.TypeKey
 
hashCode() - Method in class org.openpermis.editor.policy.presenter.Problem
 
hasWarnings() - Method in class org.openpermis.editor.policy.view.LoadProblemRecorder
Tests if there have been any warnings during the import.
HeaderlessTable - Class in org.openpermis.editor.policy.gui
Dynamic table that does not configure the table header of an enclosing JScrollPane.
HeaderlessTable() - Constructor for class org.openpermis.editor.policy.gui.HeaderlessTable
Creates a new, uninitialized headerless table.
HeaderlessTable(int, boolean) - Constructor for class org.openpermis.editor.policy.gui.HeaderlessTable
Creates a new, uninitialized headerless table with the specified visible row count.
HeaderlessTable(TableModel) - Constructor for class org.openpermis.editor.policy.gui.HeaderlessTable
Creates a headerless table for the specified table model.
HeaderlessTable(TableModel, int, boolean) - Constructor for class org.openpermis.editor.policy.gui.HeaderlessTable
Creates a headerless table for the specified table model.
HeaderPane - Class in org.openpermis.editor.policy.gui
Header pane for use in dialogs.
HeaderPane(ResourceMap, String, String, String) - Constructor for class org.openpermis.editor.policy.gui.HeaderPane
Creates a new header pane for the specified values.

I

IconAnnotation - Enum in org.openpermis.editor.policy.gui.icon
Annotations for icons.
IconRegistry - Class in org.openpermis.editor.policy.gui.icon
Registry for icons.
IconRegistry(IconRegistry, ResourceMap, String) - Constructor for class org.openpermis.editor.policy.gui.icon.IconRegistry
Creates an icon registry that loads its icons according to the keys stored in the specified resource map.
IconRegistryConverter - Class in org.openpermis.editor.policy.gui.icon
Resource converter that looks up icon keys in an icon registry.
IdentityFinderComponent - Interface in org.openpermis.editor.policy.view.component
This class provides a dialog for setting all necessary informations to be able to create a IdentityFinder and a method to create the IdentityFinder.
IMPLEMENTATION_CLASS - Static variable in class org.openpermis.editor.policy.configuration.ConfigurationChild
Attribute key constant for the implementation class.
IMPLEMENTATION_TYPE - Static variable in class org.openpermis.editor.policy.configuration.ConfigurationChild
Attribute key constant for the implementation type.
importWsdlActions() - Method in class org.openpermis.editor.policy.plugin.WsdlImportPlugin
Import the actions from a wsdl file.
includeRole(String, String) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Given a parent role, include a role among its children.
includeRole() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Given a parent role, include a role among its children.
IncludeRoleCommand - Class in org.openpermis.editor.policy.command
Given a parent role, include a role among its children.
IncludeRoleCommand(String, String, String, RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.command.IncludeRoleCommand
Creates a IncludeRoleCommand.
indexOfBySerial(List<T>, T) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Gets index of a PartBean in a collection.
initialize(String[]) - Method in class org.openpermis.editor.policy.Application
 
initialize(ApplicationContext) - Static method in class org.openpermis.editor.policy.FileType
Initializes the file types from the specified application context.
initialize() - Static method in class org.openpermis.editor.policy.gui.icon.IconRegistryConverter
Reserves a resource converter slot for the icon registry converter.
initialize(String) - Static method in class org.openpermis.editor.policy.MacAdapter
Sets the Mac OS X application name and enables the application menu bar.
initialize(Component) - Method in class org.openpermis.editor.policy.view.CertificateChooser
 
initialize(Component) - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
initialize(Component) - Method in class org.openpermis.editor.policy.view.MessageDialog
 
initialize(Component) - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
 
initialize(Component) - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
 
initialize(Component) - Method in class org.openpermis.editor.policy.view.WizardDialog
Initialize some wizard specific fields.
instances(Class<T>) - Method in class org.openpermis.editor.policy.configuration.BasicComponentFactory
 
instances(Class<T>) - Method in class org.openpermis.editor.policy.configuration.BasicConfiguration
 
instances(Class<T>) - Method in interface org.openpermis.editor.policy.configuration.ComponentFactory
Returns a list of all instances of a specific type stored at the factory.
instances(Class<T>) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
 
invoke(Object, Method, Object[]) - Method in class org.openpermis.editor.policy.MacAdapter.EventHandlerAdapter
Invokes the action that proxies this EAWT event handler and sets the event handled.
isActive() - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Check if the dispatcher is active or has been disposed.
isAnnotated(String) - Static method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Tests if an icon key is annotated.
isBorderOpaque() - Method in class org.openpermis.editor.policy.gui.ContentBorder
 
isCellEditable(int, int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
isChoosable() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
isChoosable() - Method in interface org.openpermis.editor.policy.view.component.Chooser
Returns false if nothing can be chosen.
isChoosable() - Method in class org.openpermis.editor.policy.view.component.ConfiguredIdentityFinderComponent
 
isChoosable() - Method in class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
 
isChoosable() - Method in class org.openpermis.editor.policy.view.component.FileSubjectFinderComponent
 
isChoosable() - Method in class org.openpermis.editor.policy.view.component.HardCodedIdentityFinderComponent
 
isComposite(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Checks if the resource entry is a special composite entry.
isEmbedded() - Method in class org.openpermis.editor.policy.view.AbstractView
 
isEmbedded() - Method in interface org.openpermis.editor.policy.view.View
Check if this view is embedded in another view.
isGlue(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Checks if a resource entry is a glue entry.
isMac() - Static method in class org.openpermis.editor.policy.MacAdapter
Checks if the application is running on Mac OS X.
isMoved() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter.SubjectItem
 
isPlaceholder(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Checks if the resource entry is a special placeholder entry.
isPrepared() - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
isPrepared() - Method in interface org.openpermis.editor.policy.view.component.Chooser
Returns if this component is prepared.
isPrepared() - Method in class org.openpermis.editor.policy.view.component.ConfiguredIdentityFinderComponent
 
isPrepared() - Method in class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
 
isPrepared() - Method in class org.openpermis.editor.policy.view.component.FileSubjectFinderComponent
 
isPrepared() - Method in class org.openpermis.editor.policy.view.component.HardCodedIdentityFinderComponent
 
isRedoAvailable() - Method in class org.openpermis.editor.policy.command.CommandManager
Check if there is at least one command to undo.
isSelected(Action) - Method in class org.openpermis.editor.policy.gui.SelectableAction
Check if the specified action is selected.
isSelected() - Method in class org.openpermis.editor.policy.gui.SelectableAction
Check if the specified action is selected.
isSelectionEvent(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.gui.SelectableAction
Checks if the event is a selection change event fired by this action.
isSeparator(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Checks if a resource entry is a separator entry.
isToolBarEmpty(JToolBar) - Static method in class org.openpermis.editor.policy.gui.ToolBarFactory
Test if the tool bar specified contains at least one button.
isUndoAvailable() - Method in class org.openpermis.editor.policy.command.CommandManager
Check if there is at least one command to undo.
isValueColumn(int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
Check if the column specified contains the value of the check list model.
isViewOpen(View) - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Checks if a view is open.
itemStateChanged(ItemEvent) - Method in class org.openpermis.editor.policy.gui.SelectableAction
Synchronizes the selection state of this action with the one of the button.

K

KeyStoreReader - Class in org.openpermis.editor.policy.view.keystore
Simplifies the communication with a keystore.
KeyStoreReader(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.keystore.KeyStoreReader
Creates a KeyStoreReader.
KeyStoreReaderException - Exception in org.openpermis.editor.policy.view.keystore
Wrapper for exceptions encountered by the P12KeyStoreReader.
KeyStoreReaderException(Throwable) - Constructor for exception org.openpermis.editor.policy.view.keystore.KeyStoreReaderException
Creates a new key store reader exception with the same message as the cause.
KeyStoreReaderException(String) - Constructor for exception org.openpermis.editor.policy.view.keystore.KeyStoreReaderException
Creates a new key store reader exception with a message.

L

layoutColumns() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Modifies the column widths according to the data in the table.
LdapIdentityFinderComponent - Class in org.openpermis.editor.policy.view.component
Ldap implementation of IdentityFinderComponent.
LdapIdentityFinderComponent(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.component.LdapIdentityFinderComponent
Creates an LdapIdentityFinderComponent.
LdapSelector - Class in org.openpermis.editor.policy.view.component
Allows to select an ldap.
LdapSelector(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.component.LdapSelector
Creates an LDAP browser.
LdapSubjectFinderComponent - Class in org.openpermis.editor.policy.view.component
Ldap implementation of SubjectFinderComponent.
LdapSubjectFinderComponent(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.component.LdapSubjectFinderComponent
 
LINE_GAP - Static variable in class org.openpermis.editor.policy.gui.forms.FormBuilder
Gap between two related rows.
listChanged(ObservableList<E>) - Method in class org.openpermis.editor.policy.gui.binding.ObservableListAdapter
Universal update method for all listener methods.
listElementPropertyChanged(ObservableList, int) - Method in class org.openpermis.editor.policy.gui.binding.ObservableListAdapter
 
listElementPropertyChanged(ObservableList, int) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
listElementReplaced(ObservableList, int, Object) - Method in class org.openpermis.editor.policy.gui.binding.ObservableListAdapter
 
listElementReplaced(ObservableList, int, Object) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
listElementsAdded(ObservableList, int, int) - Method in class org.openpermis.editor.policy.gui.binding.ObservableListAdapter
 
listElementsAdded(ObservableList, int, int) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
listElementsRemoved(ObservableList, int, List) - Method in class org.openpermis.editor.policy.gui.binding.ObservableListAdapter
 
listElementsRemoved(ObservableList, int, List) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
loadPolicy() - Method in class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
 
loadPolicy(File) - Method in class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
 
loadPolicy() - Method in interface org.openpermis.editor.policy.view.PolicySerializer
Opens a file chooser to load a policy.
loadPolicy(File) - Method in interface org.openpermis.editor.policy.view.PolicySerializer
Loads the specified policy from a file.
loadPolicyPresenter(Reader, File) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Loads the policy using the standard permis XML reader.
LoadProblemRecorder - Class in org.openpermis.editor.policy.view
Records import problems and shows warning messages.
LoadProblemRecorder(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.LoadProblemRecorder
Creates a new problem reporter for import problems.
location(CLocation, String) - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Determines the next location based on this direction and the current location.

M

MacAdapter - Class in org.openpermis.editor.policy
Adapter that maps Mac OS X specific system functions to Swing actions.
MacAdapter() - Constructor for class org.openpermis.editor.policy.MacAdapter
Creates a new mac adapter that is only active if running on a mac.
MacAdapter.EventHandlerAdapter - Class in org.openpermis.editor.policy
Adapter for EAWT event handlers.
MacAdapter.EventHandlerAdapter(String, Action) - Constructor for class org.openpermis.editor.policy.MacAdapter.EventHandlerAdapter
Creates an event handler adapter that calls an action on invocation.
MacAdapter.NopAction - Class in org.openpermis.editor.policy
Action that does nothing.
MacAdapter.NopAction() - Constructor for class org.openpermis.editor.policy.MacAdapter.NopAction
 
Main - Class in org.openpermis.editor.policy
Entry point of the policy editor application.
main(String[]) - Static method in class org.openpermis.editor.policy.Main
Starts the policy editor.
matches(String) - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Test if the form specified matches this direction.
MenuBarFactory - Class in org.openpermis.editor.policy.gui
Factory for menu bars.
MenuBarFactory(ActionMap, ResourceMap) - Constructor for class org.openpermis.editor.policy.gui.MenuBarFactory
Creates a menu bar factory that operates on the specified action and resource map.
MenuBarFactory.Customizer - Class in org.openpermis.editor.policy.gui
Menu customizer passed to the callback.
MenuBarFactory.Resolver - Interface in org.openpermis.editor.policy.gui
Resolver for menu placeholder keys.
mergePool(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.presenter.PolicyPartPool
Merges the specified list of parts with the rules supplied.
mergePool(List<P>, boolean) - Method in class org.openpermis.editor.policy.presenter.PolicyPartPool
Merges the specified list of parts with the rules supplied.
mergePool(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Merges all pools.
mergePool(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.presenter.PolicyRoleRefPool
Merges the specified list of parts with the rules supplied.
mergePool(List<Role>, boolean) - Method in class org.openpermis.editor.policy.presenter.PolicyRoleRefPool
Merges the specified list of parts with the rules supplied.
mergeProblemList(List<Problem>) - Method in class org.openpermis.editor.policy.presenter.ProblemListPresenter
Merges the specified problems with the internal problem list.
mergeRolePool(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.presenter.PolicyPool
Merges role pool.
MessageDialog - Class in org.openpermis.editor.policy.view
Dialog to display messages to the user, similar to the Swing option pane.
MessageDialog(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.MessageDialog
Creates a message dialog for the specified application context.
MessageDialog.Style - Enum in org.openpermis.editor.policy.view
The dialog style enumeration.
MethodForwarder - Class in org.openpermis.editor.policy.gui
Action listener that triggers a method on execution via reflection.
MethodForwarder(Object, String) - Constructor for class org.openpermis.editor.policy.gui.MethodForwarder
Creates a new action listener.
mouseClicked(MouseEvent) - Method in class org.openpermis.editor.policy.gui.ClickForwarder
 
moveDownParameter() - Method in class org.openpermis.editor.policy.view.ActionEditor
 
moveDownUri() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
moveUpParameter() - Method in class org.openpermis.editor.policy.view.ActionEditor
 
moveUpUri() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
MultiListTableModel - Class in org.openpermis.editor.policy.gui
Table model that uses several lists for the column values.
MultiListTableModel(String[], List<?>...) - Constructor for class org.openpermis.editor.policy.gui.MultiListTableModel
Creates a new multi list table model.

N

newPolicy() - Method in class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
 
newPolicy() - Method in interface org.openpermis.editor.policy.view.PolicySerializer
Creates a new policy for editing.
next(String) - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Determines the next element to be parsed.
NEXT_FOCUS - Static variable in class org.openpermis.editor.policy.view.WizardDialog
Client property for chooser buttons that contains the next focus field.

O

ObligationBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a ObligationBean that has been adapted to a short overview string.
ObligationBeanOverview(ObligationBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.ObligationBeanOverview
Creates a obligation bean overview adaptee.
ObligationEditor - Class in org.openpermis.editor.policy.view
Editor for a ObligationPresenter.
ObligationEditor(ApplicationContext, Adapter, ObligationPresenter) - Constructor for class org.openpermis.editor.policy.view.ObligationEditor
Creates a new editor view.
ObligationNameConverter - Class in org.openpermis.editor.policy.gui.binding
Converter that converts String to String and vice versa.
ObligationNameConverter(ObligationPresenter) - Constructor for class org.openpermis.editor.policy.gui.binding.ObligationNameConverter
 
ObligationPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single ObligationBean.
ObligationPresenter(ObligationBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.ObligationPresenter
Creates a new ObligationPresenter.
ObligationRemoveCommand - Class in org.openpermis.editor.policy.command
Command that deletes an obligation allover the model.
ObligationRemoveCommand(ObligationBean) - Constructor for class org.openpermis.editor.policy.command.ObligationRemoveCommand
Creates a command.
ObservableListAdapter<E> - Class in org.openpermis.editor.policy.gui.binding
A listener on observable lists with default implementations.
ObservableListAdapter() - Constructor for class org.openpermis.editor.policy.gui.binding.ObservableListAdapter
 
openIdentityFinder() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
openKeystoreChooser() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
openOtherFile() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
openSelectedFile() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
openSubjectFinder() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
openView(View, String) - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Creates a dockable of appropriate type for the specified view and displays it.
openView(View) - Method in class org.openpermis.editor.policy.view.AbstractView
 
openView(View) - Method in class org.openpermis.editor.policy.view.ContextView
 
openView(View) - Method in interface org.openpermis.editor.policy.view.ViewContext
Opens the specified view.
operateElement(boolean) - Method in class org.openpermis.editor.policy.command.PoolRemoveCommand
 
OptionalPropertyChangeDispatcher - Class in org.openpermis.editor.policy.beans
Extended property change dispatcher that does not log warnings if no handler is registered.
OptionalPropertyChangeDispatcher(Object, Object) - Constructor for class org.openpermis.editor.policy.beans.OptionalPropertyChangeDispatcher
Creates a bean support object for the specified Java Bean.
ORDER - Static variable in class org.openpermis.editor.policy.configuration.ConfigurationSection
Class setting key that describes the order of section elements.
org.openpermis.editor.policy - package org.openpermis.editor.policy
Toplevel package for the policy editor.
org.openpermis.editor.policy.adapter - package org.openpermis.editor.policy.adapter
Provides interfaces for adapters and adaptees.
org.openpermis.editor.policy.adapter.overview - package org.openpermis.editor.policy.adapter.overview
Contains adaptees that provide a short overview description for part beans.
org.openpermis.editor.policy.adapter.technical - package org.openpermis.editor.policy.adapter.technical
Contains adaptees that provide a technical description for part beans.
org.openpermis.editor.policy.beans - package org.openpermis.editor.policy.beans
Provides classes used for java bean support.
org.openpermis.editor.policy.command - package org.openpermis.editor.policy.command
Provides interfaces and classes for editor commands.
org.openpermis.editor.policy.configuration - package org.openpermis.editor.policy.configuration
Provides classes for editor configuration.
org.openpermis.editor.policy.gui - package org.openpermis.editor.policy.gui
User interface helper elements.
org.openpermis.editor.policy.gui.binding - package org.openpermis.editor.policy.gui.binding
Provides binding support classes.
org.openpermis.editor.policy.gui.checklist - package org.openpermis.editor.policy.gui.checklist
GUI component that provides a list with checkboxes on the left side.
org.openpermis.editor.policy.gui.component - package org.openpermis.editor.policy.gui.component
Provides a GUI component for choosing timestamps.
org.openpermis.editor.policy.gui.dock - package org.openpermis.editor.policy.gui.dock
Docking framework support classes.
org.openpermis.editor.policy.gui.event - package org.openpermis.editor.policy.gui.event
This package provides simple event support classes.
org.openpermis.editor.policy.gui.forms - package org.openpermis.editor.policy.gui.forms
Extensions for the JGoodies forms layouts.
org.openpermis.editor.policy.gui.icon - package org.openpermis.editor.policy.gui.icon
User interface icon extensions and helper classes.
org.openpermis.editor.policy.plugin - package org.openpermis.editor.policy.plugin
Package that contains default plugins available.
org.openpermis.editor.policy.presenter - package org.openpermis.editor.policy.presenter
Package that contains view and tool presenters.
org.openpermis.editor.policy.renderer - package org.openpermis.editor.policy.renderer
Package that contains renderes for adaptees.
org.openpermis.editor.policy.view - package org.openpermis.editor.policy.view
Package that contains GUI elements for presenters.
org.openpermis.editor.policy.view.component - package org.openpermis.editor.policy.view.component
Provides additional GUI components for view's.
org.openpermis.editor.policy.view.keystore - package org.openpermis.editor.policy.view.keystore
Provides support to read certificates and private keys from KeyStore's.
Overview - Interface in org.openpermis.editor.policy.adapter.overview
Describes a part bean that has been adapted to a short overview string.

P

P12KeyStoreReader - Class in org.openpermis.editor.policy.view.keystore
Reader for key store entries from a p12 file.
P12KeyStoreReader(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.keystore.P12KeyStoreReader
Creates a lazily initialized P12KeyStoreReader that reads key store entries.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.openpermis.editor.policy.gui.ContentBorder
 
paintComponent(Graphics) - Method in class org.openpermis.editor.policy.gui.HeaderPane
 
paintIcon(Component, Graphics, int, int) - Method in class org.openpermis.editor.policy.gui.icon.CompoundIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.openpermis.editor.policy.gui.icon.EmptyIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.openpermis.editor.policy.gui.icon.PlaceholderIcon
 
parseLocation(String) - Method in class org.openpermis.editor.policy.gui.dock.ToolLocationParser
Parses the given location value.
parsePriority(String) - Method in class org.openpermis.editor.policy.gui.dock.ToolLocationParser
Parses the priority with which to tool should be displayed.
parseString(String, ResourceMap) - Method in class org.openpermis.editor.policy.gui.icon.IconRegistryConverter
 
PartBeanAdapter - Class in org.openpermis.editor.policy.adapter
A basic implementation of an Adapter.
PartBeanAdapter() - Constructor for class org.openpermis.editor.policy.adapter.PartBeanAdapter
 
PartBeanListCellRenderer - Class in org.openpermis.editor.policy.renderer
 
PartBeanListCellRenderer(Adapter, Class<? extends Adaptee<String>>) - Constructor for class org.openpermis.editor.policy.renderer.PartBeanListCellRenderer
 
PartBeanListCellRenderer(Adapter, Class<? extends Adaptee<String>>, Class<? extends Adaptee<String>>) - Constructor for class org.openpermis.editor.policy.renderer.PartBeanListCellRenderer
 
PartBeanTableCellRenderer - Class in org.openpermis.editor.policy.renderer
 
PartBeanTableCellRenderer(Adapter, Class<? extends Adaptee<String>>) - Constructor for class org.openpermis.editor.policy.renderer.PartBeanTableCellRenderer
 
PartNameConverter - Class in org.openpermis.editor.policy.gui.binding
Converter that converts String to String and vice versa.
PartNameConverter() - Constructor for class org.openpermis.editor.policy.gui.binding.PartNameConverter
 
PartPresenter<M extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.presenter
Abstract base class for all presenters that work on a part bean.
PartPresenter(M, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.PartPresenter
Creates a new part presenter for the specified model.
PartRemoveCommand<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.command
Command that deletes a target allover the model.
PartRemoveCommand(P) - Constructor for class org.openpermis.editor.policy.command.PartRemoveCommand
Creates a command.
PASSWORD_FIELD_COLUMNS - Static variable in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
PKCS12_FILE - Static variable in class org.openpermis.editor.policy.FileType
Type for PKC12 files.
PlaceholderIcon - Class in org.openpermis.editor.policy.gui.icon
Fallback placeholder icon for missing icon resources.
Plugin - Interface in org.openpermis.editor.policy.plugin
Base interface for all plugins.
PLUGINS - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
POLICY - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
policyChanged() - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
 
policyChanged() - Method in class org.openpermis.editor.policy.presenter.ProblemListPresenter
Handles changes in the underlying policy.
policyChanged() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
 
policyChanged() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
Handles all other property changes on the policy.
policyChanged() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Handles all other property changes on the policy.
PolicyContext - Interface in org.openpermis.editor.policy.presenter
Context for policies that provides additional information for presenters.
PolicyHolder - Interface in org.openpermis.editor.policy.view
Owner of the policy presenter.
PolicyIconRegistry - Class in org.openpermis.editor.policy.gui.icon
Helper class to create the policy icon registry.
policyIsConsistent() - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Returns if the policy is consistent.
PolicyPartPool<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.presenter
Pool-Collections for a Policy.
PolicyPartPool(PolicyBean, Class<P>) - Constructor for class org.openpermis.editor.policy.presenter.PolicyPartPool
Creates a new pool.
PolicyPartPool(PolicyBean, PolicyPartPool.PartFinder<P>) - Constructor for class org.openpermis.editor.policy.presenter.PolicyPartPool
Creates a new pool.
PolicyPartPool.PartFinder<P> - Interface in org.openpermis.editor.policy.presenter
A part finder finds parts.
PolicyPlugin - Interface in org.openpermis.editor.policy.plugin
Interface for plugins that operate on the currently active policy presenter.
PolicyPool - Class in org.openpermis.editor.policy.presenter
Pool Handling for a policy presenter.
PolicyPool(PolicyBean) - Constructor for class org.openpermis.editor.policy.presenter.PolicyPool
Creates a new presenter for the specified policy.
PolicyPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a PolicyBean.
PolicyPresenter(PolicyBean, PartBeanFactory) - Constructor for class org.openpermis.editor.policy.presenter.PolicyPresenter
Creates a new presenter for the specified policy.
PolicyProblemReporter - Class in org.openpermis.editor.policy.presenter
ProblemReporter Handling for a policy presenter.
PolicyProblemReporter() - Constructor for class org.openpermis.editor.policy.presenter.PolicyProblemReporter
 
PolicyRoleRefPool - Class in org.openpermis.editor.policy.presenter
Pool-Collections for a Policy.
PolicyRoleRefPool(PolicyBean) - Constructor for class org.openpermis.editor.policy.presenter.PolicyRoleRefPool
Creates a new pool.
PolicySerializer - Interface in org.openpermis.editor.policy.view
Serializer for policies.
PolicySigningWizard - Class in org.openpermis.editor.policy.view
Wizard to sign policies.
PolicySigningWizard(ApplicationContext, PolicyBean, KeyStoreReader) - Constructor for class org.openpermis.editor.policy.view.PolicySigningWizard
Creates a wizard to sign policies.
PolicyView - Class in org.openpermis.editor.policy.view
View for a complete PolicyBean.
PolicyView(Application, Adapter, JXFrame, Configuration) - Constructor for class org.openpermis.editor.policy.view.PolicyView
Creates a policy view for the specified application context.
PolicyViewConfiguration - Class in org.openpermis.editor.policy.view
Component factory that provides extended functionality for the policy view.
PolicyViewConfiguration(Configuration, PolicyHolder) - Constructor for class org.openpermis.editor.policy.view.PolicyViewConfiguration
Creates policy view component factory.
PoolChangeCommand<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.command
Command to edit a part.
PoolChangeCommand(PolicyPartPool<P>, P) - Constructor for class org.openpermis.editor.policy.command.PoolChangeCommand
Creates a new command.
PoolRemoveCommand<P extends org.openpermis.policy.bean.PartBean> - Class in org.openpermis.editor.policy.command
Command to edit a part.
PoolRemoveCommand(PolicyPartPool<P>, P) - Constructor for class org.openpermis.editor.policy.command.PoolRemoveCommand
Creates a new command.
preferences() - Method in class org.openpermis.editor.policy.Application
Action to display the preferences dialog.
Presenter<M> - Class in org.openpermis.editor.policy.presenter
Abstract base class for presenter beans.
Presenter(M) - Constructor for class org.openpermis.editor.policy.presenter.Presenter
Creates an abstract presenter for the specified domain object.
primCreateSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationGenericSection.Factory
Primitive to create the actual section for an element.
primCreateSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationGroupSection.Factory
 
primCreateSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationScopedSection.Factory
 
primCreateSection(Element) - Method in class org.openpermis.editor.policy.configuration.ConfigurationSection.Factory
Primitive to create the actual section for an element.
Problem - Class in org.openpermis.editor.policy.presenter
Describes a problem in a part.
Problem(PartBean, PartProblemReporter.ProblemMessage, Object...) - Constructor for class org.openpermis.editor.policy.presenter.Problem
Creates a new problem for the specified part, type and parameters.
ProblemListPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for the problem list tool.
ProblemListPresenter(PolicyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.ProblemListPresenter
Creates a problem list presenter.
ProblemListTool - Class in org.openpermis.editor.policy.view
Tool view that displays all target access rules in a policy.
ProblemListTool(ApplicationContext, Adapter, PolicyIconRegistry) - Constructor for class org.openpermis.editor.policy.view.ProblemListTool
Creates an target access rules tool view.
PropertyAccess - Class in org.openpermis.editor.policy.beans
Helper class that provides access to Java Bean properties.
PropertyAccess(Object) - Constructor for class org.openpermis.editor.policy.beans.PropertyAccess
Creates a bean property access object for the specified Java Bean.
PropertyChange - Annotation Type in org.openpermis.editor.policy.beans
Annotation for the processing of property change events.
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Listener for property changes.
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.gui.ErrorStatusUpdater
 
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
propertyChange(PropertyChangeEvent) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
 
PropertyChangeCommand - Class in org.openpermis.editor.policy.command
Command that performs a property change.
PropertyChangeCommand(Object, String, Object) - Constructor for class org.openpermis.editor.policy.command.PropertyChangeCommand
Creates a property change command for the specified bean and property.
PropertyChangeDispatcher - Class in org.openpermis.editor.policy.beans
Dispatcher for property change events.
PropertyChangeDispatcher(Object, Object) - Constructor for class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Creates a bean support object for the specified Java Bean.
put(Object, String, Object) - Method in class org.openpermis.editor.policy.configuration.ClassSettings
Sets the value for a type and key combination.

Q

quit() - Method in class org.openpermis.editor.policy.Application
Action wrapper for the application exit.

R

read(EditorLayout) - Method in class org.openpermis.editor.policy.gui.dock.EditorFactory
 
readConfiguration() - Method in class org.openpermis.editor.policy.Application
Reads the configuration of this application.
readStream(DataInputStream) - Method in class org.openpermis.editor.policy.gui.dock.EditorLayout
 
readXML(XElement) - Method in class org.openpermis.editor.policy.gui.dock.EditorLayout
 
recentFilesChanged() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Called whenever the recent files list of the application state model changes.
RecentFilesPresenter - Class in org.openpermis.editor.policy.presenter
Presenter class for the application recent files list.
RecentFilesPresenter(ApplicationContext) - Constructor for class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Creates a recent files presenter that state of the specified application context.
RecentFilesTool - Class in org.openpermis.editor.policy.view
Tool showing recently opened files.
RecentFilesTool(ApplicationContext, Adapter, PolicySerializer, RecentFilesPresenter) - Constructor for class org.openpermis.editor.policy.view.RecentFilesTool
Creates a new recent files tool.
redo() - Method in class org.openpermis.editor.policy.command.CommandManager
Executes the last command that was undone again.
redoChanged(CommandManager, String, boolean, boolean) - Method in class org.openpermis.editor.policy.view.PolicyView
Called if the command manager changes.
refresh(PolicyPresenter) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicyPlugin
 
refresh(PolicyPresenter) - Method in interface org.openpermis.editor.policy.plugin.PolicyPlugin
Instructs the plugin to refresh itself with the specified policy presenter.
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.ContextView
Notifies all tool views managed that the policy and the dispatcher have changed.
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.DecisionTool
 
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.PolicyView
Notifies all registered tools that the policy and the dispatcher have changed.
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
refresh(PolicyBean, PolicyContext) - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
 
refresh(PolicyBean, PolicyContext) - Method in interface org.openpermis.editor.policy.view.Tool
Instructs the tool to refresh itself with the specified policy.
registerAboutAction(Action) - Method in class org.openpermis.editor.policy.MacAdapter
Registers an action for the application about menu item.
registerClick(JComponent, int, Action) - Static method in class org.openpermis.editor.policy.gui.ClickForwarder
Convenience method to add a single click action to a component.
registerDoubleClick(JComponent, Action) - Static method in class org.openpermis.editor.policy.gui.ClickForwarder
Convenience method to add a double click action to a component.
registerOpenFileAction(Action) - Method in class org.openpermis.editor.policy.MacAdapter
Registers an action for events that prompt the application to open a file.
registerPreferencesAction(Action) - Method in class org.openpermis.editor.policy.MacAdapter
Registers an action for the application preferences menu item.
registerQuitAction(Action) - Method in class org.openpermis.editor.policy.MacAdapter
Registers an action for the application quit command.
registerSingleClick(JComponent, Action) - Static method in class org.openpermis.editor.policy.gui.ClickForwarder
Convenience method to add a double click action to a component.
removeAction() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
removeActive() - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Removes the active file.
removeActiveAction(ActionBean) - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
Removes the active target in the whole policy.
removeActiveAuthority(AuthorityBean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Removes the active authority in the whole policy.
removeActiveObligation(ObligationBean) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Removes the active obligation in the whole policy.
removeActiveResourceDomain(DomainBean) - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
Removes the active resource domain in the whole policy.
removeActiveSubjectDomain(DomainBean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Removes the active subject domain in the whole policy.
removeActiveTarget(TargetBean) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Removes the active target in the whole policy.
removeAuthority() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
removeDockControlListener(DockControlListener) - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Removes a listener from this dock control.
removeFrom(MutablePicoContainer) - Method in class org.openpermis.editor.policy.configuration.State
Removes this state from the container specified.
removeHierarchy() - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
Command to remove the active role hierarchy.
removeListener(T) - Method in class org.openpermis.editor.policy.gui.event.EventSupport
Removes a listener from this event support.
removeObligation() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
removeParameter() - Method in class org.openpermis.editor.policy.view.ActionEditor
 
removePart(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.command.ActionRemoveCommand
 
removePart(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.command.AuthorityRemoveCommand
 
removePart(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.command.ObligationRemoveCommand
 
removePart(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.command.ResourceDomainRemoveCommand
 
removePart(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.command.SubjectDomainRemoveCommand
 
removePart(PolicyBean, boolean) - Method in class org.openpermis.editor.policy.command.TargetRemoveCommand
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openpermis.editor.policy.ApplicationState
Removes the specified property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openpermis.editor.policy.command.CommandManager
Removes the specified property change listener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Deregisters a property change listener on this model.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openpermis.editor.policy.presenter.Presenter
Removes the specified property change listener.
removeRecentFiles(int) - Method in class org.openpermis.editor.policy.ApplicationState
Convenience method to remove the file entry at the specified index.
removeResourceDomain() - Method in class org.openpermis.editor.policy.view.TargetEditor
 
removeRole(String) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Removes a role from the hierarchy.
removeRole() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Removes a role from the hierarchy.
removeRoleAssignmentRule(RoleAssignmentRuleBean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
 
RemoveRoleCommand - Class in org.openpermis.editor.policy.command
Removes a role from the hierarchy.
RemoveRoleCommand(String, String, RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.command.RemoveRoleCommand
Creates a RemoveRoleCommand.
removeRoleHierarchy(RoleHierarchyBean) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
 
removeRule() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
Command to remove the active role assignment rule.
removeRule() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
Command to remove the active target access rule.
removeSubDomain() - Method in class org.openpermis.editor.policy.view.AuthorityEditor
 
removeSubjectDomain() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
 
removeTarget() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
 
removeTargetAccessRule(TargetAccessRuleBean) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
 
removeTerm() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
Remove a term from the condition.
removeUri() - Method in class org.openpermis.editor.policy.view.DomainEditor
 
removeViewContextListener(ViewContextListener) - Method in class org.openpermis.editor.policy.view.ContextView
 
removeViewContextListener(ViewContextListener) - Method in interface org.openpermis.editor.policy.view.ViewContext
Removes a listener from this view context.
renameRole(String, String) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Renames a role.
renameRole() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Renames a role.
RenameRoleCommand - Class in org.openpermis.editor.policy.command
Renames a role.
RenameRoleCommand(String, String, String, RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.command.RenameRoleCommand
Creates a RenameRoleCommand.
RendererFactory - Class in org.openpermis.editor.policy.renderer
A factory for renderers.
renderString(ResourceMap) - Method in class org.openpermis.editor.policy.presenter.PolicyProblemReporter
Returns a textual description of the reported problems.
reportProblem(Part, PartProblemReporter.ProblemMessage, Object...) - Method in class org.openpermis.editor.policy.presenter.PolicyProblemReporter
Reports an integrity violation of a part.
reportProblem(ProblemType, Object...) - Method in class org.openpermis.editor.policy.view.LoadProblemRecorder
 
reset(int, int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Resets the smart constraints to the specified coordinates.
reset(int, int, FormLayout) - Method in class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Resets the smart constraints to the specified coordinates and layout.
resetKeystore() - Method in class org.openpermis.editor.policy.view.CertificateChooser
Resets the keystore.
resetKeystore() - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
Resets the keystore.
ResourceDomainRemoveCommand - Class in org.openpermis.editor.policy.command
Command that deletes a domain allover the model.
ResourceDomainRemoveCommand(DomainBean) - Constructor for class org.openpermis.editor.policy.command.ResourceDomainRemoveCommand
Creates a command.
revokeRole(RoleAssignmentPresenter.SubjectItem) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
 
revokeRole() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
RoleAssignmentPlugin - Class in org.openpermis.editor.policy.plugin
Plugin to import actions from a WSDL file.
RoleAssignmentPlugin(ApplicationContext, PolicyViewConfiguration) - Constructor for class org.openpermis.editor.policy.plugin.RoleAssignmentPlugin
Creates a new plugin.
RoleAssignmentPresenter - Class in org.openpermis.editor.policy.presenter
Presentation model for the role assignment view.
RoleAssignmentPresenter(PolicyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Creates a new presenter.
RoleAssignmentPresenter.SubjectItem - Class in org.openpermis.editor.policy.presenter
 
RoleAssignmentPresenter.SubjectItem(MutableSubject<?>) - Constructor for class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter.SubjectItem
 
RoleAssignmentRuleBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a RoleAssignmentRuleBean that has been adapted to a short overview string.
RoleAssignmentRuleBeanOverview(RoleAssignmentRuleBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.RoleAssignmentRuleBeanOverview
Creates a role assignment rule bean overview adaptee.
RoleAssignmentRuleEditor - Class in org.openpermis.editor.policy.view
Tool view that displays a role assignment rule.
RoleAssignmentRuleEditor(ApplicationContext, Adapter, RoleAssignmentRulePresenter) - Constructor for class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
Creates role assignment rule editor.
RoleAssignmentRuleListPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a list of RoleAssignmentRuleBeans found in a PolicyBean.
RoleAssignmentRuleListPresenter(PolicyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
Creates a new role assignment rule list presenter.
RoleAssignmentRuleListTool - Class in org.openpermis.editor.policy.view
Tool view that displays all role assignment rules in a policy.
RoleAssignmentRuleListTool(ApplicationContext, Adapter) - Constructor for class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
Creates an role assignment rules tool view.
RoleAssignmentRulePresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single RoleAssignmentRuleBean.
RoleAssignmentRulePresenter(RoleAssignmentRuleBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Creates a new role assignment rule presenter.
roleAssignmentRulesChanged(PolicyBean) - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Handles property changes of roleAssignmentRules.
roleAssignmentRulesChanged() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
Handles property changes of roleAssignmentRules.
roleAssignmentRulesChanged() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Handles property changes of roleHierarchies.
roleAssignmentRulesChanged() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
Handles property changes of targetAccessRules.
RoleAssignmentTool - Class in org.openpermis.editor.policy.view
Displays (1) the possible list of roles to assign, (2) the list of subjects that hold a specific role, and (3) the list of subjects that may hold a specific role.
RoleAssignmentTool(ApplicationContext, Adapter, IdentityFinderComponent, SubjectFinderComponent, KeyStoreReader) - Constructor for class org.openpermis.editor.policy.view.RoleAssignmentTool
Creates a role assignment tool view.
roleAssignmentWizard() - Method in class org.openpermis.editor.policy.plugin.RoleAssignmentPlugin
Creates an attribute certificate assigning roles to a subject.
RoleAssignmentWizard - Class in org.openpermis.editor.policy.view
Wizard to create an attribute certificates assigning roles to a subject.
RoleAssignmentWizard(ApplicationContext, PolicyBean, KeyStoreReader) - Constructor for class org.openpermis.editor.policy.view.RoleAssignmentWizard
Creates a wizard to create an attribute certificates assigning roles to a subject.
roleHierarchiesChanged(PolicyBean) - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Handles property changes of roleHierarchies.
roleHierarchiesChanged() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Handles property changes of roleHierarchies.
RoleHierarchyBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a RoleHierarchyBean that has been adapted to a short overview string.
RoleHierarchyBeanOverview(RoleHierarchyBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.RoleHierarchyBeanOverview
Creates a role hierarchy bean overview adaptee.
RoleHierarchyEditor - Class in org.openpermis.editor.policy.view
Editor for a RoleHierarchyPresenter.
RoleHierarchyEditor(ApplicationContext, Adapter, RoleHierarchyPresenter) - Constructor for class org.openpermis.editor.policy.view.RoleHierarchyEditor
Creates a RoleHierarchyEditor.
RoleHierarchyListPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a list of RoleHierarchyBeans found in a PolicyBean.
RoleHierarchyListPresenter(PolicyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Creates a new role hierarchy list presenter.
RoleHierarchyListTool - Class in org.openpermis.editor.policy.view
Tool view that displays all role hierarchies in a policy.
RoleHierarchyListTool(ApplicationContext, Adapter) - Constructor for class org.openpermis.editor.policy.view.RoleHierarchyListTool
Creates an role hierarchies tool view.
RoleHierarchyPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single RoleHierarchyBean.
RoleHierarchyPresenter(RoleHierarchyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Creates a new RoleHierarchyPresenter.
RoleOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a Role that has been adapted to a short overview string.
RoleOverview(Role) - Constructor for class org.openpermis.editor.policy.adapter.overview.RoleOverview
Creates a role overview adaptee.
row(int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Advances the y coordinate by the given amount and resets the x coordinate.

S

sameAction(Action, Action) - Method in class org.openpermis.editor.policy.view.WizardDialog
Compares the names of two actions and returns true if they are equivalent.
sameSerial(PartBean, PartBean) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Check if the part beans are equivalent with respect to serial number.
savePolicy() - Method in class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
 
savePolicy(File) - Method in class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
 
savePolicy() - Method in interface org.openpermis.editor.policy.view.PolicySerializer
Saves the policy.
savePolicy(File) - Method in interface org.openpermis.editor.policy.view.PolicySerializer
Saves the policy to given file.
savePolicyAs() - Method in class org.openpermis.editor.policy.plugin.BasicPolicySerializerPlugin
 
savePolicyAs() - Method in interface org.openpermis.editor.policy.view.PolicySerializer
Saves the policy.
savePolicyPresenter(Writer, File, PolicyPresenter) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Stores the policy using the standard permis XML writer.
SCKeyStoreReader - Class in org.openpermis.editor.policy.view.keystore
Reader for keystore entries from a smart card whose purpose is "digitalSignature" and "Email Protection".
SCKeyStoreReader(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.keystore.SCKeyStoreReader
Creates a SCKeyStoreReader that reads key store entries.
scrollRectToVisible(Rectangle) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
SECTION_GAP - Static variable in class org.openpermis.editor.policy.gui.forms.FormBuilder
Gap between two unrelated rows.
SelectableAction - Class in org.openpermis.editor.policy.gui
Extended swing Action that provides selection support.
SelectableAction(String, Icon) - Constructor for class org.openpermis.editor.policy.gui.SelectableAction
Defines an Action with the specified name and small icon.
SelectableList - Class in org.openpermis.editor.policy.gui
Extended JList that supports SelectableList.setSelectedElement(java.lang.Object).
SelectableList() - Constructor for class org.openpermis.editor.policy.gui.SelectableList
 
SelectableList(ListModel) - Constructor for class org.openpermis.editor.policy.gui.SelectableList
 
SelectableList(Object[]) - Constructor for class org.openpermis.editor.policy.gui.SelectableList
 
SelectableList(Vector<?>) - Constructor for class org.openpermis.editor.policy.gui.SelectableList
 
set(String, Object) - Method in class org.openpermis.editor.policy.beans.PropertyAccess
Calls the setter of the property of the bean bound to this access object.
setAction(ActionBean) - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Selects an action.
setActive(boolean) - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Sets the internal flag which indicates if this bean support is active.
setActive(String) - Method in class org.openpermis.editor.policy.presenter.RecentFilesPresenter
Sets the currently active file.
setActive(RoleAssignmentRuleBean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRuleListPresenter
Sets the currently active role assignment rule.
setActive(RoleHierarchyBean) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyListPresenter
Sets the currently active role hierarchy.
setActive(TargetAccessRuleBean) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
Sets the currently active target access rule.
setActiveAuthority(AuthorityBean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Sets the active authority of the target of this model.
setActiveResourceDomain(DomainBean) - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
Sets the active resource domain of the target of this model.
setActiveSubjectDomain(DomainBean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Sets the active subject domain of the target of this model.
setAuthority(Authority) - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Sets the selected authority.
setCancelEnabled(boolean) - Method in class org.openpermis.editor.policy.view.MessageDialog
Sets if the cancel button is enabled or not.
setColumnWeights(double...) - Method in class org.openpermis.editor.policy.gui.DynamicTable
Sets the weights for the columns when layouting.
setConstraint(TimePeriodConstraint) - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
Sets the constraint.
setDate(Date) - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Sets the date part of the current time stamp.
setDescription(String) - Method in class org.openpermis.editor.policy.FileType
Sets the description of this file type.
setDescription(String) - Method in class org.openpermis.editor.policy.gui.HeaderPane
Sets the description displayed.
setDetails(Object) - Method in class org.openpermis.editor.policy.view.MessageDialog
Sets the dialog details.
setDockImage(Image) - Method in class org.openpermis.editor.policy.MacAdapter
Sets the image displayed on the dock.
setDomainURIs(List<List<URI>>) - Method in class org.openpermis.editor.policy.presenter.DomainPresenter
 
setDomainURIs(List<List<URI>>) - Method in class org.openpermis.editor.policy.view.DomainEditor
Sets the domain's URIs.
setDoubleClickAction(Action) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Sets the action to be executed if a double click is performed on a non-check column.
setEnabled(boolean) - Method in class org.openpermis.editor.policy.view.AbstractView
Enables or disables all controls in this view.
setEnclosingHorizontalScrollBarEnabled(boolean) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Configures the horizontal scroll bar policy of the enclosing scroll pane (if any).
setEvaluationTimeStamp(TimeStamp) - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Selects an evaluation time for the decision tester.
setFilename(String) - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
 
setHeader(String, String) - Method in class org.openpermis.editor.policy.view.MessageDialog
Sets the texts used by the header.
setIcon(String) - Method in class org.openpermis.editor.policy.gui.HeaderPane
Sets the icon displayed.
setIdentity(URI) - Method in class org.openpermis.editor.policy.presenter.AuthorityPresenter
Sets the identity of the authority.
setIdentity(URI) - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Sets the identity of the model.
setIdentityFinder(IdentityFinder) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Sets the IdentityFinder.
setItemRenderer(TableCellRenderer) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Sets the renderer to be used for check list items.
setKeyStore(KeyStore) - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
setLayout(FormLayout) - Method in class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Sets the layout this constraints object is bound to.
setMessage(String, Object...) - Method in class org.openpermis.editor.policy.view.MessageDialog
Sets the message displayed in the message dialog.
setModel(TableModel) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
setMoved(boolean) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter.SubjectItem
 
setMutableSubjectFinder(MutableSubjectFinder, URI) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentPresenter
Sets the MutableSubjectFinder.
setName(String) - Method in class org.openpermis.editor.policy.presenter.ActionPresenter
Sets the name of the model.
setNextFocusComponent(JComponent, JComponent) - Method in class org.openpermis.editor.policy.view.WizardDialog
Sets the next focus for a target component.
setParent(Component) - Method in class org.openpermis.editor.policy.view.keystore.KeyStoreReader
 
setParentView(View) - Method in class org.openpermis.editor.policy.view.AbstractView
 
setParentView(View) - Method in interface org.openpermis.editor.policy.view.View
Sets the view this view is embedded in.
setPart(M) - Method in class org.openpermis.editor.policy.view.EditPartCommand
Sets the part and its type to edit.
setPolicyPresenter(PolicyPresenter) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicySerializerPlugin
Sets the policy at the policy holder.
setPolicyPresenter(PolicyPresenter) - Method in interface org.openpermis.editor.policy.view.PolicyHolder
Sets the policy presenter of this holder.
setPolicyPresenter(PolicyPresenter) - Method in class org.openpermis.editor.policy.view.PolicyView
 
setPresenter(P) - Method in class org.openpermis.editor.policy.view.AbstractToolView
Sets the presenter that this view renders.
setPresenter(PolicyPresenter) - Method in class org.openpermis.editor.policy.view.PolicyViewConfiguration
Sets the currently active policy presenter.
setRecentFiles(int, String) - Method in class org.openpermis.editor.policy.ApplicationState
Sets the recent files entry at the specified index.
setRecentFiles(String[]) - Method in class org.openpermis.editor.policy.ApplicationState
Sets the recent files list of this application state.
setResourceDomain(DomainBean) - Method in class org.openpermis.editor.policy.presenter.DecisionPresenter
Selects a resource domain.
setSelected(boolean) - Method in class org.openpermis.editor.policy.gui.SelectableAction
Sets the selection state of this action.
setSelectedElement(Object) - Method in class org.openpermis.editor.policy.gui.SelectableList
 
setSelectionPath(RoleNode) - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
Sets the tree selection path.
setStyle(MessageDialog.Style) - Method in class org.openpermis.editor.policy.view.MessageDialog
Sets the dialog style.
setText(String) - Method in class org.openpermis.editor.policy.presenter.ObligationPresenter
Sets the text of the model.
setTimeOfDay(long) - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Sets the current time of day in milliseconds.
setTimeStamp(TimeStamp) - Method in class org.openpermis.editor.policy.gui.component.TimeStampModel
Sets the current time stamp value.
setTimeStamp(TimeStamp) - Method in class org.openpermis.editor.policy.gui.component.TimeStampPicker
Selects a time stamp.
setTitle(String) - Method in class org.openpermis.editor.policy.gui.HeaderPane
Sets the title displayed.
setTitle(String, Object...) - Method in class org.openpermis.editor.policy.view.MessageDialog
Sets the title of the dialog.
setTitleParameters(String...) - Method in class org.openpermis.editor.policy.presenter.Presenter
Sets the array of title parameters which are used in view titles.
setValueAt(Object, int, int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
 
setVisibleRowCount(int) - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Sets the number of visible rows that the list shows by preference.
setVisibleRowCount(int, boolean) - Method in class org.openpermis.editor.policy.gui.DynamicTable
Sets the number of visible rows.
setWorkingDirectories(Map<String, String>) - Method in class org.openpermis.editor.policy.ApplicationState
Java bean setter for the working directories.
setWorkingDirectory(FileType, String) - Method in class org.openpermis.editor.policy.ApplicationState
Sets the working directory bean property.
setWorkingDirectoryFile(FileType, File) - Method in class org.openpermis.editor.policy.ApplicationState
Sets the application working directory from the given file.
show(Component) - Method in class org.openpermis.editor.policy.view.CertificateChooser
Only show if the keystore could be opened.
show(Component) - Method in class org.openpermis.editor.policy.view.component.AbstractLdapFinderComponent
 
show(Component) - Method in interface org.openpermis.editor.policy.view.component.Chooser
Starts the chooser.
show(Component) - Method in class org.openpermis.editor.policy.view.component.ConfiguredIdentityFinderComponent
 
show(Component) - Method in class org.openpermis.editor.policy.view.component.ConfiguredSubjectFinderComponent
 
show(Component) - Method in class org.openpermis.editor.policy.view.component.FileSubjectFinderComponent
 
show(Component) - Method in class org.openpermis.editor.policy.view.component.HardCodedIdentityFinderComponent
 
show() - Method in class org.openpermis.editor.policy.view.MessageDialog
Shows the dialog using the main frame of the application context as parent.
show(Component) - Method in class org.openpermis.editor.policy.view.WizardDialog
Starts the wizard.
showDialog(Component, File) - Method in class org.openpermis.editor.policy.view.LoadProblemRecorder
Shows a warning dialog with detail messages for the specified file.
showError(String) - Method in class org.openpermis.editor.policy.gui.ErrorStatusUpdater
Shows an error message.
showError(String, String) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Shows a modal error dialog.
showError(ApplicationContext, ResourceMap, String, Object, Object...) - Static method in class org.openpermis.editor.policy.view.MessageDialog
Shows an error dialog.
showErrorDialog(String, Object...) - Method in class org.openpermis.editor.policy.view.WizardDialog
Shows an error dialog with the specified title, message and paramters.
showErrorDialog(Component, String, Object...) - Method in class org.openpermis.editor.policy.view.WizardDialog
Shows an error dialog with the specified title, message and paramters.
showErrorQuestion(ApplicationContext, ResourceMap, String, Object, Object...) - Static method in class org.openpermis.editor.policy.view.MessageDialog
Shows an error dialog with an ok and cancel button.
showInformation(ApplicationContext, ResourceMap, String, Object, Object...) - Static method in class org.openpermis.editor.policy.view.MessageDialog
Shows an information dialog.
showQuestion(ApplicationContext, ResourceMap, String, Object, Object...) - Static method in class org.openpermis.editor.policy.view.MessageDialog
Shows a question dialog with an ok and cancel button.
showStatusError(String) - Method in interface org.openpermis.editor.policy.gui.binding.ErrorReporter
Shows an error message.
showStatusError(String) - Method in class org.openpermis.editor.policy.view.AbstractView
 
showStatusError(String) - Method in class org.openpermis.editor.policy.view.PolicyView
 
showWarning(String, String) - Method in class org.openpermis.editor.policy.plugin.AbstractPlugin
Shows a modal warning dialog.
showYesNoDialog(String, String, int) - Method in class org.openpermis.editor.policy.view.AbstractEditor
Show yes-no-dialog.
shutdown() - Method in class org.openpermis.editor.policy.Application
 
signedExport() - Method in class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
Signs a policy.
signedImport(File) - Method in class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
 
signedImport() - Method in class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
Imports a signed policy.
SignedPolicySerializerPlugin - Class in org.openpermis.editor.policy.plugin
Plugin that provides actions to load and save signed policies.
SignedPolicySerializerPlugin(ApplicationContext, PolicyViewConfiguration, PolicyHolder) - Constructor for class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
Creates a new plugin.
SigningWizard - Class in org.openpermis.editor.policy.view
Base class for signing wizards.
SigningWizard(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.SigningWizard
Creates a signing wizard.
SmartConstraints - Class in org.openpermis.editor.policy.gui.forms
Smarter version of CellConstraints that holds the current location.
SmartConstraints() - Constructor for class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns a new smart constraints object starting at (1, 1).
SmartConstraints(int, int) - Constructor for class org.openpermis.editor.policy.gui.forms.SmartConstraints
Creates a new smart constraints object with the specified initial coordinates.
SmartLayoutConstraints - Class in org.openpermis.editor.policy.gui.forms
Extended smart constraints object that features know-how about its layout.
SmartLayoutConstraints() - Constructor for class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Creates a smart layout constraints that is not bound to a layout yet.
SmartLayoutConstraints(FormLayout) - Constructor for class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Creates a smart layout constraints object that is initially bound to the layout specified.
SmartLayoutConstraints(int, int) - Constructor for class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Creates a new smart layout constraints object with the specified initial coordinates.
SmartLayoutConstraints(int, int, FormLayout) - Constructor for class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Creates a new smart layout constraints object that is not bound to a layout yet and uses the specified initial coordinates.
startup() - Method in class org.openpermis.editor.policy.Application
 
State - Class in org.openpermis.editor.policy.configuration
State object that can temporarily be added to a context container during component creation.
State(Class<?>, Object) - Constructor for class org.openpermis.editor.policy.configuration.State
Creates a state with the specified key class and value.
state(Class<?>, Object) - Static method in class org.openpermis.editor.policy.configuration.State
Creates a state with the specified key class and value.
state(Object) - Static method in class org.openpermis.editor.policy.configuration.State
Creates a state object that uses the class of the value specified as key.
store() - Method in class org.openpermis.editor.policy.ApplicationContext
Stores all persistent application context state.
SubjectDomainRemoveCommand - Class in org.openpermis.editor.policy.command
Command that deletes a subject domain allover the model.
SubjectDomainRemoveCommand(DomainBean) - Constructor for class org.openpermis.editor.policy.command.SubjectDomainRemoveCommand
Creates a command.
SubjectFinderComponent - Interface in org.openpermis.editor.policy.view.component
This class provides a dialog for setting all necessary informations to be able to create a MutableSubjectFinder and a method to create the MutableSubjectFinder.
supportsType(Class) - Method in class org.openpermis.editor.policy.gui.icon.IconRegistryConverter
 
sureFirePropertyChange(String, boolean, boolean) - Method in class org.openpermis.editor.policy.command.CommandManager
Support for reporting bound property changes for Object properties.
synced(Binding) - Method in class org.openpermis.editor.policy.gui.binding.ErrorBindingListener
 
syncFailed(Binding, Binding.SyncFailure) - Method in class org.openpermis.editor.policy.gui.binding.ErrorBindingListener
 

T

TargetAccessRuleBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a TargetAccessRuleBean that has been adapted to a short overview string.
TargetAccessRuleBeanOverview(TargetAccessRuleBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.TargetAccessRuleBeanOverview
Creates a target access rule bean overview adaptee.
TargetAccessRuleEditor - Class in org.openpermis.editor.policy.view
Tool view that displays all target access rules in a policy.
TargetAccessRuleEditor(ApplicationContext, Adapter, TargetAccessRulePresenter) - Constructor for class org.openpermis.editor.policy.view.TargetAccessRuleEditor
Creates an target access rules tool view.
TargetAccessRuleListPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a list of TargetAccessRuleBeans found in a PolicyBean.
TargetAccessRuleListPresenter(PolicyBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
Creates a new target access rule list presenter.
TargetAccessRuleListTool - Class in org.openpermis.editor.policy.view
Tool view that displays all target access rules in a policy.
TargetAccessRuleListTool(ApplicationContext, Adapter) - Constructor for class org.openpermis.editor.policy.view.TargetAccessRuleListTool
Creates an target access rules tool view.
TargetAccessRulePresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single TargetAccessRuleBean.
TargetAccessRulePresenter(TargetAccessRuleBean, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Creates a new target access rule presenter.
targetAccessRulesChanged(PolicyBean) - Method in class org.openpermis.editor.policy.presenter.PolicyPresenter
Handles property changes of targetAccessRules.
targetAccessRulesChanged() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRuleListPresenter
Handles property changes of targetAccessRules.
TargetBeanOverview - Class in org.openpermis.editor.policy.adapter.overview
Describes a TargetBean that has been adapted to a short overview string.
TargetBeanOverview(TargetBean) - Constructor for class org.openpermis.editor.policy.adapter.overview.TargetBeanOverview
Creates a target bean overview adaptee.
TargetEditor - Class in org.openpermis.editor.policy.view
Editor for a TargetPresenter.
TargetEditor(ApplicationContext, Adapter, TargetPresenter) - Constructor for class org.openpermis.editor.policy.view.TargetEditor
Creates a new editor view.
TargetPresenter - Class in org.openpermis.editor.policy.presenter
Presenter for a single TargetBean.
TargetPresenter(TargetBean, CommandDispatcher, PolicyContext) - Constructor for class org.openpermis.editor.policy.presenter.TargetPresenter
Creates a new target presenter.
TargetRemoveCommand - Class in org.openpermis.editor.policy.command
Command that deletes a target allover the model.
TargetRemoveCommand(TargetBean) - Constructor for class org.openpermis.editor.policy.command.TargetRemoveCommand
Creates a command.
Technical - Interface in org.openpermis.editor.policy.adapter.technical
Describes a part bean that has been adapted to a long technical string used for development.
TEXT_AREA_ROWS - Static variable in class org.openpermis.editor.policy.view.WizardDialog
The number of default rows in a text area.
TEXT_FIELD_COLUMNS - Static variable in class org.openpermis.editor.policy.view.WizardDialog
The number of columns in a text field.
TimeStampModel - Class in org.openpermis.editor.policy.gui.component
 
TimeStampModel(TimeStamp) - Constructor for class org.openpermis.editor.policy.gui.component.TimeStampModel
Creates a model for a time stamp.
TimeStampPicker - Class in org.openpermis.editor.policy.gui.component
Allows users to pick time stamps.
TimeStampPicker() - Constructor for class org.openpermis.editor.policy.gui.component.TimeStampPicker
 
Tool - Interface in org.openpermis.editor.policy.view
Extended view interface for tool views.
TOOL_PRESENTERS - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
TOOL_VIEWS - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
ToolBarFactory - Class in org.openpermis.editor.policy.gui
Factory for tool bars.
ToolBarFactory(ActionMap, ResourceMap) - Constructor for class org.openpermis.editor.policy.gui.ToolBarFactory
Creates a tool bar factory that operates on the specified action and resource map.
ToolBarFactory.Customizer - Class in org.openpermis.editor.policy.gui
Tool bar customizer passed to the callback.
ToolBarFactory.Resolver - Interface in org.openpermis.editor.policy.gui
Resolver for tool bar placeholder keys.
ToolDockable - Class in org.openpermis.editor.policy.gui.dock
Dockable implementation for tool views.
ToolDockable(Tool) - Constructor for class org.openpermis.editor.policy.gui.dock.ToolDockable
Creates a new tool dockable and attaches the specified view.
ToolLocationParser - Class in org.openpermis.editor.policy.gui.dock
Parser for a self made string representation of CLocation objects.
ToolLocationParser() - Constructor for class org.openpermis.editor.policy.gui.dock.ToolLocationParser
 
ToolLocationParser.Direction - Enum in org.openpermis.editor.policy.gui.dock
 
TOOLS_GROUP - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Section name as it appears in the configuration file.
ToolTrackerAction - Class in org.openpermis.editor.policy.view
Action that tracks the state of a tool.
ToolTrackerAction(Tool, ViewContext) - Constructor for class org.openpermis.editor.policy.view.ToolTrackerAction
Creates a new tool tracker for the specified tool and view context.
toString() - Method in class org.openpermis.editor.policy.ApplicationState
 
toString() - Method in class org.openpermis.editor.policy.configuration.State
 
toString() - Method in class org.openpermis.editor.policy.configuration.TypeKey
 
toString() - Method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
 
toString() - Method in class org.openpermis.editor.policy.presenter.Problem
 
TRADER - Static variable in class org.openpermis.editor.policy.configuration.BasicConfiguration
Default trader used as configuration section factory by the reader.
TranslationConverter - Class in org.openpermis.editor.policy.gui.binding
Converts string to a translated version using a ResourceMap.
TranslationConverter(ResourceMap, String) - Constructor for class org.openpermis.editor.policy.gui.binding.TranslationConverter
Creates a translation converter that operates on the specified resource map and prefix.
treeLocation(AbstractTreeLocation, double) - Method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Determines the next location for a tree location.
TypeKey - Class in org.openpermis.editor.policy.configuration
Creates a key for a type in a given scope.
TypeKey(Class<?>, Class<?>) - Constructor for class org.openpermis.editor.policy.configuration.TypeKey
Creates a new type key for the specified scope and type.
typekey(Class<?>, Class<?>) - Static method in class org.openpermis.editor.policy.configuration.TypeKey
Creates a type key for the specified scope and type.

U

unbind() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
Removes the current check list binding and sets and empty model.
unconfigureEnclosingScrollPane() - Method in class org.openpermis.editor.policy.gui.checklist.CheckList
 
unconfigureListeners() - Method in class org.openpermis.editor.policy.gui.checklist.CheckListModel
Removes the listeners to synchronize the list with the table model added in CheckListModel.configureListeners().
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.AbstractCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.AddRoleCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.CollectionChangeCommand
 
undo(PolicyBean) - Method in interface org.openpermis.editor.policy.command.Command
Reverts any changes performed in Command.execute(org.openpermis.policy.bean.PolicyBean).
undo() - Method in class org.openpermis.editor.policy.command.CommandManager
Performs an undo of the last command executed.
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.CompositeCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.DetachRoleCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.IncludeRoleCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.PartRemoveCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.PoolChangeCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.PropertyChangeCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.RemoveRoleCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.command.RenameRoleCommand
 
undo(PolicyBean) - Method in class org.openpermis.editor.policy.view.EditPartCommand
 
undoChanged(CommandManager, String, boolean, boolean) - Method in class org.openpermis.editor.policy.view.PolicyView
Called if the command manager changes.
unmaskComposite(String) - Method in class org.openpermis.editor.policy.gui.AbstractComponentFactory
Unmasks a name composite name.
updateActions(boolean) - Method in class org.openpermis.editor.policy.plugin.AbstractPolicyPlugin
Updates all actions of this plugin.
updateActions(boolean) - Method in class org.openpermis.editor.policy.plugin.RoleAssignmentPlugin
 
updateActions(boolean) - Method in class org.openpermis.editor.policy.plugin.SignedPolicySerializerPlugin
 
updateActions(boolean) - Method in class org.openpermis.editor.policy.plugin.ValidationPlugin
 
updateActions(boolean) - Method in class org.openpermis.editor.policy.plugin.WsdlImportPlugin
 
updateActions() - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
Handler for changes in the actions of a target.
updateActions() - Method in class org.openpermis.editor.policy.view.CertificateChooser
 
updateActions() - Method in class org.openpermis.editor.policy.view.component.LdapSelector
 
updateActions() - Method in class org.openpermis.editor.policy.view.MessageDialog
 
updateActions() - Method in class org.openpermis.editor.policy.view.PolicySigningWizard
 
updateActions() - Method in class org.openpermis.editor.policy.view.RoleAssignmentWizard
 
updateActions() - Method in class org.openpermis.editor.policy.view.WizardDialog
Updates the actions according to the values in the wizard fields.
updateAuthority() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Handler for authority domain changes in a target.
updateCollectionAtPresenter(Iterable<P>, ObservableList<P>, ObservableListListener) - Method in class org.openpermis.editor.policy.presenter.PartPresenter
Writes the parts in the presenter according to the model.
updateCondition() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Handler for changes in the condition of a targetaccessrule bean.
updateConditionAtModel(Predicate) - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Writes the condition in the presenter to the model.
updateConstraint(TimePeriodConstraint) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Sets the constraint.
updateConstraint() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Handler for changes in the TimePeriodConstraint of a RoleAssignmentRuleBean bean.
updateConstraintAtModel(TimePeriodConstraint) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Updates the constraint in the model.
updateConstraintAtModel() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleEditor
Updates the the constraints in the model.
updateContent() - Method in class org.openpermis.editor.policy.view.AbstractToolView
Prompts the tool to update its content according to the presenter state.
updateContent() - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
updateContent() - Method in class org.openpermis.editor.policy.view.RecentFilesTool
 
updateContent() - Method in class org.openpermis.editor.policy.view.RoleAssignmentRuleListTool
 
updateContent() - Method in class org.openpermis.editor.policy.view.RoleAssignmentTool
 
updateContent() - Method in class org.openpermis.editor.policy.view.RoleHierarchyListTool
 
updateContent() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleListTool
 
updateDelegationDepth(int) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Sets the delegation depth.
updateDelegationDepth() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Handler for changes in the delegationDepth of a RoleAssignmentRuleBean bean.
updateDelegationDepthAtModel(int) - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Updates the delegation depth in the model.
updateDisplay() - Method in class org.openpermis.editor.policy.gui.HeaderPane
Revalidates and optionally repaints the header pane.
updateDomainURIs() - Method in class org.openpermis.editor.policy.presenter.DomainPresenter
Handles property changes of identity.
updateDomainURIsAtModel(List<List<URI>>) - Method in class org.openpermis.editor.policy.presenter.DomainPresenter
Sets the domainURIs at the model.
updateIdentity() - Method in class org.openpermis.editor.policy.presenter.AuthorityPresenter
Handles property changes of identity.
updateIdentity() - Method in class org.openpermis.editor.policy.presenter.RoleHierarchyPresenter
Handles property changes of identity.
updateName() - Method in class org.openpermis.editor.policy.presenter.ActionPresenter
Handles property changes of name.
updateObligations() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Handler for changes in the obligations of a targetaccessrule bean.
updateParameters() - Method in class org.openpermis.editor.policy.presenter.ActionPresenter
Handles property changes of parameters.
updateResourceDomain() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Handler for subject domain changes in a target.
updateResourceDomain() - Method in class org.openpermis.editor.policy.presenter.TargetPresenter
Handler for resource domain changes in a target.
updateRoles() - Method in class org.openpermis.editor.policy.presenter.RoleAssignmentRulePresenter
Handler for changes in the roles of a role assignment rule bean.
updateRoles() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Handler for changes in the roles of a targetaccessrule bean.
updateState() - Method in class org.openpermis.editor.policy.view.TargetAccessRuleEditor
Updater for changes of the presenter.
updateTargets() - Method in class org.openpermis.editor.policy.presenter.TargetAccessRulePresenter
Handler for changes in the targets of a targetaccessrule bean.
updateText() - Method in class org.openpermis.editor.policy.presenter.ObligationPresenter
Handles property changes of text.
updateTitle() - Method in class org.openpermis.editor.policy.gui.dock.EditorDockable
 
updateTitle() - Method in class org.openpermis.editor.policy.gui.dock.ToolDockable
 
updateTitle() - Method in interface org.openpermis.editor.policy.gui.dock.ViewDockable
Updates the title of the dockable according to the view state.
updateTitle() - Method in class org.openpermis.editor.policy.view.AbstractView
 
updateTree() - Method in class org.openpermis.editor.policy.view.RoleHierarchyEditor
 
updateViewTitle(View) - Method in class org.openpermis.editor.policy.gui.dock.DockControl
Updates the title of the dockable this view is attached to.
updateViewTitle(View) - Method in class org.openpermis.editor.policy.view.ContextView
 
updateViewTitle(View) - Method in interface org.openpermis.editor.policy.view.ViewContext
Updates the title of the specified view.
UriConverter - Class in org.openpermis.editor.policy.gui.binding
Converter that converts String to URI and vice versa.
UriConverter() - Constructor for class org.openpermis.editor.policy.gui.binding.UriConverter
 

V

validate() - Method in class org.openpermis.editor.policy.plugin.ValidationPlugin
Validates the active policy presenter and displays a dialog.
ValidationPlugin - Class in org.openpermis.editor.policy.plugin
Plugin that validates the active policy.
ValidationPlugin(ApplicationContext) - Constructor for class org.openpermis.editor.policy.plugin.ValidationPlugin
Creates a new validation plugin.
valueChanged(ListSelectionEvent) - Method in class org.openpermis.editor.policy.view.ProblemListTool
 
valueOf(String) - Static method in enum org.openpermis.editor.policy.ApplicationContext.FileChooserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openpermis.editor.policy.view.MessageDialog.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openpermis.editor.policy.view.WizardDialog.ContentStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openpermis.editor.policy.ApplicationContext.FileChooserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openpermis.editor.policy.gui.dock.ToolLocationParser.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openpermis.editor.policy.gui.icon.IconAnnotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openpermis.editor.policy.view.MessageDialog.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openpermis.editor.policy.view.WizardDialog.ContentStyle
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFIER - Static variable in interface org.openpermis.editor.policy.view.component.SubjectFinderComponent
This anonymous implementation accepts all verified certificates.
View - Interface in org.openpermis.editor.policy.view
Describes a user interface view element.
viewActivated(View) - Method in interface org.openpermis.editor.policy.gui.dock.DockControlListener
Indicates that a view has been activated in a dock control.
viewActivated(View) - Method in class org.openpermis.editor.policy.view.ContextView
 
viewActivated(View) - Method in class org.openpermis.editor.policy.view.ToolTrackerAction
 
viewActivated(View) - Method in interface org.openpermis.editor.policy.view.ViewContextListener
Indicates that a view has been activated in a view context.
viewClosed(View) - Method in interface org.openpermis.editor.policy.gui.dock.DockControlListener
Indicates that a view has been closed in a dock control.
viewClosed(View) - Method in class org.openpermis.editor.policy.view.ContextView
 
viewClosed(View) - Method in class org.openpermis.editor.policy.view.ToolTrackerAction
 
viewClosed(View) - Method in interface org.openpermis.editor.policy.view.ViewContextListener
Indicates that a view has been closed in a view context.
ViewContext - Interface in org.openpermis.editor.policy.view
Manager for tool and editor views.
ViewContextListener - Interface in org.openpermis.editor.policy.view
Listener for view changes on a view context.
viewDeactivated(View) - Method in interface org.openpermis.editor.policy.gui.dock.DockControlListener
Indicates that a view has been deactivated in a dock control.
viewDeactivated(View) - Method in class org.openpermis.editor.policy.view.ContextView
 
viewDeactivated(View) - Method in class org.openpermis.editor.policy.view.ToolTrackerAction
 
viewDeactivated(View) - Method in interface org.openpermis.editor.policy.view.ViewContextListener
Indicates that a view has been deactivated in a view context.
ViewDockable - Interface in org.openpermis.editor.policy.gui.dock
Mix-in interface for dockables that render a view.
ViewFocusTransmitter - Class in org.openpermis.editor.policy.gui.dock
Focus listener that passes the focus to another component.
ViewFocusTransmitter(View) - Constructor for class org.openpermis.editor.policy.gui.dock.ViewFocusTransmitter
Creates a view focus transmitter for the specified view.
viewOpened(View) - Method in interface org.openpermis.editor.policy.gui.dock.DockControlListener
Indicates that a view has been opened in a dock control.
viewOpened(View) - Method in class org.openpermis.editor.policy.view.ContextView
 
viewOpened(View) - Method in class org.openpermis.editor.policy.view.ToolTrackerAction
 
viewOpened(View) - Method in interface org.openpermis.editor.policy.view.ViewContextListener
Indicates that a view has been opened in a view context.

W

warn(String, Throwable) - Method in class org.openpermis.editor.policy.beans.PropertyAccess
Logs a warning with the specified message and cause.
warn(String, Throwable) - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Logs a warning with the specified message and cause.
warnNoHandler(String, Throwable) - Method in class org.openpermis.editor.policy.beans.OptionalPropertyChangeDispatcher
 
warnNoHandler(String, Throwable) - Method in class org.openpermis.editor.policy.beans.PropertyChangeDispatcher
Logs a warning that a property change handler could not be found.
WILDCARD_PROPERTY - Static variable in annotation type org.openpermis.editor.policy.beans.PropertyChange
The wildcard property that matches all properties.
WindowCloser - Class in org.openpermis.editor.policy.gui
Window listener that forwards the windowClosing event to an action.
WindowCloser(Action) - Constructor for class org.openpermis.editor.policy.gui.WindowCloser
Creates a window closer for the specified action.
WindowCloser(Action, String) - Constructor for class org.openpermis.editor.policy.gui.WindowCloser
Creates a window closer for the specified action.
windowClosing(WindowEvent) - Method in class org.openpermis.editor.policy.gui.WindowCloser
 
WizardDialog - Class in org.openpermis.editor.policy.view
Base class for wizard dialogs.
WizardDialog(ApplicationContext) - Constructor for class org.openpermis.editor.policy.view.WizardDialog
Creates a wizard dialog with the specified settings.
WizardDialog.ContentStyle - Enum in org.openpermis.editor.policy.view
Determines how the content is presented.
wrap(JComponent) - Method in enum org.openpermis.editor.policy.view.WizardDialog.ContentStyle
Wraps the target component according to the content style.
write(EditorDockable) - Method in class org.openpermis.editor.policy.gui.dock.EditorFactory
 
writeAttributeCertificate(File, AttributeCertificate) - Method in class org.openpermis.editor.policy.view.SigningWizard
Encodes and writes an attribute certificate.
writeStream(DataOutputStream) - Method in class org.openpermis.editor.policy.gui.dock.EditorLayout
 
writeXML(XElement) - Method in class org.openpermis.editor.policy.gui.dock.EditorLayout
 
WSDL_FILE - Static variable in class org.openpermis.editor.policy.FileType
Type for WSDL files.
WsdlImportPlugin - Class in org.openpermis.editor.policy.plugin
Plugin to import actions from a WSDL file.
WsdlImportPlugin(ApplicationContext) - Constructor for class org.openpermis.editor.policy.plugin.WsdlImportPlugin
Creates a new plugin.

X

x(int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns a cell constraints with the current location and a width and height of one.
XML_POLICY - Static variable in class org.openpermis.editor.policy.FileType
Type for XML policy files.
xw(int, int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns a cell constraints with the current location, the specified width and height of one.

Y

y(int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns a cell constraints with the current location and a width and height of one.
yfill(int) - Method in class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Creates a cell constraints that uses the current the remainder of the current row.
yfill(int, int) - Method in class org.openpermis.editor.policy.gui.forms.SmartLayoutConstraints
Creates a cell constraints that uses the current the remainder of the current row.
yw(int, int) - Method in class org.openpermis.editor.policy.gui.forms.SmartConstraints
Returns a cell constraints with the current location and a width of one and the given height.

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

OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG