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 SummaryNested classes/interfaces inherited from class com.reportmill.panels.AttributesPanelAttributesPanel.RMColorPanel
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetUI()Returns the Swing GUI panel for the attributes panel.intOverrides AttributesPanel method to corect for insertion of Gallery as first tab.voidsetVisible(int anIndex) Overrides AttributesPanel method to correct for insertion of Gallery as first tab.Methods inherited from class com.reportmill.panels.AttributesPanelclose, getTabbedPane, isVisible, resetUI, setSelectedTab, setVisible, sharedMethods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
RBAttributesPanelpublic RBAttributesPanel()
 
- 
- 
Method Details- 
getUIReturns the Swing GUI panel for the attributes panel.- Overrides:
- getUIin class- AttributesPanel
 
- 
getVisiblepublic int getVisible()Overrides AttributesPanel method to corect for insertion of Gallery as first tab.- Overrides:
- getVisiblein class- AttributesPanel
 
- 
setVisiblepublic void setVisible(int anIndex) Overrides AttributesPanel method to correct for insertion of Gallery as first tab.- Overrides:
- setVisiblein class- AttributesPanel
 
 
-