|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ijchart.xychart.event.TitleChangeEvent
public class TitleChangeEvent
Title: IJChart
Description: a chart library for the Java(tm) platform.
A change event that encapsulates information about a change to a title.Copyright: Copyright (c) 2013
Company:
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TitleChangeEvent(ITitle title)
Creates a new instance. |
|
| Method Summary | |
|---|---|
ITitle |
getTitle()
Returns the title that generated the event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TitleChangeEvent(ITitle title)
title - ITitle
The title that generated the event (null not permitted).| Method Detail |
|---|
public ITitle getTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||