|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ilog.views.swing.IlvJManagerViewPanel
public class IlvJManagerViewPanel
IlvJManagerViewPanel is a panel that is used to encapsulate
the IlvManagerView.
This class extends the class JPanel of Swing
to handle double buffering in a IlvManagerView.
This component must be used in a Swing Application. Note that
if your application is an AWT application, you should use the class
IlvManagerViewPanel.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
IlvJManagerViewPanel()
Creates a new IlvJManagerViewPanel. |
|
IlvJManagerViewPanel(IlvManagerView mgrView)
Creates a new panel for the manager view. |
|
| Method Summary | |
|---|---|
protected void |
addImpl(Component comp,
Object constraints,
int index)
Adds the specified component to this container at the specified index. |
IlvManagerView |
getManagerView()
Returns the manager view associated with panel. |
boolean |
isOptimizedDrawingEnabled()
Returns true because this components children don't overlap. |
void |
processManagerViewKeyEvent(KeyEvent event)
This method is invoked by the IlvManagerView
for any keystrokes that have not been consumed by the view's interactor or
registered key listeners. |
void |
updateUI()
Resets the UI property to a value from the current look and feel. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvJManagerViewPanel()
IlvJManagerViewPanel.
This method automatically creates an IlvManagerView.
public IlvJManagerViewPanel(IlvManagerView mgrView)
| Method Detail |
|---|
public final IlvManagerView getManagerView()
protected void addImpl(Component comp,
Object constraints,
int index)
addImpl in class Containerpublic boolean isOptimizedDrawingEnabled()
isOptimizedDrawingEnabled in class JComponentpublic void processManagerViewKeyEvent(KeyEvent event)
IlvManagerView
for any keystrokes that have not been consumed by the view's interactor or
registered key listeners. This panel simply invokes its own
processKeyEvent method so that the keystrokes are routed up
the Swing container hierarchy and any registered keyboard actions and/or
menu accelerators are properly handled.
Warning: This method is considered to be part of the panel's internal implementation and is not a public API.
public void updateUI()
updateUI in class JPanel
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||