jp.crestmuse.cmx.gui.deveditor.view
クラス DeviatedPerformanceList.ListElement

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.gui.deveditor.view.DeviatedPerformanceList.ListElement
含まれているクラス:
DeviatedPerformanceList

public class DeviatedPerformanceList.ListElement
extends java.lang.Object


メソッドの概要
 CommandInvoker getCommandInvoker()
           
 CurvesPanel getCurvesPanel()
           
 DeviatedPerformance getDeviatedPerformance()
           
 java.lang.String getName()
           
 NoteEditPanel getNoteEditPanel()
           
 NoteList getNoteList()
           
 PianoRollPanel getPianoRollPanel()
           
 VelocityPanel getVelocityPanel()
           
 boolean isLoading()
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

メソッドの詳細

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

getName

public java.lang.String getName()

getDeviatedPerformance

public DeviatedPerformance getDeviatedPerformance()

getCommandInvoker

public CommandInvoker getCommandInvoker()

getPianoRollPanel

public PianoRollPanel getPianoRollPanel()

getCurvesPanel

public CurvesPanel getCurvesPanel()

getVelocityPanel

public VelocityPanel getVelocityPanel()

getNoteList

public NoteList getNoteList()

getNoteEditPanel

public NoteEditPanel getNoteEditPanel()

isLoading

public boolean isLoading()