PhotometryPane

javax.swing. JSplitPane
-uiClassID :String
+VERTICAL_SPLIT :int
+HORIZONTAL_SPLIT :int
+LEFT :String
+RIGHT :String
+TOP :String
+BOTTOM :String
+DIVIDER :String
+ORIENTATION_PROPERTY :String
+CONTINUOUS_LAYOUT_PROPERTY :String
+DIVIDER_SIZE_PROPERTY :String
+ONE_TOUCH_EXPANDABLE_PROPERTY :String
+LAST_DIVIDER_LOCATION_PROPERTY :String
#orientation :int
#continuousLayout :boolean
#leftComponent :Component
#rightComponent :Component
#dividerSize :int
#oneTouchExpandable :boolean
#lastDividerLocation :int
+JSplitPane()
+JSplitPane(int)
+JSplitPane(int, Component, Component)
+JSplitPane(int, boolean)
+JSplitPane(int, boolean, Component, Component)
#addImpl(Component , Object , int ) :void
+getAccessibleContext() :AccessibleContext
+getBottomComponent() :Component
+getDividerLocation() :int
+getDividerSize() :int
+getLastDividerLocation() :int
+getLeftComponent() :Component
+getMaximumDividerLocation() :int
+getMinimumDividerLocation() :int
+getOrientation() :int
+getRightComponent() :Component
+getTopComponent() :Component
+getUI() :SplitPaneUI
+getUIClassID() :String
+isContinuousLayout() :boolean
+isOneTouchExpandable() :boolean
+isValidateRoot() :boolean
#paintChildren(Graphics ) :void
#paramString() :String
+remove(int ) :void
+remove(Component ) :void
+removeAll() :void
+resetToPreferredSizes() :void
+setBottomComponent(Component ) :void
+setContinuousLayout(boolean ) :void
+setDividerLocation(double ) :void
+setDividerLocation(int ) :void
+setDividerSize(int ) :void
+setLastDividerLocation(int ) :void
+setLeftComponent(Component ) :void
+setOneTouchExpandable(boolean ) :void
+setOrientation(int ) :void
+setRightComponent(Component ) :void
+setTopComponent(Component ) :void
+setUI(SplitPaneUI ) :void
+updateUI() :void
-writeObject(ObjectOutputStream ) :void
net.aerith.misao.toolkit.Photometry. PhotometryPane
#report :XmlReport
#setting :PhotometrySetting
#summary_panel :SummaryPanel
#residual_table :ResidualTable
#listeners :Vector
+PhotometryPane(XmlReport report, PhotometrySetting setting)
+addReportDocumentUpdatedListener(ReportDocumentUpdatedListener listener) :void
+updateContents() :void
+applyPhotometry() :void