|
||||||||||
| 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.diagrammer.application.IlvDiagrammerOverview
public class IlvDiagrammerOverview
This component displays an overview of a diagram component, IlvDiagrammer.
The overview is a reduced view of the diagram, with an adjustable frame
that you can move to choose the visible area of the diagram.
This component connects itself automatically to the "current" diagram component in a component hierarchy. All you have to do is create the overview and add it to a hierarchy that also contains one or more diagram components.
| 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 | |
|---|---|
IlvDiagrammerOverview()
Creates a new JViews Diagrammer overview with the default resource bundle "ilog.views.diagrammer.application.overview". |
|
IlvDiagrammerOverview(ResourceBundle bundle)
Creates a new JViews Diagrammer overview with the specified resource bundle. |
|
| Method Summary | |
|---|---|
void |
addNotify()
|
IlvDiagrammer |
getDiagrammer()
Returns the diagram component to which this component is currently attached. |
Icon |
getIcon()
Returns the icon to be used when this component is displayed in a frame. |
IlvManagerMagViewInteractor |
getInteractor()
Returns the interactor that manages the overview. |
String |
getTitle()
Returns the title to be used when this component is displayed in a frame. |
IlvManagerView |
getView()
Returns the view that displays the overview. |
void |
removeNotify()
|
void |
setDiagrammer(IlvDiagrammer diagrammer)
Sets the diagram component to which this component is attached. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlvDiagrammerOverview(ResourceBundle bundle)
public IlvDiagrammerOverview()
"ilog.views.diagrammer.application.overview".
| Method Detail |
|---|
public void addNotify()
addNotify in class JComponentpublic void removeNotify()
removeNotify in class JComponentpublic IlvDiagrammer getDiagrammer()
public void setDiagrammer(IlvDiagrammer diagrammer)
You do not usually need to call this method, because this component is attached automatically to the current diagram component of the Swing hierarchy.
diagrammer - The new diagram component to which this component is attached.public IlvManagerMagViewInteractor getInteractor()
public IlvManagerView getView()
public String getTitle()
public Icon getIcon()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||