Class symantec.itools.db.swing.JDBStatusBar
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.swing.JDBStatusBar

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.swing.JDBStatusBar

public class JDBStatusBar
extends JPanel
implements DBStatusBarBase

Class Index

 o symantec.itools.db.swing.JDBStatusBar. SQLMessages

Variable Index

 o DIALOG_FONT
 o m_StbBarHelper

Constructor Index

 o symantec.itools.db.swing.JDBStatusBar()

Method Index

 o addImpl(Component, Object, int)
 o btnDetails_ActionPerformed(ActionEvent)
 o getDetailButton()
 o getFormErrors()
 o getJobLabel()
 o getLayout()
 o getNavigator()
 o getPreferredSize()
 o getProgressBar()
 o getQueryNavigator()
 o getQueryNavigatorObject()
 o getRecordNumberLabel()
 o getRecordStateLabel()
 o getRegularMinusVisibleFonction()
 o getState(Component)
 o getTaskBus()
 o getTotalNumberRowsLabel()
 o getVisibleLabels()
 o handleExceptionEvent(ExceptionEvent)
 o handleTaskBusEvent(TaskBusEvent)
 o isGotoFunction()
 o setBackground(Color)
 o setGotoFunction(boolean)
 o setLayout(LayoutManager)
 o setProgressBarValue(Component, int)
 o setQueryNavigator(String)
 o setQueryNavigatorObject(QueryNavigator)
 o setTaskBus(TaskBus)
 o setText(Component, String)
 o setTextColor(Component, Color)
 o setVisibleLabels(String[])

Variables

 o DIALOG_FONT
public static final java.awt.Font DIALOG_FONT
 o m_StbBarHelper
protected symantec.itools.db.awt.DBStatusBarHelper m_StbBarHelper

Constructors

 o JDBStatusBar
public JDBStatusBar()

Methods

 o addImpl
protected void addImpl(Component comp,
                       Object constraints,
                       int index)
Overrides:
addImpl in class Container
 o btnDetails_ActionPerformed
public void btnDetails_ActionPerformed(ActionEvent e)
 o getDetailButton
public java.awt.Component getDetailButton()
 o getFormErrors
public symantec.itools.db.awt.DBStatusBarBase. SQLMessages getFormErrors()
 o getJobLabel
public java.awt.Component getJobLabel()
 o getLayout
public java.awt.LayoutManager getLayout()
Overrides:
getLayout in class Container
 o getNavigator
public symantec.itools.db.beans.binding.QueryNavigator getNavigator()
 o getPreferredSize
public java.awt.Dimension getPreferredSize()
Overrides:
getPreferredSize in class JComponent
 o getProgressBar
public java.awt.Component getProgressBar()
 o getQueryNavigator
public java.lang.String getQueryNavigator()
 o getQueryNavigatorObject
public symantec.itools.db.beans.binding.QueryNavigator getQueryNavigatorObject()
 o getRecordNumberLabel
public java.awt.Component getRecordNumberLabel()
 o getRecordStateLabel
public java.awt.Component getRecordStateLabel()
 o getRegularMinusVisibleFonction
public java.lang.String[] getRegularMinusVisibleFonction()
 o getState
public boolean getState(Component comp)
 o getTaskBus
public symantec.itools.db.beans.binding.taskbus.TaskBus getTaskBus()
 o getTotalNumberRowsLabel
public java.awt.Component getTotalNumberRowsLabel()
 o getVisibleLabels
public java.lang.String[] getVisibleLabels()
 o handleExceptionEvent
public void handleExceptionEvent(ExceptionEvent e)
 o handleTaskBusEvent
public void handleTaskBusEvent(TaskBusEvent e)
 o isGotoFunction
public boolean isGotoFunction()
 o setBackground
public void setBackground(Color back)
Overrides:
setBackground in class Component
 o setGotoFunction
public void setGotoFunction(boolean setfn)
 o setLayout
public void setLayout(LayoutManager layout)
Overrides:
setLayout in class Container
 o setProgressBarValue
public void setProgressBarValue(Component comp,
                                int val)
 o setQueryNavigator
public void setQueryNavigator(String name)
 o setQueryNavigatorObject
public void setQueryNavigatorObject(QueryNavigator qn)
 o setTaskBus
public void setTaskBus(TaskBus b)
 o setText
public void setText(Component comp,
                    String text)
 o setTextColor
public void setTextColor(Component comp,
                         Color col)
 o setVisibleLabels
public void setVisibleLabels(String[] visibleLabels)

All Packages  Class Hierarchy  This Package  Previous  Next  Index