Java Doc for DockingWindowProperties.java in  » Swing-Library » InfoNode-Docking-Windows » net » infonode » docking » properties » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » InfoNode Docking Windows » net.infonode.docking.properties 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.infonode.properties.propertymap.PropertyMapContainer
      net.infonode.docking.properties.DockingWindowProperties

DockingWindowProperties
public class DockingWindowProperties extends PropertyMapContainer (Code)
Properties and property values common for all docking windows.
author:
   $Author: jesper $
version:
   $Revision: 1.25 $


Field Summary
final public static  BooleanPropertyCLOSE_ENABLED
     Enables/disables window close by the user.
final public static  BooleanPropertyDOCK_ENABLED
     Enables/disables undock to a floating window.
final public static  BooleanPropertyDRAG_ENABLED
     Enables/disables window drag by the user.
final public static  PropertyMapPropertyDROP_FILTER_PROPERTIES
     Property values for drop filters.
final public static  BooleanPropertyMAXIMIZE_ENABLED
     Enables/disables window maximize by the user.
final public static  BooleanPropertyMINIMIZE_ENABLED
     Enables/disables window minimize by the user.
final public static  PropertyMapGroupPROPERTIES
     Property group containing all docking window properties.
final public static  BooleanPropertyRESTORE_ENABLED
     Enables/disables window restore by the user.
final public static  PropertyMapPropertyTAB_PROPERTIES
     Property values for the window tab when the window is located in a TabWindow or a WindowBar.
final public static  DockingWindowTitleProviderPropertyTITLE_PROVIDER
     Provides a title for a window.
final public static  BooleanPropertyUNDOCK_ENABLED
     Enables/disables undock to a floating window.
final public static  BooleanPropertyUNDOCK_ON_DROP
    

Enables/disables undock when dropped outside root window.


Constructor Summary
public  DockingWindowProperties()
     Creates an empty property object.
public  DockingWindowProperties(PropertyMap map)
     Creates a property map containing the map.
public  DockingWindowProperties(DockingWindowProperties inheritFrom)
     Creates a property object that inherit values from another property object.

Method Summary
public  DockingWindowPropertiesaddSuperObject(DockingWindowProperties properties)
     Adds a super object from which property values are inherited.
public  booleangetCloseEnabled()
     Returns true if the window close by the user is enabled.
public  booleangetDockEnabled()
     Returns true if the window can be docked to the root window from a floating window.
public  booleangetDragEnabled()
     Returns true if the window drag by the user is enabled.
public  DockingWindowDropFilterPropertiesgetDropFilterProperties()
     Returns the property values for drop filters.
public  booleangetMaximizeEnabled()
     Returns true if the window maximize by the user is enabled.
public  booleangetMinimizeEnabled()
     Returns true if the window minimize by the user is enabled.
public  booleangetRestoreEnabled()
     Returns true if the window restore by the user is enabled.
public  WindowTabPropertiesgetTabProperties()
     Returns the property values for the window tab when the window is located in a TabWindow or a WindowBar.
public  DockingWindowTitleProvidergetTitleProvider()
     Returns the title provider for the window.
public  booleangetUndockEnabled()
     Returns true if the window can be undocked to a floating window.
public  booleangetUndockOnDropEnabled()
    

Returns true if the window drag by the user and is dropped outside the root window should undock to a floating window.

public  DockingWindowPropertiesremoveSuperObject()
     Removes the last added super object.
public  DockingWindowPropertiesremoveSuperObject(DockingWindowProperties superObject)
     Removes a super object.
public  DockingWindowPropertiessetCloseEnabled(boolean enabled)
     Enables/disables window close by the user.
public  DockingWindowPropertiessetDockEnabled(boolean enabled)
     Enables/disables dock to the root window from a floating window.
public  DockingWindowPropertiessetDragEnabled(boolean enabled)
     Enables/disables window drag by the user.
public  DockingWindowPropertiessetMaximizeEnabled(boolean enabled)
     Enables/disables window maximize by the user.
public  DockingWindowPropertiessetMinimizeEnabled(boolean enabled)
     Enables/disables window minimize by the user.
public  DockingWindowPropertiessetRestoreEnabled(boolean enabled)
     Enables/disables window restore by the user.
public  DockingWindowPropertiessetTitleProvider(DockingWindowTitleProvider titleProvider)
     Sets the title provider for the window.
public  DockingWindowPropertiessetUndockEnabled(boolean enabled)
     Enables/disables undock to floating window.
public  DockingWindowPropertiessetUndockOnDropEnabled(boolean enabled)
    

Enables/disables if the window drag by the user and is dropped outside the root window should undock to a floating window or not.


Field Detail
CLOSE_ENABLED
final public static BooleanProperty CLOSE_ENABLED(Code)
Enables/disables window close by the user.
since:
   IDW 1.2.0



DOCK_ENABLED
final public static BooleanProperty DOCK_ENABLED(Code)
Enables/disables undock to a floating window.
since:
   IDW 1.4.0



DRAG_ENABLED
final public static BooleanProperty DRAG_ENABLED(Code)
Enables/disables window drag by the user.
since:
   IDW 1.2.0



DROP_FILTER_PROPERTIES
final public static PropertyMapProperty DROP_FILTER_PROPERTIES(Code)
Property values for drop filters.
since:
   IDW 1.4.0



MAXIMIZE_ENABLED
final public static BooleanProperty MAXIMIZE_ENABLED(Code)
Enables/disables window maximize by the user.
since:
   IDW 1.2.0



MINIMIZE_ENABLED
final public static BooleanProperty MINIMIZE_ENABLED(Code)
Enables/disables window minimize by the user.
since:
   IDW 1.2.0



PROPERTIES
final public static PropertyMapGroup PROPERTIES(Code)
Property group containing all docking window properties.



RESTORE_ENABLED
final public static BooleanProperty RESTORE_ENABLED(Code)
Enables/disables window restore by the user.
since:
   IDW 1.2.0



TAB_PROPERTIES
final public static PropertyMapProperty TAB_PROPERTIES(Code)
Property values for the window tab when the window is located in a TabWindow or a WindowBar.



TITLE_PROVIDER
final public static DockingWindowTitleProviderProperty TITLE_PROVIDER(Code)
Provides a title for a window.
since:
   IDW 1.3.0



UNDOCK_ENABLED
final public static BooleanProperty UNDOCK_ENABLED(Code)
Enables/disables undock to a floating window.
since:
   IDW 1.4.0



UNDOCK_ON_DROP
final public static BooleanProperty UNDOCK_ON_DROP(Code)

Enables/disables undock when dropped outside root window.

Note: This property will only have effect if window drag is enabled and undocking is enabled.


since:
   IDW 1.4.0




Constructor Detail
DockingWindowProperties
public DockingWindowProperties()(Code)
Creates an empty property object.



DockingWindowProperties
public DockingWindowProperties(PropertyMap map)(Code)
Creates a property map containing the map.
Parameters:
  map - the property map



DockingWindowProperties
public DockingWindowProperties(DockingWindowProperties inheritFrom)(Code)
Creates a property object that inherit values from another property object.
Parameters:
  inheritFrom - the object from which to inherit property values




Method Detail
addSuperObject
public DockingWindowProperties addSuperObject(DockingWindowProperties properties)(Code)
Adds a super object from which property values are inherited.
Parameters:
  properties - the object from which to inherit property values this



getCloseEnabled
public boolean getCloseEnabled()(Code)
Returns true if the window close by the user is enabled. true if the window close is enabled
since:
   IDW 1.2.0



getDockEnabled
public boolean getDockEnabled()(Code)
Returns true if the window can be docked to the root window from a floating window. true if docking is enabled
since:
   IDW 1.4.0



getDragEnabled
public boolean getDragEnabled()(Code)
Returns true if the window drag by the user is enabled. true if the window drag is enabled
since:
   IDW 1.2.0



getDropFilterProperties
public DockingWindowDropFilterProperties getDropFilterProperties()(Code)
Returns the property values for drop filters. the property values for drop filters
since:
   IDW 1.4.0



getMaximizeEnabled
public boolean getMaximizeEnabled()(Code)
Returns true if the window maximize by the user is enabled. true if the window maximize is enabled
since:
   IDW 1.2.0



getMinimizeEnabled
public boolean getMinimizeEnabled()(Code)
Returns true if the window minimize by the user is enabled. true if the window minimize is enabled
since:
   IDW 1.2.0



getRestoreEnabled
public boolean getRestoreEnabled()(Code)
Returns true if the window restore by the user is enabled. true if the window restore is enabled
since:
   IDW 1.2.0



getTabProperties
public WindowTabProperties getTabProperties()(Code)
Returns the property values for the window tab when the window is located in a TabWindow or a WindowBar. the property values for the window tab when the window is located in a TabWindow or a WindowBar



getTitleProvider
public DockingWindowTitleProvider getTitleProvider()(Code)
Returns the title provider for the window. the title provider for the window
since:
   IDW 1.3.0



getUndockEnabled
public boolean getUndockEnabled()(Code)
Returns true if the window can be undocked to a floating window. true if undocking is enabled
since:
   IDW 1.4.0



getUndockOnDropEnabled
public boolean getUndockOnDropEnabled()(Code)

Returns true if the window drag by the user and is dropped outside the root window should undock to a floating window.

Note: This property will only have effect if drag is enabled.

true if the dropped window should undock to a floating window
since:
   IDW 1.4.0



removeSuperObject
public DockingWindowProperties removeSuperObject()(Code)
Removes the last added super object. this
since:
   IDW 1.1.0DockingWindowProperties.removeSuperObject(DockingWindowProperties)



removeSuperObject
public DockingWindowProperties removeSuperObject(DockingWindowProperties superObject)(Code)
Removes a super object.
Parameters:
  superObject - the super object to remove this
since:
   IDW 1.3.0



setCloseEnabled
public DockingWindowProperties setCloseEnabled(boolean enabled)(Code)
Enables/disables window close by the user.
Parameters:
  enabled - if true, close is enabled, otherwise it's disabled this
since:
   IDW 1.2.0



setDockEnabled
public DockingWindowProperties setDockEnabled(boolean enabled)(Code)
Enables/disables dock to the root window from a floating window.
Parameters:
  enabled - if true, a window can be docked to the root window from a floating window,otherwise it's disabled this
since:
   IDW 1.4.0



setDragEnabled
public DockingWindowProperties setDragEnabled(boolean enabled)(Code)
Enables/disables window drag by the user.
Parameters:
  enabled - if true, drag is enabled, otherwise it's disabled this
since:
   IDW 1.2.0



setMaximizeEnabled
public DockingWindowProperties setMaximizeEnabled(boolean enabled)(Code)
Enables/disables window maximize by the user.
Parameters:
  enabled - if true, maximize is enabled, otherwise it's disabled this
since:
   IDW 1.2.0



setMinimizeEnabled
public DockingWindowProperties setMinimizeEnabled(boolean enabled)(Code)
Enables/disables window minimize by the user.
Parameters:
  enabled - if true, minimize is enabled, otherwise it's disabled this
since:
   IDW 1.2.0



setRestoreEnabled
public DockingWindowProperties setRestoreEnabled(boolean enabled)(Code)
Enables/disables window restore by the user.
Parameters:
  enabled - if true, restore is enabled, otherwise it's disabled this
since:
   IDW 1.2.0



setTitleProvider
public DockingWindowProperties setTitleProvider(DockingWindowTitleProvider titleProvider)(Code)
Sets the title provider for the window.
Parameters:
  titleProvider - the title provider for the window
since:
   IDW 1.3.0



setUndockEnabled
public DockingWindowProperties setUndockEnabled(boolean enabled)(Code)
Enables/disables undock to floating window.
Parameters:
  enabled - if true, a window can be undocked to a floating window,otherwise it's disabled this
since:
   IDW 1.4.0



setUndockOnDropEnabled
public DockingWindowProperties setUndockOnDropEnabled(boolean enabled)(Code)

Enables/disables if the window drag by the user and is dropped outside the root window should undock to a floating window or not.

Note: This property will only have effect if drag is enabled.


Parameters:
  enabled - if true, drop to floating window is enabled, otherwise it's disabled this
since:
   IDW 1.4.0



Methods inherited from net.infonode.properties.propertymap.PropertyMapContainer
public PropertyMap getMap()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.