HEADER

ru.biosoft.access.repository
Interface ActionsProvider

All Known Implementing Classes:
RepositoryActionsProvider, RepositoryActionsProvider, PluginActions, RepositoryActionsProvider

public interface ActionsProvider

ActionHelper is used to specify what particular actions (for example open, delete) can be applied to selected bean or DataElement.

See Also: <{ExplorerPane}>

Method Summary
 Action[]getActions(Object bean)
           

Method Detail

getActions

public Action[] getActions(Object bean)

FOOTER

BOTTOM