JIDE 3.5.15

com.jidesoft.plaf.longhorn
Class LonghornCollapsiblePaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by com.jidesoft.plaf.CollapsiblePaneUI
              extended by com.jidesoft.plaf.basic.BasicCollapsiblePaneUI
                  extended by com.jidesoft.plaf.longhorn.LonghornCollapsiblePaneUI

public class LonghornCollapsiblePaneUI
extends BasicCollapsiblePaneUI


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.plaf.basic.BasicCollapsiblePaneUI
BasicCollapsiblePaneUI.CollapseAction, BasicCollapsiblePaneUI.CollapsiblePaneLayout, BasicCollapsiblePaneUI.CollapsiblePanePropertyChangeListener
 
Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicCollapsiblePaneUI
_collapseAction, _collapseText, _collapsiblePaneLayout, _eastPane, _northPane, _pane, _propertyChangeListener, _southPane, _titlePane, _westPane
 
Constructor Summary
LonghornCollapsiblePaneUI()
           
LonghornCollapsiblePaneUI(CollapsiblePane f)
           
 
Method Summary
protected  JComponent createTitlePane(CollapsiblePane w)
           
static ComponentUI createUI(JComponent b)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicCollapsiblePaneUI
createEastPane, createLayoutManager, createNorthPane, createPropertyChangeListener, createSouthPane, createWestPane, getEastPane, getMaximumSize, getMinimumSize, getNorthPane, getPainter, getPreferredSize, getSouthPane, getTitlePane, getToggleAction, getWestPane, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isKeyBindingActive, isKeyBindingRegistered, paint, replacePane, setEastPane, setKeyBindingActive, setKeyBindingRegistered, setNorthPane, setSouthPane, setupMenuCloseKey, setupMenuOpenKey, setWestPane, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LonghornCollapsiblePaneUI

public LonghornCollapsiblePaneUI()

LonghornCollapsiblePaneUI

public LonghornCollapsiblePaneUI(CollapsiblePane f)
Method Detail

createUI

public static ComponentUI createUI(JComponent b)

createTitlePane

protected JComponent createTitlePane(CollapsiblePane w)
Overrides:
createTitlePane in class BasicCollapsiblePaneUI

JIDE 3.5.15