Java Doc for TabPanel.java in  » UML » MetaBoss » com » metaboss » applications » designstudio » components » 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 » UML » MetaBoss » com.metaboss.applications.designstudio.components 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JPanel
   com.metaboss.applications.designstudio.components.TabPanel

TabPanel
public class TabPanel extends JPanel (Code)

Inner Class :public class TabPanelEvent extends AWTEvent
Inner Class :public interface TabPanelListener extends EventListener
Inner Class :protected class BaseButton extends JButton
Inner Class :protected class TabCloseButton extends BaseButton
Inner Class :protected class LeftButton extends BaseButton
Inner Class :protected class RightButton extends BaseButton
Inner Class :protected class TabPanelItem
Inner Class :abstract public class BaseTabAction extends AbstractAction
Inner Class :public class CloseTabAction extends BaseTabAction
Inner Class :public class MoveLeftAction extends BaseTabAction
Inner Class :public class MoveRightAction extends BaseTabAction

Field Summary
final public static  intBUT_SIZE
    
final public static  intCB_FLOATING
    
final public static  intCB_INVISIBLE
    
final public static  intCB_ONEFORALL
    
final public static  intCB_VISIBLE
    
final public static  intMAX_ITEM_WIDTH
    
final public static  intMIN_HEIGHT
    
protected  TabCloseButtonmCloseButton
    
protected  intmCloseRegime
    
protected  ContainermContent
    
protected  intmFirstVisibleIndex
    
protected  ArrayListmItems
    
protected  LeftButtonmLeftButton
    
protected  intmMouseTabIndex
    
protected  RightButtonmRightButton
    
protected  booleanmShowIcons
    
protected  intmTabIndex
    
protected  intmVisibleItemsCount
    

Constructor Summary
public  TabPanel(LayoutManager layout, boolean isDoubleBuffered)
    
public  TabPanel(LayoutManager layout)
    
public  TabPanel(boolean isDoubleBuffered)
    
public  TabPanel(Container pContent)
    

Method Summary
public  intaddTab(String lCaption, String pName, BaseChildPanel pPanel, Icon mIcon)
    
public  voidaddTabPanelEventListener(TabPanelListener listener)
    
protected  voidcalcRectangles()
    
protected  voidchanged()
    
public  voidclearAll()
    
protected  voidclearRectangles()
    
public  voidcloseActiveWindow()
    
public  voiddeleteTab(int pIndex)
    
public  intfindTabIndexByName(String pName)
    
public  intgetCloseRegime()
    
public  ContainergetCurrentPanel()
    
public  IcongetDisabledIcon(TabPanelItem pItem)
    
protected  TabPanelItemgetItem(int pIndex)
    
public  ContainergetPanel(int pIndex)
    
public  intgetTabCount()
    
public  intgetTabIndex()
    
public  voidmoveTabLeft(int pIndex)
    
public  voidmoveTabRight(int pIndex)
    
public  voidpaintComponent(Graphics g)
    
protected  voidpaintItem(Graphics g, TabPanelItem pItem, boolean pSelected)
    
protected  voidprocessEvent(AWTEvent e)
    
public static  StringregimeToString(int pRegime)
    
public  voidremoveTabPanelEventListener(TabPanelListener listener)
    
public  voidsetCloseRegime(int pValue)
    
public  voidsetSize(int width, int height)
    
public  voidsetTabCaption(String pCaption, int pIndex)
    
public  voidsetTabIndex(int pValue)
    
public  voidupdateTabs()
    

Field Detail
BUT_SIZE
final public static int BUT_SIZE(Code)



CB_FLOATING
final public static int CB_FLOATING(Code)



CB_INVISIBLE
final public static int CB_INVISIBLE(Code)



CB_ONEFORALL
final public static int CB_ONEFORALL(Code)



CB_VISIBLE
final public static int CB_VISIBLE(Code)



MAX_ITEM_WIDTH
final public static int MAX_ITEM_WIDTH(Code)



MIN_HEIGHT
final public static int MIN_HEIGHT(Code)



mCloseButton
protected TabCloseButton mCloseButton(Code)



mCloseRegime
protected int mCloseRegime(Code)



mContent
protected Container mContent(Code)



mFirstVisibleIndex
protected int mFirstVisibleIndex(Code)



mItems
protected ArrayList mItems(Code)



mLeftButton
protected LeftButton mLeftButton(Code)



mMouseTabIndex
protected int mMouseTabIndex(Code)



mRightButton
protected RightButton mRightButton(Code)



mShowIcons
protected boolean mShowIcons(Code)



mTabIndex
protected int mTabIndex(Code)



mVisibleItemsCount
protected int mVisibleItemsCount(Code)




Constructor Detail
TabPanel
public TabPanel(LayoutManager layout, boolean isDoubleBuffered)(Code)



TabPanel
public TabPanel(LayoutManager layout)(Code)



TabPanel
public TabPanel(boolean isDoubleBuffered)(Code)



TabPanel
public TabPanel(Container pContent)(Code)




Method Detail
addTab
public int addTab(String lCaption, String pName, BaseChildPanel pPanel, Icon mIcon)(Code)



addTabPanelEventListener
public void addTabPanelEventListener(TabPanelListener listener)(Code)



calcRectangles
protected void calcRectangles()(Code)



changed
protected void changed()(Code)



clearAll
public void clearAll()(Code)



clearRectangles
protected void clearRectangles()(Code)



closeActiveWindow
public void closeActiveWindow()(Code)



deleteTab
public void deleteTab(int pIndex)(Code)



findTabIndexByName
public int findTabIndexByName(String pName)(Code)



getCloseRegime
public int getCloseRegime()(Code)



getCurrentPanel
public Container getCurrentPanel()(Code)



getDisabledIcon
public Icon getDisabledIcon(TabPanelItem pItem)(Code)



getItem
protected TabPanelItem getItem(int pIndex)(Code)



getPanel
public Container getPanel(int pIndex)(Code)



getTabCount
public int getTabCount()(Code)



getTabIndex
public int getTabIndex()(Code)



moveTabLeft
public void moveTabLeft(int pIndex)(Code)



moveTabRight
public void moveTabRight(int pIndex)(Code)



paintComponent
public void paintComponent(Graphics g)(Code)



paintItem
protected void paintItem(Graphics g, TabPanelItem pItem, boolean pSelected)(Code)



processEvent
protected void processEvent(AWTEvent e)(Code)



regimeToString
public static String regimeToString(int pRegime)(Code)



removeTabPanelEventListener
public void removeTabPanelEventListener(TabPanelListener listener)(Code)



setCloseRegime
public void setCloseRegime(int pValue)(Code)



setSize
public void setSize(int width, int height)(Code)



setTabCaption
public void setTabCaption(String pCaption, int pIndex)(Code)



setTabIndex
public void setTabIndex(int pValue)(Code)



updateTabs
public void updateTabs()(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.