Java Doc for Constants.java in  » IDE-Netbeans » core » org » netbeans » core » windows » 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 » IDE Netbeans » core » org.netbeans.core.windows 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.core.windows.Constants

Constants
abstract public class Constants (Code)
Constants in window system.
author:
   Peter Zavadsky


Field Summary
final public static  booleanAUTO_ICONIFY
    
final public static  StringBOTTOM
    
final public static  StringCUSTOM_MENU_BAR_PATH
     File name whose InstanceCookie can contain custom menu bar component.
final public static  StringCUSTOM_STATUS_LINE_PATH
     File name whose InstanceCookie can contain custom status line component.
final public static  intDIVIDER_SIZE_HORIZONTAL
    
final public static  intDIVIDER_SIZE_VERTICAL
    
final public static  booleanDO_NOT_SHOW_HELP_IN_DIALOGS
     If set to true the help button will not be shown in the dialogs.
final public static  intDRAG_GESTURE_START_DISTANCE
     How many pixels is necessary to drag to start the DnD.
final public static  intDRAG_GESTURE_START_TIME
    
final public static  intDROP_AREA_SIZE
     Sets size of drop area (when splitting mode and around area).
final public static  doubleDROP_AROUND_RATIO
     How big portion of entire area should take the dropped mode (range from 0.0 to 1.0).
final public static  doubleDROP_BETWEEN_RATIO
     How big portion should take the new mode from each one (between which is dropped) (range from 0.0 to 1.0).
final public static  DimensionDROP_NEW_MODE_SIZE
     Size of new separated mode when creting during DnD (separeted mode).
final public static  doubleDROP_TO_SIDE_RATIO
     How big portion of the original mode has to be taken (range from 0.0 to 1.0).
final public static  intEDITOR_AREA_JOINED
    
final public static  intEDITOR_AREA_SEPARATED
    
final public static  intHORIZONTAL
     Horizontal orientation constant used in constraint.
final public static  StringLEFT
    
final public static  intMODE_KIND_EDITOR
    
final public static  intMODE_KIND_SLIDING
    
final public static  intMODE_KIND_VIEW
    
final public static  intMODE_STATE_JOINED
     Constant that identifies mode state.
final public static  intMODE_STATE_SEPARATED
    
final public static  booleanNO_TOOLBARS
     Allowing complete removal of toolbars.
final public static  StringRIGHT
    
final public static  StringSEPARATE_WINDOW_PROPERTY
     Client property to distinguish JWindows/JDialogs used as ui elements for separate modes - floating windows.
final public static  booleanSWITCH_DND_DISABLE
     Disables DnD of TopComponentS.
final public static  booleanSWITCH_DROP_INDICATION_FADE
     During DnD it provides nicer feedback (fading of possible drop), however performance is worsen in that case.
final public static  booleanSWITCH_HIDE_EMPTY_DOCUMENT_AREA
     For view, do not show emty documents area, i.e.
final public static  StringSWITCH_IMAGE_SOURCE
     Gets the image resource to be used in the empty editor area.
final public static  booleanSWITCH_MODE_ADD_NO_RESTRICT
     Allows user to move TopComponentS between document and view modes, which is restricted otherwise.
final public static  booleanSWITCH_STATUSLINE_IN_MENUBAR
     Shows the status line at the end of menu bar instead of at the bottom of main window.
final public static  booleanSWITCH_USE_DRAG_IMAGES
    
final public static  StringTOP
    
final public static  StringTOPCOMPONENT_ALLOW_DOCK_ANYWHERE
     Name of client property (of Boolean type) which says whether the TopComponent is allowed to be docked anywhere (even crossing view-editor border).
final public static  intVERTICAL
     Vertical orientation constant used in constraint.



Field Detail
AUTO_ICONIFY
final public static boolean AUTO_ICONIFY(Code)
True means automatic iconification/deiconification of all separate frames if main window is iconified/deiconified



BOTTOM
final public static String BOTTOM(Code)



CUSTOM_MENU_BAR_PATH
final public static String CUSTOM_MENU_BAR_PATH(Code)
File name whose InstanceCookie can contain custom menu bar component.



CUSTOM_STATUS_LINE_PATH
final public static String CUSTOM_STATUS_LINE_PATH(Code)
File name whose InstanceCookie can contain custom status line component.



DIVIDER_SIZE_HORIZONTAL
final public static int DIVIDER_SIZE_HORIZONTAL(Code)



DIVIDER_SIZE_VERTICAL
final public static int DIVIDER_SIZE_VERTICAL(Code)



DO_NOT_SHOW_HELP_IN_DIALOGS
final public static boolean DO_NOT_SHOW_HELP_IN_DIALOGS(Code)
If set to true the help button will not be shown in the dialogs.



DRAG_GESTURE_START_DISTANCE
final public static int DRAG_GESTURE_START_DISTANCE(Code)
How many pixels is necessary to drag to start the DnD.



DRAG_GESTURE_START_TIME
final public static int DRAG_GESTURE_START_TIME(Code)
What time inmilliseconds is necessary to hold dragging mouse button for & DnD to be started



DROP_AREA_SIZE
final public static int DROP_AREA_SIZE(Code)
Sets size of drop area (when splitting mode and around area).



DROP_AROUND_RATIO
final public static double DROP_AROUND_RATIO(Code)
How big portion of entire area should take the dropped mode (range from 0.0 to 1.0).



DROP_BETWEEN_RATIO
final public static double DROP_BETWEEN_RATIO(Code)
How big portion should take the new mode from each one (between which is dropped) (range from 0.0 to 1.0).



DROP_NEW_MODE_SIZE
final public static Dimension DROP_NEW_MODE_SIZE(Code)
Size of new separated mode when creting during DnD (separeted mode).



DROP_TO_SIDE_RATIO
final public static double DROP_TO_SIDE_RATIO(Code)
How big portion of the original mode has to be taken (range from 0.0 to 1.0).



EDITOR_AREA_JOINED
final public static int EDITOR_AREA_JOINED(Code)
Constant that identifies state of editor area



EDITOR_AREA_SEPARATED
final public static int EDITOR_AREA_SEPARATED(Code)



HORIZONTAL
final public static int HORIZONTAL(Code)
Horizontal orientation constant used in constraint.



LEFT
final public static String LEFT(Code)



MODE_KIND_EDITOR
final public static int MODE_KIND_EDITOR(Code)
Constant that identifies mode kind



MODE_KIND_SLIDING
final public static int MODE_KIND_SLIDING(Code)



MODE_KIND_VIEW
final public static int MODE_KIND_VIEW(Code)



MODE_STATE_JOINED
final public static int MODE_STATE_JOINED(Code)
Constant that identifies mode state.



MODE_STATE_SEPARATED
final public static int MODE_STATE_SEPARATED(Code)



NO_TOOLBARS
final public static boolean NO_TOOLBARS(Code)
Allowing complete removal of toolbars.



RIGHT
final public static String RIGHT(Code)



SEPARATE_WINDOW_PROPERTY
final public static String SEPARATE_WINDOW_PROPERTY(Code)
Client property to distinguish JWindows/JDialogs used as ui elements for separate modes - floating windows.



SWITCH_DND_DISABLE
final public static boolean SWITCH_DND_DISABLE(Code)
Disables DnD of TopComponentS.



SWITCH_DROP_INDICATION_FADE
final public static boolean SWITCH_DROP_INDICATION_FADE(Code)
During DnD it provides nicer feedback (fading of possible drop), however performance is worsen in that case.



SWITCH_HIDE_EMPTY_DOCUMENT_AREA
final public static boolean SWITCH_HIDE_EMPTY_DOCUMENT_AREA(Code)
For view, do not show emty documents area, i.e. when no document is opened.



SWITCH_IMAGE_SOURCE
final public static String SWITCH_IMAGE_SOURCE(Code)
Gets the image resource to be used in the empty editor area.



SWITCH_MODE_ADD_NO_RESTRICT
final public static boolean SWITCH_MODE_ADD_NO_RESTRICT(Code)
Allows user to move TopComponentS between document and view modes, which is restricted otherwise.



SWITCH_STATUSLINE_IN_MENUBAR
final public static boolean SWITCH_STATUSLINE_IN_MENUBAR(Code)
Shows the status line at the end of menu bar instead of at the bottom of main window.



SWITCH_USE_DRAG_IMAGES
final public static boolean SWITCH_USE_DRAG_IMAGES(Code)



TOP
final public static String TOP(Code)
Sides of attaching, used both for regular modes and sliding modes



TOPCOMPONENT_ALLOW_DOCK_ANYWHERE
final public static String TOPCOMPONENT_ALLOW_DOCK_ANYWHERE(Code)
Name of client property (of Boolean type) which says whether the TopComponent is allowed to be docked anywhere (even crossing view-editor border).



VERTICAL
final public static int VERTICAL(Code)
Vertical orientation constant used in constraint.





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.