|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
to.tetramorph.starbase.multisplit.MultiTabbedPane
public class MultiTabbedPane
マルチ分割パネル。タブをダブクリするとシングル表示モードとなり、一番大きな 画面で閲覧可能になる。再度ダブクリすると、もとのマルチ表示モードに戻る。 マルチ表示モードが初期値。 シングルモードでタブをすべて閉じると、マルチモードに復帰する。
入れ子のクラスの概要 |
---|
クラス javax.swing.JComponent から継承された入れ子のクラス/インタフェース |
---|
JComponent.AccessibleJComponent |
クラス java.awt.Container から継承された入れ子のクラス/インタフェース |
---|
Container.AccessibleAWTContainer |
クラス java.awt.Component から継承された入れ子のクラス/インタフェース |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
フィールドの概要 |
---|
クラス javax.swing.JComponent から継承されたフィールド |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
クラス java.awt.Component から継承されたフィールド |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
インタフェース java.awt.image.ImageObserver から継承されたフィールド |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
コンストラクタの概要 | |
---|---|
MultiTabbedPane(JFrame owner)
MultiTabbedPane オブジェクトを作成する |
メソッドの概要 | |
---|---|
void |
contentSelected(Component comp)
|
List<Component> |
getAllComponents()
すべてのタベッドペインに格納されているすべてのコンポーネントのりストを返す。 |
Component |
getSelectedComponent()
現在選択されているコンポーネントを返す。 |
void |
insert(Icon icon,
String title,
Component comp)
コンポーネントを追加する。 |
void |
removeAll()
コンポーネントをすべて削除する。 |
void |
removeTabbedPane(InnerTabbedPane tabpan)
|
void |
setIcon(Icon icon,
Component comp)
指定されたコンポーネントのタブにアイコンをセットする。 |
void |
setMultiTabbedListener(MultiTabbedListener mtl)
|
void |
setTitle(Icon icon,
String title,
Component comp)
指定さたれコンポーネントのタブにアイコンとタイトルをセットする。 |
void |
setTitle(String title,
Component comp)
指定されたコンポーネントのタブにタイトルをセットする。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public MultiTabbedPane(JFrame owner)
メソッドの詳細 |
---|
public void setMultiTabbedListener(MultiTabbedListener mtl)
public Component getSelectedComponent()
public List<Component> getAllComponents()
public void setTitle(Icon icon, String title, Component comp)
public void contentSelected(Component comp)
public void setTitle(String title, Component comp)
public void setIcon(Icon icon, Component comp)
public void removeAll()
Container
内の removeAll
public void insert(Icon icon, String title, Component comp)
public void removeTabbedPane(InnerTabbedPane tabpan)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |