public class EditWertpapierController extends de.willuhn.jameica.gui.AbstractControl implements AbstractStockSearchPart.SearchResultSelectListener<StockInfoBean>
Constructor and Description |
---|
EditWertpapierController(de.willuhn.jameica.gui.AbstractView view)
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
de.willuhn.jameica.gui.parts.Button |
getCancel()
Liefert den Abbrechen-Button
|
de.willuhn.jameica.gui.input.TextAreaInput |
getComment() |
de.willuhn.jameica.gui.input.TextInput |
getFfmInstrument() |
de.willuhn.jameica.gui.parts.Button |
getFfmSearchBtn()
Liefert den Ffm Suchen-Button.
|
de.willuhn.jameica.gui.input.TextInput |
getName() |
de.willuhn.jameica.gui.input.TextInput |
getQuandlCode() |
de.willuhn.jameica.gui.parts.Button |
getQuandlSearchBtn()
Liefert den Quandl-Code Suchen-Button.
|
CurrencyInput |
getStockCurrency()
Währung
|
de.willuhn.jameica.gui.parts.Button |
getStore()
Liefert den Speichern-Button
|
de.willuhn.jameica.gui.input.TextInput |
getSymbol() |
YahooSymbolSearchPart |
getYahooSearchPart() |
void |
searchResultSelected(StockInfoBean stockInfoBean)
Gibt das angeklickte StockInfo Element zurück
|
public EditWertpapierController(de.willuhn.jameica.gui.AbstractView view)
public YahooSymbolSearchPart getYahooSearchPart()
public de.willuhn.jameica.gui.input.TextInput getSymbol() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getName() throws java.rmi.RemoteException
java.rmi.RemoteException
public CurrencyInput getStockCurrency()
public de.willuhn.jameica.gui.input.TextInput getFfmInstrument() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getQuandlCode() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.Button getFfmSearchBtn()
public de.willuhn.jameica.gui.parts.Button getQuandlSearchBtn()
public de.willuhn.jameica.gui.input.TextAreaInput getComment() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.parts.Button getStore()
public de.willuhn.jameica.gui.parts.Button getCancel()
public void searchResultSelected(StockInfoBean stockInfoBean)
AbstractStockSearchPart.SearchResultSelectListener
searchResultSelected
in interface AbstractStockSearchPart.SearchResultSelectListener<StockInfoBean>
de.frankmuenster.jameica.depot.gui.parts.YahooSymbolSearchPart.SearchResultSelectListener#searchResultSelected(de.frankmuenster.jameica.depot.finanzen.yahoo.finance.YahooStockInfoBean)