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
,Cloneable
This is Ribs version of the AttributesPanel
-
Nested Class Summary
Nested classes/interfaces inherited from class com.reportmill.panels.AttributesPanel
AttributesPanel.RMColorPanel
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUI()
Returns the Swing GUI panel for the attributes panel.int
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
-
Constructor Details
-
RBAttributesPanel
public RBAttributesPanel()
-
-
Method Details
-
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
-