|
||||||||||
| PREV CLASS 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
weka.gui.beans.CostBenefitAnalysis
@KFStep(category="Visualize",
toolTipText="Interactive cost/benefit analysis")
public class CostBenefitAnalysisBean that aids in analyzing cost/benefit tradeoffs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, 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 | |
|---|---|
CostBenefitAnalysis()
Constructor. |
|
| Method Summary | |
|---|---|
void |
acceptDataSet(ThresholdDataEvent e)
Accept a threshold data event and set up the visualization. |
void |
addVetoableChangeListener(String name,
VetoableChangeListener vcl)
|
boolean |
connectionAllowed(EventSetDescriptor esd)
Returns true if, at this time, the object will accept a connection according to the supplied EventSetDescriptor |
boolean |
connectionAllowed(String eventName)
Returns true if, at this time, the object will accept a connection via the named event |
void |
connectionNotification(String eventName,
Object source)
Notify this object that it has been registered as a listener with a source for recieving events described by the named event This object is responsible for recording this fact. |
void |
disconnectionNotification(String eventName,
Object source)
Notify this object that it has been deregistered as a listener with a source for named event. |
Enumeration |
enumerateRequests()
Get a list of performable requests |
BeanContext |
getBeanContext()
|
String |
getCustomName()
Get the custom (descriptive) name for this bean (if one has been set) |
BeanVisual |
getVisual()
Get the visual representation |
String |
globalInfo()
Global info for this bean |
boolean |
isBusy()
Returns true if. |
static void |
main(String[] args)
|
void |
performRequest(String request)
Perform the named request |
void |
processHeadlessEvents(List<EventObject> headless)
Process a list of events that have been collected earlier. |
void |
removeVetoableChangeListener(String name,
VetoableChangeListener vcl)
|
List<EventObject> |
retrieveHeadlessEvents()
Get the list of events processed in headless mode. |
void |
setBeanContext(BeanContext bc)
|
void |
setCurveData(PlotData2D curveData,
Attribute origClassAtt)
Set the threshold curve data to use. |
void |
setCustomName(String name)
Set a custom (descriptive) name for this bean |
void |
setLog(Logger logger)
Set a logger |
void |
setVisual(BeanVisual newVisual)
Set a new visual representation |
void |
stop()
Stop any processing that the bean might be doing. |
void |
useDefaultVisual()
Use the default visual representation |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.beans.beancontext.BeanContextChild |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public CostBenefitAnalysis()
| Method Detail |
|---|
public String globalInfo()
String valuepublic void acceptDataSet(ThresholdDataEvent e)
acceptDataSet in interface ThresholdDataListenere - a threshold data event
public void setCurveData(PlotData2D curveData,
Attribute origClassAtt)
throws Exception
curveData - a PlotData2D object set up with the curve data.origClassAtt - the class attribute from the original data used to
generate the curve.
Exception - if somthing goes wrong during the setup process.public BeanVisual getVisual()
Visible
getVisual in interface VisibleBeanVisual valuepublic void setVisual(BeanVisual newVisual)
Visible
setVisual in interface VisiblenewVisual - a BeanVisual valuepublic void useDefaultVisual()
Visible
useDefaultVisual in interface Visiblepublic Enumeration enumerateRequests()
UserRequestAcceptor
enumerateRequests in interface UserRequestAcceptorEnumeration valuepublic void performRequest(String request)
UserRequestAcceptor
performRequest in interface UserRequestAcceptorrequest - a String value
public void addVetoableChangeListener(String name,
VetoableChangeListener vcl)
addVetoableChangeListener in interface BeanContextChildpublic BeanContext getBeanContext()
getBeanContext in interface BeanContextChild
public void removeVetoableChangeListener(String name,
VetoableChangeListener vcl)
removeVetoableChangeListener in interface BeanContextChild
public void setBeanContext(BeanContext bc)
throws PropertyVetoException
setBeanContext in interface BeanContextChildPropertyVetoExceptionpublic boolean connectionAllowed(String eventName)
connectionAllowed in interface BeanCommoneventName - the name of the event in question
public void connectionNotification(String eventName,
Object source)
connectionNotification in interface BeanCommoneventName - the eventsource - the source with which this object has been registered as
a listenerpublic boolean connectionAllowed(EventSetDescriptor esd)
connectionAllowed in interface BeanCommonesd - the EventSetDescriptor
public void disconnectionNotification(String eventName,
Object source)
disconnectionNotification in interface BeanCommoneventName - the eventsource - the source with which this object has been registered as
a listenerpublic String getCustomName()
getCustomName in interface BeanCommonpublic boolean isBusy()
isBusy in interface BeanCommonpublic void setCustomName(String name)
setCustomName in interface BeanCommonname - the name to usepublic void setLog(Logger logger)
setLog in interface BeanCommonlogger - a weka.gui.Logger valuepublic void stop()
stop in interface BeanCommonpublic static void main(String[] args)
public List<EventObject> retrieveHeadlessEvents()
retrieveHeadlessEvents in interface HeadlessEventCollectorpublic void processHeadlessEvents(List<EventObject> headless)
processHeadlessEvents in interface HeadlessEventCollectorheadless - a list of EventObjects to process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||