Skip navigation links
A B C D G I N P R S T U 

A

addComponentProfile(IApplication, IComponentProfile) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Adds an additional component profile for the given application.
afterOpenWorkScreen(WorkScreenEvent) - Method in class com.sibvisions.apps.profile.ProfileSetup
Invoked after a work-screen was opened.
apply(IApplication) - Method in class com.sibvisions.apps.profile.ProfileSetup
APPLY_SORT_ON_DATABOOK - Static variable in class com.sibvisions.apps.profile.ProfileUtil
The constant for showing the table information button.

B

beforeCloseWorkScreen(WorkScreenEvent) - Method in class com.sibvisions.apps.profile.ProfileSetup
Invoked before a work-screen was closed.

C

close() - Method in class com.sibvisions.apps.profile.ProfileSetup
com.sibvisions.apps.profile - package com.sibvisions.apps.profile
Contains server classes for profile handling.
COMPONENT_PROFILE_ENABLED - Static variable in class com.sibvisions.apps.profile.ProfileUtil
The constant for storing component profile enabled state.
configureNavigationTable(NavigationTable) - Method in class com.sibvisions.apps.profile.UITableProfile
Configures the navigation table and adds an info button to the toolbar.
createContent(NavigationTable) - Method in class com.sibvisions.apps.profile.TableInformationDialog
Creates the content for this Dialog.

D

DBWorkScreenProfile - Class in com.sibvisions.apps.profile
The DBWorkScreenProfile supports profile information for workScreens in db table.
DBWorkScreenProfile() - Constructor for class com.sibvisions.apps.profile.DBWorkScreenProfile
Constructs a new DBWorkScreenProfile.
debug(Object...) - Method in class com.sibvisions.apps.profile.ProfileSetup
Logs debug information.
DESIGN_TIME - Static variable in class com.sibvisions.apps.profile.ProfileUtil
The constant for storing design time information.

G

getAllComponentProfiles(IComponent, XmlNode, List<IComponentProfile>) - Method in class com.sibvisions.apps.profile.ProfileSetup
Gets the profile for the given component and all its subcomponents.
getAllComponentProfiles(IWorkScreen) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets the list of available IComponentProfile implementations for the given work screen.
getApplication() - Method in class com.sibvisions.apps.profile.TableInformationDialog
Gets the application.
getColumnList() - Method in class com.sibvisions.apps.profile.TableInformationDialog
Gets the component table which contains the column list.
getComponentKey(IComponent) - Method in class com.sibvisions.apps.profile.ProfileSetup
Gets a reproducible name of the component.
getComponentProfile(IComponent, XmlNode) - Method in interface com.sibvisions.apps.profile.IComponentProfile
Gets additional configuration of a component.
getComponentProfile(IComponent, XmlNode, List<IComponentProfile>) - Method in class com.sibvisions.apps.profile.ProfileSetup
Gets the profile for the given component.
getComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UIInternalFrameProfile
Gets additional configuration of a component.
getComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UISplitPanelProfile
Gets additional configuration of a component.
getComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UITableProfile
Gets additional configuration of a component.
getComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UITabsetPanelProfile
Gets additional configuration of a component.
getComponentProfiles(IApplication) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets the list of custom IComponentProfile.
getDataBook() - Method in class com.sibvisions.apps.profile.TableInformationDialog
Gets the data book.
getDBAccess() - Method in class com.sibvisions.apps.profile.DBWorkScreenProfile
Gets the connection to the database.
getDefaultTableInformationDialogClass(IApplication) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets the default TableInformationDialog class for the given application.
getNavigationTable() - Method in class com.sibvisions.apps.profile.TableInformationDialog
Gets the navigation table.
getProfileConfiguration(String, String, String) - Method in class com.sibvisions.apps.profile.DBWorkScreenProfile
Gets the profile configuration of the workScreen.
getProfileConfiguration(String, String, String) - Method in interface com.sibvisions.apps.profile.IWorkScreenProfile
Gets the profile configuration of the workScreen.
getTableInformationDialogClass(NavigationTable) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets the TableInformationDialog class for the given NavigationTable.
getWorkScreen() - Method in class com.sibvisions.apps.profile.TableInformationDialog
Gets the work screen.
getWorkScreenProfile(ProjX, IWorkScreen) - Method in class com.sibvisions.apps.profile.ProfileSetup
Gets the profile for a given work screen.

I

IComponentProfile - Interface in com.sibvisions.apps.profile
The IComponentProfile interface is used to configure components, or get a component configuration.
IGNORE_COMPONENT_PROFILE - Static variable in class com.sibvisions.apps.profile.ProfileUtil
The constant for storing ignore component profile state.
isApplySortOnDataBook(UITable) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets if sort should be applied on data books.
isDefaultApplySortOnDataBook(IApplication) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets if sort should be applied on data books by default.
isDefaultShowTableInformationButton(IApplication) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets if default TableInformation button should be shown.
isDesignTime(IComponent) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets design time information on component.
isIgnoreProfile(IComponent) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets, if the profile for the component and all its children should be ignored.
isProfileEnabled(IComponent) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets, if profile for the specific component enabled or disabled.
isShowTableInformationButton(NavigationTable) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Gets if TableInformation button should be shown.
ITableInformationControl - Interface in com.sibvisions.apps.profile
The ITableInformationControl is a simple marker interface.
IWorkScreenProfile - Interface in com.sibvisions.apps.profile
The IWorkScreenProfile supports profile information for workScreens.

N

notifyDestroy() - Method in class com.sibvisions.apps.profile.TableInformationDialog

P

ProfilePlugin - Class in com.sibvisions.apps.profile
The ProfilePlugin adds profile support to an ISession.
ProfilePlugin() - Constructor for class com.sibvisions.apps.profile.ProfilePlugin
Constructs a new CustomizableFilter.
ProfileSetup - Class in com.sibvisions.apps.profile
The ProfileSetup handles loading and saving of profiles.
ProfileSetup() - Constructor for class com.sibvisions.apps.profile.ProfileSetup
Constructs a new ProfileSetup.
ProfileUtil - Class in com.sibvisions.apps.profile
The ProfileUtil allows simple customization of profile behaviour.

R

removeComponentProfile(IApplication, IComponentProfile) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Adds an additional component profile for the given application.

S

sessionCreated(ISession) - Method in class com.sibvisions.apps.profile.ProfilePlugin
sessionDestroyed(ISession) - Method in class com.sibvisions.apps.profile.ProfilePlugin
setAllComponentProfiles(IComponent, HashMap<String, XmlNode>, List<IComponentProfile>) - Method in class com.sibvisions.apps.profile.ProfileSetup
Set the profile for the given component and all its subcomponents.
setApplySortOnDataBook(UITable, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets if sort should be applied on data books.
setComponentProfile(IComponent, XmlNode) - Method in interface com.sibvisions.apps.profile.IComponentProfile
Sets the configuration of a component.
setComponentProfile(IComponent, HashMap<String, XmlNode>, List<IComponentProfile>) - Method in class com.sibvisions.apps.profile.ProfileSetup
Set the profile for a given component.
setComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UIInternalFrameProfile
Sets the configuration of a component.
setComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UISplitPanelProfile
Sets the configuration of a component.
setComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UITableProfile
Sets the configuration of a component.
setComponentProfile(IComponent, XmlNode) - Method in class com.sibvisions.apps.profile.UITabsetPanelProfile
Sets the configuration of a component.
setDBAccess(DBAccess) - Method in class com.sibvisions.apps.profile.DBWorkScreenProfile
Sets the connection to the database.
setDefaultApplySortOnDataBook(IApplication, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets if sort should be applied on data books by default.
setDefaultShowTableInformationButton(IApplication, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets if default TableInformation button should be shown.
setDefaultTableInformationDialogClass(IApplication, Class<TableInformationDialog>) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets the default TableInformationDialog class for the given application.
setDesignTime(IComponent, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets design time information on component.
setIgnoreProfile(IComponent, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets, if the profile for the component and all its children should be ignored.
setProfileConfiguration(String, String, String, byte[]) - Method in class com.sibvisions.apps.profile.DBWorkScreenProfile
Sets the profile configuration of the workScreen.
setProfileConfiguration(String, String, String, byte[]) - Method in interface com.sibvisions.apps.profile.IWorkScreenProfile
Sets the profile configuration of the workScreen.
setProfileEnabled(IComponent, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets profile for the specific component enabled or disabled.
setShowTableInformationButton(NavigationTable, boolean) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets if TableInformation button should be shown.
setTableInformationDialogClass(NavigationTable, Class<TableInformationDialog>) - Static method in class com.sibvisions.apps.profile.ProfileUtil
Sets the TableInformationDialog class for the given NavigationTable.
setVisible(boolean) - Method in class com.sibvisions.apps.profile.TableInformationDialog
Sets the visibility of this table information dialog.
setWorkScreenProfile(ProjX, IWorkScreen, XmlNode) - Method in class com.sibvisions.apps.profile.ProfileSetup
Sets the work screen profile for the given work screen.
SHOW_TABLE_INFORMATION_BUTTON - Static variable in class com.sibvisions.apps.profile.ProfileUtil
The constant for showing the table information button.

T

TABLE_INFORMATION_DIALOG_CLASS - Static variable in class com.sibvisions.apps.profile.ProfileUtil
The constant for storing table information dialog class.
TableInformationDialog - Class in com.sibvisions.apps.profile
The TableInformationDialog is the class for showing table details.
TableInformationDialog(NavigationTable) - Constructor for class com.sibvisions.apps.profile.TableInformationDialog
Creates a new TableInformationDialog for the given NavigationTable.

U

UIInternalFrameProfile - Class in com.sibvisions.apps.profile
The UIInternalFrameProfile is the profile implementation for IInternalFrames.
UIInternalFrameProfile() - Constructor for class com.sibvisions.apps.profile.UIInternalFrameProfile
 
UISplitPanelProfile - Class in com.sibvisions.apps.profile
The UISplitPanelProfile is the profile implementation for ISplitPanels.
UISplitPanelProfile() - Constructor for class com.sibvisions.apps.profile.UISplitPanelProfile
 
UITableProfile - Class in com.sibvisions.apps.profile
The UITableProfile is the profile implementation for ITables.
UITableProfile() - Constructor for class com.sibvisions.apps.profile.UITableProfile
 
UITabsetPanelProfile - Class in com.sibvisions.apps.profile
The UITabsetPanelProfile is the profile implementation for ITabsetPanels.
UITabsetPanelProfile() - Constructor for class com.sibvisions.apps.profile.UITabsetPanelProfile
 
A B C D G I N P R S T U 
Skip navigation links

Copyright © 2020 SIB Visions GmbH. All Rights Reserved.