Package | Description |
---|---|
ilog.views.appframe |
Provides common classes that are used within all Java Application Framework modules.
|
ilog.views.appframe.docview |
Provides classes that are involved in the Document/View architecture of the Java Application Framework.
|
ilog.views.appframe.event |
Provides interfaces and classes for dealing with different types of events fired by main Application Framework classes.
|
ilog.views.appframe.swing |
Provides custom Swing components that are initialized from the settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultMessageManager.sendMessage(String targetName,
MessageEvent event)
Sends the specified event to the message listener registered with
the message manager with the specified name.
|
void |
IlvApplication.sendMessage(String targetName,
MessageEvent messageEvent)
Sends the specified message event to all the message listeners registered
with the application.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDocumentViewSupport.receiveMessage(MessageEvent event)
Processes the specified message
event . |
void |
IlvAbstractDocument.receiveMessage(MessageEvent event)
Invoked when the specified message
event is received. |
Modifier and Type | Method and Description |
---|---|
void |
MessageListener.receiveMessage(MessageEvent event)
Invoked when a message event is received.
|
void |
IlvMessageMapper.receiveMessage(MessageEvent messageEvent)
Invokes the method that has been mapped to the name of the specified
messageEvent . |
Modifier and Type | Method and Description |
---|---|
void |
IlvStatusBar.receiveMessage(MessageEvent event)
Invoked when a message event is received.
|
void |
IlvPanelView.receiveMessage(MessageEvent event)
Invoked when receiving a message event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.