com.sibvisions.rad.ui.swing.impl.container
Class SwingScrollPanel
java.lang.Object
com.sibvisions.rad.ui.awt.impl.AwtResource<C>
com.sibvisions.rad.ui.awt.impl.AwtComponent<C>
com.sibvisions.rad.ui.awt.impl.AwtContainer<C>
com.sibvisions.rad.ui.swing.impl.SwingComponent<C>
com.sibvisions.rad.ui.swing.impl.SwingScrollComponent<JVxScrollPane,JVxPanel>
com.sibvisions.rad.ui.swing.impl.container.SwingScrollPanel
- All Implemented Interfaces:
- ComponentListener, KeyListener, MouseListener, EventListener, IScrollPanel, IAlignmentConstants, IComponent, IContainer, IResource, INamedObject
public class SwingScrollPanel
- extends SwingScrollComponent<JVxScrollPane,JVxPanel>
- implements IScrollPanel
The SwingPanel
is the IPanel
implementation for swing.
- See Also:
JScrollPane
,
IScrollPanel
Method Summary |
protected void |
addIntern(Component pComponent,
Object pConstraints,
int pIndex)
Internal function, for adding physical component and supporting layers. |
protected void |
removeIntern(Component pComponent)
Internal function, for adding physical component and supporting layers. |
protected void |
setLayoutIntern(LayoutManager pLayoutManager)
Internal function, for setting the layout. |
Methods inherited from class com.sibvisions.rad.ui.swing.impl.SwingScrollComponent |
getBackground, getComponent, getCursor, getFont, getForeground, getName, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, requestFocus, setBackground, setCursor, setEnabled, setFocusable, setFont, setForeground, setName, setToolTipText |
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtContainer |
add, add, add, add, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtComponent |
componentHidden, componentMoved, componentResized, componentShown, createImage, eventComponentMoved, eventComponentResized, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBounds, getEventSource, getFactory, getHorizontalAlignment, getLocation, getLocationRelativeTo, getMaximumSize, getMinimumSize, getParent, getPreferredSize, getSize, getVerticalAlignment, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setBounds, setEventSource, setFactory, setHorizontalAlignment, setLocation, setLocationRelativeTo, setMaximumSize, setMinimumSize, setParent, setPreferredSize, setSize, setVerticalAlignment, setVisible, validate |
Methods inherited from interface javax.rad.ui.IContainer |
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
Methods inherited from interface javax.rad.ui.IComponent |
capture, eventComponentMoved, eventComponentResized, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getCursor, getEventSource, getFactory, getFont, getForeground, getLocation, getLocationRelativeTo, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setCursor, setEnabled, setEventSource, setFocusable, setFont, setForeground, setLocation, setLocationRelativeTo, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setSize, setToolTipText, setVisible |
SwingScrollPanel
public SwingScrollPanel()
- Creates a new instance of
SwingPanel
.
setLayoutIntern
protected void setLayoutIntern(LayoutManager pLayoutManager)
- Internal function, for setting the layout.
- Overrides:
setLayoutIntern
in class AwtContainer<JVxScrollPane>
- Parameters:
pLayoutManager
- the layout
addIntern
protected void addIntern(Component pComponent,
Object pConstraints,
int pIndex)
- Internal function, for adding physical component and supporting layers.
- Overrides:
addIntern
in class AwtContainer<JVxScrollPane>
- Parameters:
pComponent
- the Component
to be addedpConstraints
- an object expressing layout contraints for thispIndex
- the position in the container's list at which to insert
the Component
; -1
means insert at the end
component- See Also:
AwtContainer.add(IComponent, Object, int)
removeIntern
protected void removeIntern(Component pComponent)
- Internal function, for adding physical component and supporting layers.
- Overrides:
removeIntern
in class AwtContainer<JVxScrollPane>
- Parameters:
pComponent
- the Component
to be removed- See Also:
AwtContainer.remove(int)
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.