Class symantec.itools.db.swing.models.JDBToolBarDefaultModel.ComponentStructure
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.swing.models.JDBToolBarDefaultModel.ComponentStructure

Object
   |
   +----symantec.itools.db.swing.models.JDBToolBarDefaultModel. ComponentStructure

public class JDBToolBarDefaultModel.ComponentStructure
extends Object

Variable Index

 o m_Component
 o m_Function
 o m_Order
 o m_Visible

Constructor Index

 o symantec.itools.db.swing.models.JDBToolBarDefaultModel. ComponentStructure(JDBToolBarDefaultModel, Component, String, int, String, Icon, Icon, Icon, Icon, Icon, Icon, Icon, Border, String, char)

Variables

 o m_Component
public java.awt.Component m_Component
 o m_Function
public java.lang.String m_Function
 o m_Order
public int m_Order
 o m_Visible
public boolean m_Visible

Constructors

 o JDBToolBarDefaultModel.ComponentStructure
public JDBToolBarDefaultModel.ComponentStructure(JDBToolBarDefaultModel this$0,
                                                 Component comp,
                                                 String func,
                                                 int order,
                                                 String label,
                                                 Icon ico1,
                                                 Icon ico2,
                                                 Icon rolPressed,
                                                 Icon disSelected,
                                                 Icon rolSelected,
                                                 Icon disabled,
                                                 Icon selected,
                                                 Border border,
                                                 String tooltip,
                                                 char mnemonic)

All Packages  Class Hierarchy  This Package  Previous  Next  Index