Package com.ribsapp.panels
Class RBAttributesPanel
- java.lang.Object
-
- com.reportmill.base.RMObject
-
- com.reportmill.panels.AttributesPanel
-
- com.ribsapp.panels.RBAttributesPanel
-
- All Implemented Interfaces:
RMArchiver.Archiving
,java.lang.Cloneable
public class RBAttributesPanel extends AttributesPanel
This is Ribs version of the AttributesPanel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.reportmill.panels.AttributesPanel
AttributesPanel.RMColorPanel
-
-
Constructor Summary
Constructors Constructor Description RBAttributesPanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanel
getUI()
Returns the Swing GUI panel for the attributes panel.int
getVisible()
Overrides AttributesPanel method to corect for insertion of Gallery as first tab.void
setVisible(int anIndex)
Overrides AttributesPanel method to correct for insertion of Gallery as first tab.-
Methods inherited from class com.reportmill.panels.AttributesPanel
close, getTabbedPane, isVisible, resetUI, setSelectedTab, setVisible, shared
-
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
-
-
-
Method Detail
-
getUI
public RJPanel getUI()
Returns the Swing GUI panel for the attributes panel.- Overrides:
getUI
in classAttributesPanel
-
getVisible
public int getVisible()
Overrides AttributesPanel method to corect for insertion of Gallery as first tab.- Overrides:
getVisible
in classAttributesPanel
-
setVisible
public void setVisible(int anIndex)
Overrides AttributesPanel method to correct for insertion of Gallery as first tab.- Overrides:
setVisible
in classAttributesPanel
-
-