Index: openide/arch/arch-openide-windowsystem.xml =================================================================== RCS file: /cvs/openide/arch/arch-openide-windowsystem.xml,v retrieving revision 1.42 diff -u -r1.42 arch-openide-windowsystem.xml --- openide/arch/arch-openide-windowsystem.xml 12 Jan 2005 10:47:47 -0000 1.42 +++ openide/arch/arch-openide-windowsystem.xml 4 Mar 2005 16:24:47 -0000 @@ -513,6 +513,20 @@ Usage of this client property is deprecated. Use API method TopComponent.getPersistenceType() instead. + + Valid value is any String value representing displayable title of TopComponent in + sliding mode. Title is shown on buttons on sides of main window for TopComponents that + are currently hidden in sliding state. + This property has no effect on regular display names of TopComponents which are shown in + captions of windows/tabs in the window system. + It is client property of TopComponent. Usage example: To provide different, preferably + shorter and non changing name for sliding title of your TopComponent subclass, + use putClientProperty("SlidingName","your sliding title"); in initialization code of TopComponent + eg. in constructor. + Note that in next releases usage of this client property will be removed and replaced + by API, see issue #55955 in Issuezilla on www.netbeans.org. + +