Java Doc for DockingContainer.java in  » Report » iReport-2.0.5 » it » businesslogic » ireport » gui » docking » 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 » Report » iReport 2.0.5 » it.businesslogic.ireport.gui.docking 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JPanel
   it.businesslogic.ireport.gui.docking.DockingContainer

DockingContainer
public class DockingContainer extends javax.swing.JPanel implements TabPaneChangedListener,ActionListener(Code)

author:
   gtoffoli

Inner Class :class DTListener implements DropTargetListener

Field Summary
final public static  intINSERT_MODE_NEWPOSITION
    
final public static  intINSERT_MODE_SHAREDPOSTION
    
final public static  intPOSITION_LEFT
    
final public static  intPOSITION_RIGHT
    

Constructor Summary
public  DockingContainer()
    
public  DockingContainer(int position)
    

Method Summary
public  voidactionPerformed(ActionEvent e)
    
public  ComponentaddComponents(int pos)
    
public  voidaddPanel(String name, Component component, boolean closable)
    
public  voidapplyI18n()
    
public  booleancontains(Component c)
    
public  intgetOldWidth()
    
public  intgetPanelCount(int position)
    
public  PanelViewgetPanelView(Component c)
     Returns the panel view containing the Component c.
public  PanelViewgetPanelViewById(int id)
     Returns the panel view containing the Component c.
public  VectorgetPanelViews()
    
public  intgetPosition()
    
public  intgetPreferredDividerLocation()
    
public  voidinsertPanel(int position, String name, Component component, int insertMode, boolean closable)
    
public  voidinsertPanel(int position, String name, Component component, boolean closable)
    
public  booleanisCompressed()
    
public  voidmergePosition(int newPosition)
     Use this panelView to describe the panel to move.
public  voidmoveComponent(PanelView panelView, int newPosition)
     Use this panelView to describe the panel to move.
public  voidmoveComponent(PanelView panelView, int newPosition, int mode)
     Use this panelView to describe the panel to move.
public  voidrecreateAll()
    
public  voidremovePanel(Component component)
    
public  voidsetCompressed(boolean compressed)
    
public  voidsetOldWidth(int oldWidth)
    
public  voidsetPanelViews(Vector panelViews)
    
public  voidsetPosition(int position)
    
public  voidsetPreferredDividerLocation(int preferredDividerLocation)
    
public  voidsetSelectedComponent(Component component)
    
public  voidtabPaneChanged(TabPaneChangedEvent evt)
    

Field Detail
INSERT_MODE_NEWPOSITION
final public static int INSERT_MODE_NEWPOSITION(Code)



INSERT_MODE_SHAREDPOSTION
final public static int INSERT_MODE_SHAREDPOSTION(Code)



POSITION_LEFT
final public static int POSITION_LEFT(Code)



POSITION_RIGHT
final public static int POSITION_RIGHT(Code)




Constructor Detail
DockingContainer
public DockingContainer()(Code)
Creates new form DockingContainer



DockingContainer
public DockingContainer(int position)(Code)




Method Detail
actionPerformed
public void actionPerformed(ActionEvent e)(Code)



addComponents
public Component addComponents(int pos)(Code)



addPanel
public void addPanel(String name, Component component, boolean closable)(Code)
Add a component under the other



applyI18n
public void applyI18n()(Code)



contains
public boolean contains(Component c)(Code)



getOldWidth
public int getOldWidth()(Code)



getPanelCount
public int getPanelCount(int position)(Code)



getPanelView
public PanelView getPanelView(Component c)(Code)
Returns the panel view containing the Component c. Null if the component is not found.



getPanelViewById
public PanelView getPanelViewById(int id)(Code)
Returns the panel view containing the Component c. Null if the component is not found.



getPanelViews
public Vector getPanelViews()(Code)



getPosition
public int getPosition()(Code)



getPreferredDividerLocation
public int getPreferredDividerLocation()(Code)



insertPanel
public void insertPanel(int position, String name, Component component, int insertMode, boolean closable)(Code)



insertPanel
public void insertPanel(int position, String name, Component component, boolean closable)(Code)
Add a component at position



isCompressed
public boolean isCompressed()(Code)



mergePosition
public void mergePosition(int newPosition)(Code)
Use this panelView to describe the panel to move. Only component and name are used to move the component in the newPosition panelView.component is removed then inserted again in newPosition with label panelView.name



moveComponent
public void moveComponent(PanelView panelView, int newPosition)(Code)
Use this panelView to describe the panel to move. Only component and name are used to move the component in the newPosition panelView.component is removed then inserted again in newPosition with label panelView.name



moveComponent
public void moveComponent(PanelView panelView, int newPosition, int mode)(Code)
Use this panelView to describe the panel to move. Only component and name are used to move the component in the newPosition panelView.component is removed then inserted again in newPosition with label panelView.name



recreateAll
public void recreateAll()(Code)



removePanel
public void removePanel(Component component)(Code)
Add a component at position



setCompressed
public void setCompressed(boolean compressed)(Code)



setOldWidth
public void setOldWidth(int oldWidth)(Code)



setPanelViews
public void setPanelViews(Vector panelViews)(Code)



setPosition
public void setPosition(int position)(Code)



setPreferredDividerLocation
public void setPreferredDividerLocation(int preferredDividerLocation)(Code)



setSelectedComponent
public void setSelectedComponent(Component component)(Code)



tabPaneChanged
public void tabPaneChanged(TabPaneChangedEvent evt)(Code)



Methods inherited from javax.swing.JPanel
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public PanelUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void setUI(PanelUI ui)(Code)(Java Doc)
public void updateUI()(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.