|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.core.managers.view.impl.components.panel.AbstractDelegatedView<AbstractTabPanel>
org.jtheque.metrics.view.impl.panels.MetricsView
public final class MetricsView
A metrics view implementation.
Constructor Summary | |
---|---|
MetricsView(MetricsModel model,
Action addAction,
Action removeAction)
Construct a new MetricsView. |
Method Summary | |
---|---|
protected void |
buildDelegatedView()
|
JComponent |
getComponent()
|
JTextField |
getFieldName()
Return the field for name. |
org.jtheque.core.managers.view.impl.components.panel.FileChooserPanel |
getFileChooser()
Return the file chooser. |
MetricsModel |
getModel()
|
Integer |
getPosition()
|
org.jdesktop.swingx.JXTable |
getTable()
Return the table of projects. |
ProjectsTableModel |
getTableModel()
Return the projects table model. |
String |
getTitleKey()
|
Methods inherited from class org.jtheque.core.managers.view.impl.components.panel.AbstractDelegatedView |
---|
buildInEDT, closeDown, display, getImpl, getImplementationView, isEnabled, refresh, sendMessage, setDelegate, setEnabled, toFirstPlan, validateContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jtheque.core.managers.view.able.IView |
---|
closeDown, display, isEnabled, refresh, sendMessage, setEnabled, toFirstPlan, validateContent |
Methods inherited from interface org.jtheque.core.managers.view.ViewComponent |
---|
getImpl |
Constructor Detail |
---|
public MetricsView(MetricsModel model, Action addAction, Action removeAction)
model
- The model of the view.addAction
- The action to add configuration.removeAction
- The action to remove a configuration.Method Detail |
---|
protected void buildDelegatedView()
buildDelegatedView
in class org.jtheque.core.managers.view.impl.components.panel.AbstractDelegatedView<AbstractTabPanel>
public MetricsModel getModel()
getModel
in interface org.jtheque.core.managers.view.able.IView
getModel
in interface IMetricsView
public org.jdesktop.swingx.JXTable getTable()
IMetricsView
getTable
in interface IMetricsView
public ProjectsTableModel getTableModel()
IMetricsView
getTableModel
in interface IMetricsView
public JTextField getFieldName()
IMetricsView
getFieldName
in interface IMetricsView
public org.jtheque.core.managers.view.impl.components.panel.FileChooserPanel getFileChooser()
IMetricsView
getFileChooser
in interface IMetricsView
public Integer getPosition()
getPosition
in interface org.jtheque.core.managers.view.able.components.TabComponent
public String getTitleKey()
getTitleKey
in interface org.jtheque.core.managers.view.able.components.TabComponent
public JComponent getComponent()
getComponent
in interface org.jtheque.core.managers.view.able.components.TabComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |