Table of Contents

Class MetalIconFactory

Namespace
Javax.Swing.Plaf.Metal
Assembly
MASES.JNet.dll
public class MetalIconFactory : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Serializable>
MetalIconFactory
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Serializable>.IsAssignableFrom<T>()
JVMBridgeBase<Serializable>.Execute<T>(params T[])
JVMBridgeBase<Serializable>.DynBridgeClazz
JVMBridgeBase<Serializable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

MetalIconFactory()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public MetalIconFactory()

MetalIconFactory(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public MetalIconFactory(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DARK

public static bool DARK { get; }

Property Value

bool

GetCheckBoxIcon

public static Icon GetCheckBoxIcon { get; }

Property Value

Icon

GetCheckBoxMenuItemIcon

public static Icon GetCheckBoxMenuItemIcon { get; }

Property Value

Icon

GetFileChooserDetailViewIcon

public static Icon GetFileChooserDetailViewIcon { get; }

Property Value

Icon

GetFileChooserHomeFolderIcon

public static Icon GetFileChooserHomeFolderIcon { get; }

Property Value

Icon

GetFileChooserListViewIcon

public static Icon GetFileChooserListViewIcon { get; }

Property Value

Icon

GetFileChooserNewFolderIcon

public static Icon GetFileChooserNewFolderIcon { get; }

Property Value

Icon

GetFileChooserUpFolderIcon

public static Icon GetFileChooserUpFolderIcon { get; }

Property Value

Icon

GetHorizontalSliderThumbIcon

public static Icon GetHorizontalSliderThumbIcon { get; }

Property Value

Icon

GetInternalFrameDefaultMenuIcon

public static Icon GetInternalFrameDefaultMenuIcon { get; }

Property Value

Icon

GetMenuArrowIcon

public static Icon GetMenuArrowIcon { get; }

Property Value

Icon

GetMenuItemArrowIcon

public static Icon GetMenuItemArrowIcon { get; }

Property Value

Icon

GetRadioButtonIcon

public static Icon GetRadioButtonIcon { get; }

Property Value

Icon

GetRadioButtonMenuItemIcon

public static Icon GetRadioButtonMenuItemIcon { get; }

Property Value

Icon

GetTreeComputerIcon

public static Icon GetTreeComputerIcon { get; }

Property Value

Icon

GetTreeFloppyDriveIcon

public static Icon GetTreeFloppyDriveIcon { get; }

Property Value

Icon

GetTreeFolderIcon

public static Icon GetTreeFolderIcon { get; }

Property Value

Icon

GetTreeHardDriveIcon

public static Icon GetTreeHardDriveIcon { get; }

Property Value

Icon

GetTreeLeafIcon

public static Icon GetTreeLeafIcon { get; }

Property Value

Icon

GetVerticalSliderThumbIcon

public static Icon GetVerticalSliderThumbIcon { get; }

Property Value

Icon

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LIGHT

public static bool LIGHT { get; }

Property Value

bool

MenuItemCheckIcon

public static Icon MenuItemCheckIcon { get; }

Property Value

Icon

Methods

GetInternalFrameAltMaximizeIcon(int)

public static Icon GetInternalFrameAltMaximizeIcon(int arg0)

Parameters

arg0 int

int

Returns

Icon

Icon

GetInternalFrameCloseIcon(int)

public static Icon GetInternalFrameCloseIcon(int arg0)

Parameters

arg0 int

int

Returns

Icon

Icon

GetInternalFrameMaximizeIcon(int)

public static Icon GetInternalFrameMaximizeIcon(int arg0)

Parameters

arg0 int

int

Returns

Icon

Icon

GetInternalFrameMinimizeIcon(int)

public static Icon GetInternalFrameMinimizeIcon(int arg0)

Parameters

arg0 int

int

Returns

Icon

Icon

GetTreeControlIcon(bool)

public static Icon GetTreeControlIcon(bool arg0)

Parameters

arg0 bool

bool

Returns

Icon

Icon