|
||||||||||
| 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
java.awt.Panel
ilog.views.awt.IlvManagerViewPanel
public class IlvManagerViewPanel
IlvManagerViewPanel is an AWT panel that is used to encapsulate
the IlvManagerView.
This class extends the class Panel of AWT
to handle double buffering in a IlvManagerView.
This component must be used in an AWT Application. Note that
if your application is a Swing application you should use the class
IlvJManagerViewPanel.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Panel |
|---|
Panel.AccessibleAWTPanel |
| 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 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 | |
|---|---|
IlvManagerViewPanel()
Creates a new IlvManagerViewPanel
This method automatically creates an IlvManagerView. |
|
IlvManagerViewPanel(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. |
void |
doLayout()
Performs the layout of the components. |
IlvManagerView |
getManagerView()
Returns the manager view associated with panel. |
Dimension |
getMaximumSize()
Returns the maximum size of the panel. |
Dimension |
getMinimumSize()
Returns the minimum size of the panel. |
Dimension |
getPreferredSize()
Returns the preferred size of the panel. |
boolean |
isDoubleBuffering()
Returns true if the panel is in double buffering. |
protected void |
processFocusEvent(FocusEvent event)
Dispatches focus event to the view of the manager. |
void |
setDoubleBuffering(boolean set)
Sets the manager view in a double buffering mode. |
void |
update(Graphics dst)
Updates the view. |
| Methods inherited from class java.awt.Panel |
|---|
addNotify, getAccessibleContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvManagerViewPanel()
IlvManagerViewPanel
This method automatically creates an IlvManagerView.
public IlvManagerViewPanel(IlvManagerView mgrView)
| Method Detail |
|---|
public final IlvManagerView getManagerView()
public void update(Graphics dst)
update in class Containerpublic void doLayout()
doLayout in class Containerpublic final boolean isDoubleBuffering()
public final void setDoubleBuffering(boolean set)
public Dimension getPreferredSize()
getPreferredSize in class Containerpublic Dimension getMinimumSize()
getMinimumSize in class Containerpublic Dimension getMaximumSize()
getMaximumSize in class Containerprotected void processFocusEvent(FocusEvent event)
processFocusEvent in class Component
protected void addImpl(Component comp,
Object constraints,
int index)
addImpl in class Container
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||