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.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.AttributesPanel
close, getTabbedPane, isVisible, resetUI, setSelectedTab, setVisible, sharedMethods 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:
getUIin classAttributesPanel
-
getVisible
public int getVisible()Overrides AttributesPanel method to corect for insertion of Gallery as first tab.- Overrides:
getVisiblein classAttributesPanel
-
setVisible
public void setVisible(int anIndex) Overrides AttributesPanel method to correct for insertion of Gallery as first tab.- Overrides:
setVisiblein classAttributesPanel
-