Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionreplaced by
CControl.setTheme(String). While this method still works, the theme will not get stored persistent and any module using theThemeMap(CControl.getThemes()) will not be informed about the change.Clients should make use ofCDockable.setLocationsAside(CDockable)andCDockable.setLocationsAsideFocused(), because these methods can directly modifyDockStations and insert placeholders when necessary.replaced byCDockableLocationEvent.getNewShowing()replaced byCDockableLocationEvent.getOldShowing()this method gets replaced byCDockableLocationEvent.isShowingChanged()subclasses should useCListenerCollection.getCDockablePropertyListener()ofAbstractCDockable.listenerCollectionif they want to fire an eventsubclasses should useCListenerCollection.getCDockableStateListener()ofAbstractCDockable.listenerCollectionif they want to fire an eventthis method gets replaced byCDockable.isShowing(), which offers the exact same information. This method will be removed in a future releaseseeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.seeCLocation.aside()for an explanation.the methodLookAndFeelMenuPiece.unbind()is automatically called if this menu is no longer visible, that method will also uninstall resources
-
Deprecated ConstructorsConstructorDescriptionit is not necessary to set the
restrictedEnvironmentparameter anymore, the framework will choose a fitting value itselfit is not necessary to set therestrictedEnvironmentparameter anymore, the framework will choose a fitting value itselfit is not necessary to set therestrictedEnvironmentparameter anymore, the framework will choose a fitting value itselfUseCGrid(CControl)with an argument ofnullinstead. This method may be removed in a future release.